-
Notifications
You must be signed in to change notification settings - Fork 545
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
question: Add tag in crane digest …
result
#1804
Comments
This issue is stale because it has been open for 90 days with no |
Up? |
This issue is stale because it has been open for 90 days with no |
up² |
This issue is stale because it has been open for 90 days with no |
up³ |
This issue is stale because it has been open for 90 days with no |
up⁴ |
This issue is stale because it has been open for 90 days with no |
Hello, I ask a question, but it's more a feature request than anything else. 😇
First, thank you for
crane
, it's a very good tool I use everyday 👏As a user, I use it to get the last
digest
for every image I use in my system. And for readability and simplicity, we keep the full format, like described below:This format allows anyone to understand which tag has been used for
sha
extraction. For standard image, it's good, but it's even better fordistroless
images, because the tag is not used for version but for feature:So it's important to keep the
debug-nonroot
information, for the next update.In
crane digest
command, even with the--full-ref
parameter, we loose this tag information:Having a result structured with the tag would be better for our use case.
Thank you
The text was updated successfully, but these errors were encountered: