Fox docker opencontainers version label (#5087)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-16 11:55:12 -03:00 committed by GitHub
parent 36a8134cf1
commit 4b5c39e97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,11 @@
# limitations under the License. # limitations under the License.
ARG BASE_IMAGE ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}
ARG VERSION
LABEL org.opencontainers.image.title="NGINX Ingress Controller for Kubernetes" 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.documentation="https://kubernetes.github.io/ingress-nginx/"
LABEL org.opencontainers.image.source="https://github.com/kubernetes/ingress-nginx" LABEL org.opencontainers.image.source="https://github.com/kubernetes/ingress-nginx"