Skip to content

Commit 97c02d4

Browse files
committed
Update labels for UBI based images (#2354)
1 parent 08c3370 commit 97c02d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/Dockerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,17 @@ RUN yum upgrade -y binutils
133133

134134
############################################# Base image for UBI #############################################
135135
FROM ubi-base-${UBI_VERSION} AS ubi-base
136+
ARG IC_VERSION
136137

137138
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
138139
LABEL name="NGINX Ingress Controller" \
139-
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
140+
maintainer="[email protected]" \
141+
vendor="NGINX Inc" \
142+
version="${IC_VERSION}" \
143+
release="1" \
140144
summary="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
145+
description="The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
146+
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." \
141147
io.openshift.tags="nginx,ingress-controller,ingress,controller,kubernetes,openshift"
142148

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

0 commit comments

Comments
 (0)