[
https://issues.apache.org/jira/browse/MINIFI-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197668#comment-16197668
]
ASF GitHub Bot commented on MINIFI-353:
---------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi-minifi/pull/95
MINIFI-353 Adjusting GID to be the same as the default in the Docker Maven
Dockerfile
MINIFI-353 Adjusting GID to be the same as the default in the Docker Maven
Dockerfile and remove GID '50' already exists warning.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/nifi-minifi minifi-353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi/pull/95.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #95
----
commit ca5509ef0a9bea5f39d6086b3c8226f38ea347bd
Author: Aldrin Piri <[email protected]>
Date: 2017-10-09T20:36:25Z
MINIFI-353 Adjusting GID to be the same as the default in the Docker Maven
Dockerfile and remove GID '50' already exists warning.
----
> warning building docker - groupadd: GID '50' already exists
> -----------------------------------------------------------
>
> Key: MINIFI-353
> URL: https://issues.apache.org/jira/browse/MINIFI-353
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: Docker
> Affects Versions: 0.1.0
> Reporter: Jim Zucker
> Assignee: Aldrin Piri
>
> Removing intermediate container fcbf6b637cf8
> Step 9/14 : RUN groupadd -g $GID minifi || groupmod -n minifi `getent group
> $GID | cut -d: -f1`
> ---> Running in 46c966e2c6df
> * groupadd: GID '50' already exists *
> ---> 1f9485499053
> Removing intermediate container 46c966e2c6df
> Step 10/14 : RUN useradd --shell /bin/b
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)