adding GAMBIT specific userid for jenkins to foundation containers

This commit is contained in:
Michael Shaw 2022-12-01 15:34:38 -05:00
parent 8944e7d7ca
commit 192ac23cb4
2 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,4 @@ RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.6.linux-amd64.tar.gz
ENV PATH $PATH:/usr/local/go/bin
RUN useradd -r -u 111 -g 116 -d /var/lib/jenkins -M -N jenkins

View File

@ -4,3 +4,4 @@ RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash
RUN apk add --no-cache --upgrade grep
RUN useradd -r -u 111 -g 116 -d /var/lib/jenkins -M -N jenkins