FrankChen021 commented on code in PR #13059:
URL: https://github.com/apache/druid/pull/13059#discussion_r969819083


##########
distribution/docker/Dockerfile:
##########
@@ -17,8 +17,10 @@
 # under the License.
 #
 
-ARG JDK_VERSION=8
-FROM maven:3.8.4-jdk-11-slim as builder
+ARG JDK_VERSION=11
+
+FROM maven:3.8.6-jdk-11-slim as builder

Review Comment:
   It's a very good idea. 
   
   But for Mac M1/M2, as I said above, it takes too long to build the 
distribution file at the build stage. I will also add some instructions in the 
doc to guide people to build the distribution out of docker.
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to