Cleanup docker build (#5084)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-15 13:59:56 -03:00 committed by GitHub
parent 6bd5cef01d
commit 12314aa1ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
ARG BASE_IMAGE
ARG VERSION
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE}
FROM ${BASE_IMAGE}
LABEL org.opencontainers.image.title="NGINX Ingress Controller for Kubernetes"
LABEL org.opencontainers.image.documentation="https://kubernetes.github.io/ingress-nginx/"