-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support pull by image digest #1186
Comments
Needed to support even client side notary use. |
Here's an example of pulling the wrong image:
Notice the sha256 that's requested is From my perspective this should move up in priority since it's not only wrong, but masks the issue and gives the illusion of working. |
adjusting labels based on @cgtexmex comment - I had thought it was unavailable, not available but incorrect; agree that this is bad. |
Currently imagec is only able to pull images by tag. For example:
We need to provide support for pulling images via image digest:
While vic (via imagec) will attempt a pull when a user provides a digest, it's not pulling via the digest -- it's actually pulling via the latest tag. Since the digest is ignored the wrong image might be pulled.
Depends on #1484
The text was updated successfully, but these errors were encountered: