Replies: 1 comment 4 replies
-
|
containers/buildah#1407 (comment) should contain the import details about the problem of that syntax and its history |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Not sure if this is an intentional behavior.
When pulling an image, if both tag AND sha256 hash are present, tag gets ignored: image won't be tagged, it would appear as in the
image lsoutput.Why is podman not making any attempts at verifying that the tag matches the sha256? Why does it skip tagging?
It bothers me because it is inconvenient to deal with. I do want the security of sha hashes, but I also want to see human-readable versions numbers alongside long meaningless blobs of hash.
Beta Was this translation helpful? Give feedback.
All reactions