UNCLASSIFIED

Commit 9b54ed78 authored by Kenneth Maguire's avatar Kenneth Maguire
Browse files

change user level

parent e8cf51ac
Pipeline #49056 passed with stages
in 14 minutes and 5 seconds
...@@ -23,7 +23,7 @@ COPY --from=official /binaries/ /binaries/ ...@@ -23,7 +23,7 @@ COPY --from=official /binaries/ /binaries/
# It does not matter what number it is, as long as it is set to something. # It does not matter what number it is, as long as it is set to something.
# However, OpenShift will run the container as a random user, # However, OpenShift will run the container as a random user,
# and the number in this configuration is not relevant. # and the number in this configuration is not relevant.
USER 2000 USER 1001
ENTRYPOINT ["/bin/cp", "-a", "/binaries/*", "/mongodb-ops-manager/mongodb-releases/"] ENTRYPOINT ["/bin/cp", "-a", "/binaries/*", "/mongodb-ops-manager/mongodb-releases/"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment