Skip to content

Commit

Permalink
Follow best practice for setting non root UID
Browse files Browse the repository at this point in the history
  • Loading branch information
sspeiche committed Jan 26, 2018
1 parent 4f709b4 commit ba94c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/hello-openshift/Dockerfile
Expand Up @@ -2,4 +2,5 @@ FROM scratch
MAINTAINER Jessica Forrester <jforrest@redhat.com>
COPY bin/hello-openshift /hello-openshift
EXPOSE 8080 8888
USER 1001
ENTRYPOINT ["/hello-openshift"]
1 change: 1 addition & 0 deletions test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba94c93

Please sign in to comment.