-
Notifications
You must be signed in to change notification settings - Fork 787
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
Docker references with both a tag and digest are currently not supported #1407
Comments
@devurandom Thanks for the issue. @mtrmac is this anything you forsee changing or should we look into propping up the documentation somehow? |
We’ve seen this brought up in a one other place WRT (We’ve been tentatively discussing sharing the pull code between buildah/libpod; this should probably happen in there.) I don’t expect this syntax to be supported for the
It may turn out to be necessary to support the |
That is what I expected to happen. |
How critical is this for you? Why not just pull by digest? |
I wouldn't say it is critical, but for documentary purposes it is good to have the tag alongside the shasum. I can of course also achieve that by adding a comment (if the file is not JSON, which luckily is seldom these days), which is what I am doing now. |
Closing this as I don't see anyone working on it. |
FYI, Tekton uses both a tag and a digest. |
FYI, crio-o fixed this issue and will support using tag + digest: cri-o/cri-o#2351 |
Throwing my oar in... The lack of support for this is likely deal breaking for me on the whole |
@riconnon would you mind opening a new issue about what you'd like to see exactly? I'm not entirely clear and would like a dedicated space to discuss/consider it. Thanks! |
@TomSweeneyRedHat I have opened #3331 |
Description
Buildah 1.7.1 does not support referencing an image (or pulling it from a registry) with both a tag and a digest. I could not find a feature request about this, so I create this one.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: