Skip to content

Commit

Permalink
Fixed Jenkins UID and GID to be consistent with the Jenkins Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
robvadai committed Dec 1, 2018
1 parent 27b6135 commit 19215a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ MAINTAINER Oleg Nenashev <[email protected]>

ARG user=jenkins
ARG group=jenkins
ARG uid=10000
ARG gid=10000
ARG uid=1000
ARG gid=1000

ENV HOME /home/${user}
RUN groupadd -g ${gid} ${group}
Expand Down

0 comments on commit 19215a4

Please sign in to comment.