-
Notifications
You must be signed in to change notification settings - Fork 807
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
RFE: Add more kinds of annotations to (skopeo inspect) output #1583
Comments
Sure, in principle. The details get a bit messy, because OCI allows annotations on so many things. I suspect we would want WRT an implementation approach, adding extra fields to the struct returned by |
A friendly reminder that this issue had no activity for 30 days. |
hello is there any fix plan? thanks |
A friendly reminder that this issue had no activity for 30 days. |
containers/image#1626 makes layer annotations available for |
A friendly reminder that this issue had no activity for 30 days. |
… and #1738 includes layer annotations in the The index/manifest/config annotations are not yet exposed. |
A friendly reminder that this issue had no activity for 30 days. |
not stale |
A friendly reminder that this issue had no activity for 30 days. |
not stale |
If this is something you want then I would recommend that you open a PR to introduce the concept. |
A friendly reminder that this issue had no activity for 30 days. |
Mind that annotations are returned.
Annotations are missing. It seems that there are not part of the output:
https://github.com/containers/skopeo/blob/main/cmd/skopeo/inspect/output.go
I think it would be useful. I was interested in getting the base image. For my use case I am fine with using --raw but I was a bit puzzled not to see the information when I did not specify the option and thought that I may not be alone.
The text was updated successfully, but these errors were encountered: