Agirish commented on issue #1348: DRILL-6346: Create an Official Drill Docker 
Container
URL: https://github.com/apache/drill/pull/1348#issuecomment-401508476
 
 
   @arina-ielchiieva , on second thoughts, i think having a seperate profile is 
better. Created a new profile called 'docker'. 
   Steps remain mostly similar:
   Build Project (any profile can be provided. If it's 'docker' profile, then 
docker image is built)
   `$ mvn clean install`
   Build Docker image Push image to Docker Hub (or any Container Registry):
   ```
   cd distribution
   mvn dockerfile:build -Pdocker
   mvn dockerfile:push -Pdocker
   ```

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