-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add opencontainer labels to Docker images #2282
Labels
Comments
Looks like some of the other Docker Official program images support this. It would require changes to our update script and possibly Dockerfile templates I guess. MariaDB image's approach:
For us the equivalent would be somewhere around here:
|
joshtrichards
changed the title
Feature request: Add opencontainer labels to Docker images
Add opencontainer labels to Docker images
Oct 13, 2024
docker-library/official-images#3540 (comment) This doesn't sound very encouraging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if the Docker container images had opencontainers labels. I have seen this across multiple other containers and believe this is the standard for labeling images.
https://github.com/opencontainers/image-spec/blob/main/annotations.md
Adding labels such as
org.opencontainers.image.version
will provide a way to obtain the current version of the running docker image which can be useful in automating the process of checking for updates.Doing a docker inspect on the current images shows no labels. Here is an example of the Jellyfin docker image with opencontainers labels:
The text was updated successfully, but these errors were encountered: