We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971a1a8 commit 8dbedbdCopy full SHA for 8dbedbd
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