redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
136 stars 35 forks source link

[FEATURE] Annotation support #127

Open lsm5 opened 9 months ago

lsm5 commented 9 months ago

Is your feature request related to a problem? Please describe.

I'd like to be able to add annotations to the image instead of labels.

Describe the solution you'd like

Annotation support

Describe alternatives you've considered

Labels

Additional context

I don't see annotations documented in the actions. I tried using the annotations key but skopeo inspect didn't show me anything relevant in the built image.

lsm5 commented 9 months ago

cc @cevich

cevich commented 9 months ago

Ref: https://specs.opencontainers.org/image-spec/annotations/?v=v1.0.1