docker: Use standard OCI labels to set the version #1995
githubkusi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using Docker management tools (e.g PatchPanda) the version can be read out the version from OCI labels. It would be nice is a built image includes the OCI label "org.opencontainers.image.version" (either via LABEL org.opencontainers.image.version= in the Dockerfile or via "docker build --label "org.opencontainers.image.version="
All reactions