You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be a nice addition to provide official opencontainers labels in the Dockerfile:
LABEL org.opencontainers.image.authors="xxxx" \
org.opencontainers.image.source="https://github.com/ori-edge/k8s_gateway" \
org.opencontainers.image.description="A CoreDNS plugin that is very similar to [k8s_external](https://coredns.io/plugins/k8s_external/) but supporting all types of Kubernetes external resources" \
org.opencontainers.image.documentation="https://github.com/ori-edge/k8s_gateway" \
org.opencontainers.image.licenses="Apache License 2.0" \
org.opencontainers.image.title="k8s_gateway" \
org.opencontainers.image.url="https://github.com/ori-edge/k8s_gateway" \
org.opencontainers.image.vendor="Ori Industries 1 Ltd"
This is useful for various automation tools (e.g. dependabot or renovatebot) that are able to extract the release notes from github and other information. When these tools update the dockerimage version, they can extract the release notes from the source label and provide it in the pullrequest. See the renovate docs
What do you think? What values should those labels have?
The text was updated successfully, but these errors were encountered:
Haven't used them in GH actions before. I put them directly into the Dockerfile. But yes, putting them as build args could also work to avoid bloating the Dockerfile. I'm fine with both.
It could be a nice addition to provide official opencontainers labels in the Dockerfile:
This is useful for various automation tools (e.g. dependabot or renovatebot) that are able to extract the release notes from github and other information. When these tools update the dockerimage version, they can extract the release notes from the
source
label and provide it in the pullrequest. See the renovate docsWhat do you think? What values should those labels have?
The text was updated successfully, but these errors were encountered: