You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this constitutes a bug or a feature request.
We have an image with annotations on it. If I just do skopeo inspect, the annotations do not show up at all. If I do skopeo inspect --raw then I see an annotations property in the raw JSON that is a sibling of the layers property.
This image was built using buildctl with manifest annotations applied as per the documentation.
I don't know of any public images that use annotations so I cannot provide a reproducer or tell if this is particular to the way buildctl sets annotations.
The text was updated successfully, but these errors were encountered:
I'm not sure if this constitutes a bug or a feature request.
We have an image with annotations on it. If I just do
skopeo inspect
, the annotations do not show up at all. If I doskopeo inspect --raw
then I see anannotations
property in the raw JSON that is a sibling of thelayers
property.This image was built using buildctl with manifest annotations applied as per the documentation.
I don't know of any public images that use annotations so I cannot provide a reproducer or tell if this is particular to the way buildctl sets annotations.
The text was updated successfully, but these errors were encountered: