Skip to content

Commit

Permalink
Matching UID/GID of 1st user of a Ubuntu system.
Browse files Browse the repository at this point in the history
This is the default UID:GID mapping now as the previously hard-coded
values of 1002:1002 where used in production system, only.
  • Loading branch information
shocau committed Jun 25, 2024
1 parent f74cefa commit 8fdb489
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 @@ -3,8 +3,8 @@ FROM alpine:3.19
LABEL authors="Arnd Plumhoff <plumhoff@email.uni-kiel.de>, Sascha Hoppe <sho@informatik.uni-kiel.de>"

ARG ELKLIVE_HOME=/elklive
ARG ELKLIVE_UID=1002
ARG ELKLIVE_GID=1002
ARG ELKLIVE_UID=1000
ARG ELKLIVE_GID=1000

RUN apk add --update --no-cache yarn git gradle curl

Expand Down

0 comments on commit 8fdb489

Please sign in to comment.