Skip to content

Commit

Permalink
Update labels for UBI based images (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 13, 2022
1 parent 8d3f180 commit 0e9556a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,17 @@ RUN yum upgrade -y binutils

############################################# Base image for UBI #############################################
FROM ubi-base-${UBI_VERSION} AS ubi-base
ARG IC_VERSION

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

RUN microdnf --nodocs install -y shadow-utils ca-certificates \
Expand Down

0 comments on commit 0e9556a

Please sign in to comment.