Open
Description
Library Name
docker
Library 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 |
and probably a few more
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response