-
Notifications
You must be signed in to change notification settings - Fork 648
images output wrong format #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Buildkit version? |
@AkihiroSuda |
same thing for |
Same issue, images.go show "WARN[0000] unparsable image name", though it's perfectly legal IMHO,
|
I have the same problem!nerdctl v0.11.0 version |
Same problem here. I notice also that depending on the order of the arguments I get different results. For example
I'm using The image size is also wrong (way too small) |
I'm experiencing the same issue on my MacOS+lima setup. Depending on the order the parameter the tagging "fails" and there's always created a repo tag as
|
I have the same problem, when I build once with Dockerfile I get a new image and a warning that the image has no tag. This is true even if I use |
Should be fixed in #357 |
OS: Ubuntu 21.04 (Default build with lima-vm) Dockerfile FROM debian:10.10
CMD ['echo' 'hello'] When I build an image without the "-t" flag, the image is build successfully. However when I use "nerdctl images", I get the the warning / output:
|
Hi,
My dockerfile
I make a build :
When I list my images i got a duplicate image:
The text was updated successfully, but these errors were encountered: