Skip to content

Commit

Permalink
change USER_UID to 1001
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Jul 17, 2017
1 parent 4b0ee0a commit 08ece2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LABEL name="openshift/origin-ansible" \
io.openshift.tags="openshift,install,upgrade,ansible" \
atomic.run="once"

ENV USER_UID=1000 \
ENV USER_UID=1001 \
HOME=/opt/app-root/src \
WORK_DIR=/usr/share/ansible/openshift-ansible \
OPTS="-v"
Expand Down

0 comments on commit 08ece2a

Please sign in to comment.