Skip to content

Commit

Permalink
Merge pull request #5802 from ironcladlou/nonroot-deployer
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Nov 10, 2015
2 parents abfc3c4 + 378e96d commit 74cb827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
#
FROM openshift/origin

# The deployer doesn't require a privileged user.
USER 1001

ENTRYPOINT ["/usr/bin/openshift-deploy"]

0 comments on commit 74cb827

Please sign in to comment.