[
https://issues.apache.org/jira/browse/DRILL-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528479#comment-16528479
]
ASF GitHub Bot commented on DRILL-6346:
---------------------------------------
Agirish edited a comment 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 separate profile is
better. Created a new profile called 'docker'. Let me know if it looks good.
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]
> Create an Official Drill Docker Container
> -----------------------------------------
>
> Key: DRILL-6346
> URL: https://issues.apache.org/jira/browse/DRILL-6346
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Timothy Farkas
> Assignee: Abhishek Girish
> Priority: Major
> Labels: doc-impacting
> Fix For: 1.14.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)