feature: add opencontainers label to kong docker image #9982
mikaello
started this conversation in
Ideas and feature requests
Replies: 2 comments 3 replies
-
Instead of manually adding the label, you could also use the Docker metadata Github action: https://github.com/docker/metadata-action |
Beta Was this translation helpful? Give feedback.
0 replies
-
What labels are usually added? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the distributed docker image to contain the
org.opencontainers.image.source
label for easy reference back to this repository. This is useful for tools like Renovate that makes updates to repositories when this image gets updates. OCI has standardized a few labels for adding metadata to images: https://github.com/opencontainers/image-spec/blob/main/annotations.mdCurrently this is the list of labels:
Beta Was this translation helpful? Give feedback.
All reactions