You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/09 07:17:29 UTC

[GitHub] [drill] dzamo opened a new pull request #2328: [MINOR UPDATE] Run Drill using a new non-root "drilluser" account

dzamo opened a new pull request #2328:
URL: https://github.com/apache/drill/pull/2328


   # [MINOR UPDATE] Run Drill using a new non-root "drilluser" account
   
   ## Description
   
   While containers are sandboxed, it is still best practice to run proceses within them using non-root accounts.  This adds a non-root "drilluser" to both Dockerfiles and fixes a incorrect default JDK base image version number at the same time (it's not used in our CI Docker build process but it was wrong nonethless, referring to a JRE base image).
   
   ## Documentation
   No change to the user docs for running inside Docker.
   
   ## Testing
   Build and run containers from both Dockerfiles.  Run queries in sqlline to CTAS a temp table and then query it.  Shell into a running container to look at files and perms in the home directory of the new system account (/var/lib/drill).
   


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

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

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



[GitHub] [drill] dzamo commented on pull request #2328: [MINOR UPDATE] Run Drill in Docker using a new non-root "drilluser" account

Posted by GitBox <gi...@apache.org>.
dzamo commented on pull request #2328:
URL: https://github.com/apache/drill/pull/2328#issuecomment-939245969


   If we prefer a Jira ticket here let me know and I'll create it.


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

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

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



[GitHub] [drill] cgivre merged pull request #2328: [MINOR UPDATE] Run Drill in Docker using a new non-root "drilluser" account

Posted by GitBox <gi...@apache.org>.
cgivre merged pull request #2328:
URL: https://github.com/apache/drill/pull/2328


   


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

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

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