File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,18 @@ COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl
17
17
USER 101:1001
18
18
ARG BUILD_AGENT
19
19
ENV BUILD_AGENT=${BUILD_AGENT}
20
+
21
+ LABEL name="F5 NGINX Gateway Fabric NGINX Plus" \
22
+ maintainer="kubernetes@nginx.com" \
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
+
20
32
ENTRYPOINT [ "/usr/bin/gateway" ]
21
33
22
34
FROM ngf-ubi-minimal AS container
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM quay.io/operator-framework/helm-operator:v1.41.1
3
3
COPY LICENSE /licenses/LICENSE
4
4
5
5
LABEL name="nginx-gateway-fabric-operator" \
6
+ maintainer="kubernetes@nginx.com" \
6
7
vendor="F5 NGINX" \
7
8
version="1.0.0" \
8
9
release="1" \
You can’t perform that action at this time.
0 commit comments