Skip to content

Commit

Permalink
Run deployer as non-root user
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladlou committed Nov 9, 2015
1 parent 769ca7a commit 4832aef
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 5555

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

0 comments on commit 4832aef

Please sign in to comment.