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
1717USER 101:1001
1818ARG BUILD_AGENT
1919ENV 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+
2032ENTRYPOINT [ "/usr/bin/gateway" ]
2133
2234FROM 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
33COPY LICENSE /licenses/LICENSE
44
55LABEL name="nginx-gateway-fabric-operator" \
6+ maintainer="kubernetes@nginx.com" \
67 vendor="F5 NGINX" \
78 version="1.0.0" \
89 release="1" \
You can’t perform that action at this time.
0 commit comments