Cleanup docker build (#5084)
This commit is contained in:
parent
6bd5cef01d
commit
12314aa1ac
2 changed files with 3 additions and 3 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue