You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/07/14 15:00:56 UTC

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

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:
users@infra.apache.org