Replies: 1 comment 1 reply
|
I think it is a bug or at least an annoyance due to inconsistency with the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've started using the nerdctl recently. Together with containerd and buildkit, I use it to build Windows-based images on Windows Server 2022. I'm not sure what I'm observing, a bug or a feature, but I'm failing to find answers in the issues and discussions archives. I'd appreciate if anyone could explain me this behaviour:
This looks good:
This is puzzling:
Especially, that this works as expected:
But, if I do this:
nerdctl image tag myapp:9.8-ltsc2022-0.1.0-dev.5011fb1 myapp:latestThen, this is even more puzzling:
I'd appreciate if anyone could help me understand what is going above :)
All reactions