v-odier-heetch opened a new pull request #83: Fixing 
dev-support/atlas-docker/Dockerfile image wouldn't build / run
URL: https://github.com/apache/atlas/pull/83
 
 
   Issue :
   
   The dockerfile in ./dev-support/atlas-docker/ doesn't build because the 
install is unable to check all licenses.
   
   Fixed by adding -Drat.skip=true to MAVEN_OPTS
   
   Once built the image won't start because solr crash instantly. This is 
because solr doesn't like to run as root and need -force flag to do so. To 
avoid edditing the start script a user "ubuntu" has been added in the 
Dockerfile.
   
   Also added 2 build options describe in ./dev-support/atlas-docker/readme.md
   
   Option `--build-arg MVN_JOB=8` to setup -T option when running mvn. Default 
is 1  
   Option `--build-arg BRANCH=master` to setup branch to clone. Default is 
master
   
   MVN_JOB was added because the build takes ages
   BRANCH because it makes it easier to build other branch (i needed to build 
branch-2.0)
   -- 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to