Package Name
docker
Package Version(s)
No response
Describe the feature you'd like
Support docker labels defined in OpenContainer Annotations Spec as an alternative to DD_* environment variables, e.g.
| Env |
Docker label |
| DD_GIT_REPOSITORY_URL |
org.opencontainers.image.source |
| DD_GIT_COMMIT_SHA |
org.opencontainers.image.revision |
| DD_VERSION |
org.opencontainers.image.version |
Is your feature request related to a problem?
No response
Describe alternatives you've considered
We wish to tie the git version more directly with the docker image without having to make it part of the tag
Additional context
No response