We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 971a1a8 + 8dbedbd commit 0100512Copy full SHA for 0100512
Dockerfile
@@ -45,6 +45,9 @@ USER 1001
45
46
EXPOSE 50051
47
48
+ENTRYPOINT ["/bin/registry-server"]
49
+CMD ["--database", "/bundles.db"]
50
+
51
LABEL io.k8s.display-name="OpenShift Operator Registry" \
52
io.k8s.description="This is a component of OpenShift Operator Lifecycle Manager and is the base for operator catalog API containers." \
53
maintainer="Odin Team <aos-odin@redhat.com>" \
0 commit comments