You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/08/26 02:51:47 UTC

[rocketmq-docker] 37/38: Chore(dockerfile): use 3000 as gid

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git

commit b02d4f7a914d3c62919d769caa7c03f326696e64
Author: 刘睿 <li...@liuruideMacBook-Pro.local>
AuthorDate: Fri Aug 23 15:30:58 2019 +0800

    Chore(dockerfile): use 3000 as gid
---
 image-build/Dockerfile-alpine | 2 +-
 image-build/Dockerfile-centos | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/image-build/Dockerfile-alpine b/image-build/Dockerfile-alpine
index 4228dc3..5ad8c0c 100644
--- a/image-build/Dockerfile-alpine
+++ b/image-build/Dockerfile-alpine
@@ -22,7 +22,7 @@ RUN apk add --no-cache bash gettext nmap-ncat openssl busybox-extras
 ARG user=rocketmq
 ARG group=rocketmq
 ARG uid=3000
-ARG gid=999
+ARG gid=3000
 
 # RocketMQ is run with user `rocketmq`, uid = 3000
 # If you bind mount a volume from the host or a data container,
diff --git a/image-build/Dockerfile-centos b/image-build/Dockerfile-centos
index 8331c2e..b810dc6 100644
--- a/image-build/Dockerfile-centos
+++ b/image-build/Dockerfile-centos
@@ -28,7 +28,7 @@ RUN yum install -y java-1.8.0-openjdk-devel.x86_64 unzip gettext nmap-ncat opens
 ARG user=rocketmq
 ARG group=rocketmq
 ARG uid=3000
-ARG gid=999
+ARG gid=3000
 
 # RocketMQ is run with user `rocketmq`, uid = 3000
 # If you bind mount a volume from the host or a data container,