Fox docker opencontainers version label (#5087)
This commit is contained in:
parent
36a8134cf1
commit
4b5c39e97b
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@
|
|||
# limitations under the License.
|
||||
|
||||
ARG BASE_IMAGE
|
||||
ARG VERSION
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
ARG VERSION
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue