[GitHub] [nifi-registry] kevdoran commented on pull request #287: NIFIREG-399 Support chown docker in docker

2020-10-22 Thread GitBox


kevdoran commented on pull request #287:
URL: https://github.com/apache/nifi-registry/pull/287#issuecomment-714697537


   Closing for now. @nkininge please let me know if you have found a solution 
for this.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi-registry] kevdoran commented on pull request #287: NIFIREG-399 Support chown docker in docker

2020-08-05 Thread GitBox


kevdoran commented on pull request #287:
URL: https://github.com/apache/nifi-registry/pull/287#issuecomment-669304916


   @nkininge were you ever able to look at this? The issue, IIRC, was that the 
change broke the build when building outside of docker.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi-registry] kevdoran commented on pull request #287: NIFIREG-399 Support chown docker in docker

2020-07-14 Thread GitBox


kevdoran commented on pull request #287:
URL: https://github.com/apache/nifi-registry/pull/287#issuecomment-658231312


   @nkininge this is failing for me when I do a normal build (outside of 
docker): 
   
   ```
   [INFO] dockermaven  FAILURE [ 51.351 
s]
   [INFO] 

   [INFO] BUILD FAILURE
   [INFO] 

   [INFO] Total time:  05:06 min
   [INFO] Finished at: 2020-07-14T10:55:04-04:00
   [INFO] 

   [ERROR] Failed to execute goal 
com.spotify:dockerfile-maven-plugin:1.3.5:build (default) on project 
dockermaven: Could not build image: The command '/bin/sh -c groupadd -g ${GID} 
nifi || groupmod -n nifi `getent group ${GID} | cut -d: -f1` && useradd 
--shell /bin/bash -u ${UID} -g ${GID} -m nifi && chown -R nifi:nifi 
${NIFI_REGISTRY_BASE_DIR} && apt-get update && apt-get install -y jq 
xmlstarlet procps' returned a non-zero code: 1 -> [Help 1]
   ```
   
   Looks like we'll have to explore a different solution



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org