-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add architecture-specific image digests #941
Comments
Thank you for raising this, @erikaheidi is looking into implementing this! |
You don't need to pin per-architecture. You can just pin to the digest of the image index. In your screenshot,
😊
The
The API shows |
@jonjohnsonjr I am honored to be receiving a reply from container royalty, kind sir 👑
TIL! That's pretty cool. So it sounds like nothing really needs to be done here, then, so I'm good with closing this out and defer to y'all on that. Some other suggestions for your consideration:
The context for this is that we use |
Hi @jawnsy ! Thank you for the suggestions. I'll be considering some new strategies for how we could keep these more in sync, but for now I created a separate issue to update the tags history page to contain information as you suggested, also indicating when the doc page was last updated. This is the issue if you want to track it: #1008 I will be closing this issue then, thank you once again for bringing this to our attention. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Chainguard publishes multiarch images, which means that there are multiple digests, depending on which architecture we're pinning. For example, if you pin the current
kubectl
image onamd64
, you have a reference like:cgr.dev/chainguard/kubectl:latest@sha256:37f26ea7ed61395c066e5cc5af74ca059a359ab870c4e693732f1f7713d02b61
but if you do the same onarm64
, then you'll have:cgr.dev/chainguard/kubectl:latest@sha256:1a71156d990712079b592583fdd29bf5ef17eed21616c757a47edeb1effc9ad3
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a column for Architecture or add multiple digests, ideally with some way to copy the full image ref that we can pull
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: