mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Fox docker opencontainers version label (#5087)
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user