Docker image: Add more opencontainers labels (incl. version)
This commit is contained in:
parent
be5349c05a
commit
dea9c405e5
2 changed files with 6 additions and 0 deletions
|
|
@ -14,7 +14,12 @@
|
|||
|
||||
FROM BASEIMAGE
|
||||
|
||||
LABEL org.opencontainers.image.title='NGINX Ingress Controller for Kubernetes'
|
||||
LABEL org.opencontainers.image.documentation='https://kubernetes.github.io/ingress-nginx/'
|
||||
LABEL org.opencontainers.image.source="https://github.com/kubernetes/ingress-nginx"
|
||||
LABEL org.opencontainers.image.vendor='The Kubernetes Authors'
|
||||
LABEL org.opencontainers.image.licenses='Apache-2.0'
|
||||
LABEL org.opencontainers.image.version='VERSION'
|
||||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue