abhioncbr commented on code in PR #14030:
URL: https://github.com/apache/pinot/pull/14030#discussion_r1766343606


##########
docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile:
##########
@@ -20,12 +20,18 @@
 ARG JAVA_VERSION=11
 ARG JDK_IMAGE=mcr.microsoft.com/openjdk/jdk
 
-FROM ${JDK_IMAGE}:${JAVA_VERSION}-ubuntu
+FROM ${JDK_IMAGE}:${JAVA_VERSION}-ubuntu as builder
+
+FROM ubuntu:24.10
+ENV LANG=en_US.UTF-8
+ENV JAVA_HOME=/usr/lib/jvm/msopenjdk-11

Review Comment:
   Yes, we can make it configurable based on `JAVA_VERSION`.  Let me make the 
change.



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to