Skip to content

Commit 56851f9

Browse files
committed
Update UBI labels for certification
1 parent 3762b51 commit 56851f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,13 @@ FROM ubi-base-${UBI_VERSION} AS ubi-base
9494

9595
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
9696
LABEL name="NGINX Ingress Controller" \
97-
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
97+
maintainer="kubernetes@nginx.com" \
98+
vendor="NGINX Inc" \
99+
version="${IC_VERSION}" \
100+
release="1" \
98101
summary="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
102+
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
103+
io.k8s.description="The NGINX Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
99104
io.openshift.tags="nginx,ingress-controller,ingress,controller,kubernetes,openshift"
100105

101106
RUN microdnf --nodocs install -y shadow-utils ca-certificates \

0 commit comments

Comments
 (0)