Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 4e9848e

Browse files
committed
Remove confusing use of 1414 for file UID/GID
1 parent bb9c06e commit 4e9848e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8.0.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030
&& curl -LO $MQ_URL \
3131
&& tar -zxvf ./*.tar.gz \
3232
# Recommended: Create the mqm user ID with a fixed UID and group, so that the file permissions work between different images
33-
&& groupadd --gid 1414 mqm \
34-
&& useradd --uid 1414 --gid mqm --home-dir /var/mqm mqm \
33+
&& groupadd --gid 1000 mqm \
34+
&& useradd --uid 1000 --gid mqm --home-dir /var/mqm mqm \
3535
&& usermod -G mqm root \
3636
&& cd /tmp/mq/MQServer \
3737
# Accept the MQ license

0 commit comments

Comments
 (0)