Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 0a93e19

Browse files
authored
Add labels and licenses to openshift.Dockerfile for certification (#134)
1 parent df4f2ab commit 0a93e19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openshift.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,13 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
2222
WORKDIR /
2323
COPY --from=builder /workspace/manager .
2424
COPY config/crd/kic ./config/crd/kic
25+
COPY LICENSE /licenses/
26+
27+
LABEL name="NGINX Ingress Operator" \
28+
description="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers" \
29+
summary="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers" \
30+
io.openshift.tags="nginx,ingress-controller,ingress,controller,kubernetes,openshift" \
31+
maintainer="NGINX Inc <[email protected]>" \
32+
vendor="NGINX Inc <[email protected]>"
2533

2634
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)