Skip to content

Commit 7af7901

Browse files
authored
Add labels and license file to NGF UBI Dockerfile (#4021)
1 parent 6e22e50 commit 7af7901

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

build/ubi/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl
1717
USER 101:1001
1818
ARG BUILD_AGENT
1919
ENV BUILD_AGENT=${BUILD_AGENT}
20+
21+
LABEL name="F5 NGINX Gateway Fabric NGINX Plus" \
22+
maintainer="[email protected]" \
23+
vendor="F5 NGINX" \
24+
summary="NGINX Gateway Fabric" \
25+
description="NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane." \
26+
org.nginx.ngf.image.build.agent="${BUILD_AGENT}" \
27+
io.k8s.description="NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane." \
28+
io.openshift.tags="nginx,gateway,kubernetes,openshift"
29+
30+
COPY --link --chown=101:1001 LICENSE /licenses/
31+
2032
ENTRYPOINT [ "/usr/bin/gateway" ]
2133

2234
FROM ngf-ubi-minimal AS container

operators/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM quay.io/operator-framework/helm-operator:v1.41.1
33
COPY LICENSE /licenses/LICENSE
44

55
LABEL name="nginx-gateway-fabric-operator" \
6+
maintainer="[email protected]" \
67
vendor="F5 NGINX" \
78
version="1.0.0" \
89
release="1" \

0 commit comments

Comments
 (0)