During zarf dev find-images
automatically add the digest to any tag to help with pinning resources
#2247
Labels
enhancement ✨
New feature or request
Is your feature request related to a problem? Please describe.
As Ezra I want to be able to get the latest digest for a given tag automatically when running
zarf dev find-images
so that I do not need to manually do this if I want to pin an image to a specific SHA (aszarf dev lint
would want me to do)Describe the solution you'd like
charts
ormanifests
that need imageszarf dev find-images
on that package definitioni.e.
becomes
Describe alternatives you've considered
We could do this automatically on create but that may get annoying for people trying to craft a package at a specific version.
Additional context
This should base itself off of the
charts
andmanifests
as defined and should not take the existing list ofimages
into account. It should always check the remote registry for the latest manifest SHA at that tag when run. (if the user wishes to hard-pin the image they can edit their values files or manifests to do so)The text was updated successfully, but these errors were encountered: