You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/08/13 18:44:11 UTC

[GitHub] [couchdb-docker] kocolosk commented on a change in pull request #151: allow running as arbitrary uid

kocolosk commented on a change in pull request #151: allow running as arbitrary uid
URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r313552424
 
 

 ##########
 File path: 2.3.1/Dockerfile
 ##########
 @@ -121,8 +121,13 @@ COPY docker-entrypoint.sh /usr/local/bin
 RUN ln -s usr/local/bin/docker-entrypoint.sh /docker-entrypoint.sh # backwards compat
 ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
 
-# Setup directories and permissions
-RUN find /opt/couchdb \! \( -user couchdb -group couchdb \) -exec chown -f couchdb:couchdb '{}' +
 
 Review comment:
   I'm worried that dropping this line this will cause a regression of #131 when starting as root and running as the CouchDB user.

----------------------------------------------------------------
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


With regards,
Apache Git Services