Skip to content

Commit

Permalink
rbe: adding engflow user and group
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnaranjo committed Apr 18, 2024
1 parent 8f4d841 commit a1d9916
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions booking-rbe-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ FROM gcr.io/bazel-public/ubuntu2204-java17

RUN apt-get update -yq
RUN apt-get install -yq ca-certificates curl gnupg rsync

RUN groupadd \
--gid 114 \
engflow && \
useradd \
--home-dir /home/engflow \
--create-home \
--uid 108 \
--gid 114 \
engflow
ENV HOME=/home/engflow

0 comments on commit a1d9916

Please sign in to comment.