Duplicate the user/group args into the master Docker image

Need this in both the proxy and master images unfortunately
This commit is contained in:
R. Tyler Croy 2017-12-21 08:33:31 -08:00
parent 88cff02746
commit bdb8b8c7bb
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ RUN apk add --no-cache git \
# Snippet taken from Dockerfile.alpine
################################################################################
ARG user=jenkins
ARG group=jenkins
ARG http_port=8080
ARG agent_port=50000