[ 
https://issues.apache.org/jira/browse/DRILL-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541161#comment-16541161
 ] 

ASF GitHub Bot commented on DRILL-6346:
---------------------------------------

Agirish commented on a change in pull request #1348: DRILL-6346: Create an 
Official Drill Docker Container
URL: https://github.com/apache/drill/pull/1348#discussion_r201913242
 
 

 ##########
 File path: docs/dev/Docker.md
 ##########
 @@ -0,0 +1,104 @@
+# How to build, publish and run a Apache Drill Docker image
+
+## Prerequisites
+
+To build an Apache Drill docker image, you need to have the following software 
installed on your system to successfully complete a build. 
+  * Java 8
+  * Maven 3.3.1 or greater
+  * Docker 18 or greater
+
+## Confirm settings
+    # java -version
+    java version "1.8.0_161"
+    Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
+    Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
+
+    # mvn --version
+    Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 
2015-03-13T13:10:27-07:00)
+    
+    # $ docker version
+    Client:
+     Version:      18.03.1-ce
+     API version:  1.37
+     Go version:   go1.9.5
+     Git commit:   9ee9f40
+     Built:        Thu Apr 26 07:13:02 2018
+     OS/Arch:      darwin/amd64
+     Experimental: false
+     Orchestrator: swarm
+
+    Server:
+     Engine:
+      Version:      18.03.1-ce
+      API version:  1.37 (minimum version 1.12)
+      Go version:   go1.9.5
+      Git commit:   9ee9f40
+      Built:        Thu Apr 26 07:22:38 2018
+      OS/Arch:      linux/amd64
+      Experimental: true
+
+## Checkout
+
+    git clone https://github.com/apache/drill.git
 
 Review comment:
   @paul-rogers, done. Please take a look.

----------------------------------------------------------------
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:
us...@infra.apache.org


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

Reply via email to