Skip to content

Commit 0100512

Browse files
authoredFeb 20, 2020
Merge pull request operator-framework#183 from ecordell/opreg-entrypoint
Bug 1800460: fix(docker): add entrypoint
2 parents 971a1a8 + 8dbedbd commit 0100512

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ USER 1001
4545

4646
EXPOSE 50051
4747

48+
ENTRYPOINT ["/bin/registry-server"]
49+
CMD ["--database", "/bundles.db"]
50+
4851
LABEL io.k8s.display-name="OpenShift Operator Registry" \
4952
io.k8s.description="This is a component of OpenShift Operator Lifecycle Manager and is the base for operator catalog API containers." \
5053
maintainer="Odin Team <aos-odin@redhat.com>" \

0 commit comments

Comments
 (0)
Please sign in to comment.