j4fm opened a new pull request #401: Enhanced docker-compose.yml for non-root 
user build and debug
URL: https://github.com/apache/tomee/pull/401
 
 
   As an example to try out, improved docker-compose file.
   
   This docker-compose.yml file runs as non-root user (some tests depend on 
this and fail if root).  To enable that there is a utility (volume_perms) that 
sets the file permissions to user 1000 which is the user id that runs the 
builds/tests.
   
   Supported services:
   
   (Fail on first failure)
   docker-compose up build
   
   (Build all regardless of failures)
   docker-compose up build-all
   
   (No tests)
   docker-compose up build-quick
   
   (Wait for debugger to connect. Usually want to specify -pl parameter first)
   docker-compose up debug
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to