We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae179e + 67ed190 commit 093283eCopy full SHA for 093283e
Dockerfile
@@ -46,5 +46,6 @@ USER 1001
46
EXPOSE 50051
47
48
LABEL io.k8s.display-name="OpenShift Operator Registry" \
49
- io.k8s.description="This is a component of OpenShift Operator Lifecycle Manager and is the base for operator catalog API containers." \
50
- maintainer="Odin Team <aos-odin@redhat.com>"
+ io.k8s.description="This is a component of OpenShift Operator Lifecycle Manager and is the base for operator catalog API containers." \
+ maintainer="Odin Team <aos-odin@redhat.com>" \
51
+ summary="Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager."
0 commit comments