This is an automated email from the ASF dual-hosted git repository.

pengjunzhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new de0360b11 fix: migrate to LTS jdk11 in all Dockerfile (#2901)
de0360b11 is described below

commit de0360b1184943b17cf329ad5c1250c046741dc8
Author: Peng Junzhi <[email protected]>
AuthorDate: Tue Nov 4 06:50:42 2025 -0600

    fix: migrate to LTS jdk11 in all Dockerfile (#2901)
---
 hugegraph-pd/Dockerfile            | 2 +-
 hugegraph-server/Dockerfile        | 2 +-
 hugegraph-server/Dockerfile-hstore | 2 +-
 hugegraph-store/Dockerfile         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hugegraph-pd/Dockerfile b/hugegraph-pd/Dockerfile
index 0303252db..a53335801 100644
--- a/hugegraph-pd/Dockerfile
+++ b/hugegraph-pd/Dockerfile
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true 
-Dmaven.javadoc.sk
 
 # 2nd stage: runtime env
 # Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 
13
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre
 
 COPY --from=build /pkg/hugegraph-pd/apache-hugegraph-pd-incubating-*/ 
/hugegraph-pd/
 LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
diff --git a/hugegraph-server/Dockerfile b/hugegraph-server/Dockerfile
index 65644d75b..73f375213 100644
--- a/hugegraph-server/Dockerfile
+++ b/hugegraph-server/Dockerfile
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true 
-Dmaven.javadoc.sk
 
 # 2nd stage: runtime env
 # Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 
13 
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre
 
 COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ 
/hugegraph-server/
 LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
diff --git a/hugegraph-server/Dockerfile-hstore 
b/hugegraph-server/Dockerfile-hstore
index 47f758b0d..d31413c46 100644
--- a/hugegraph-server/Dockerfile-hstore
+++ b/hugegraph-server/Dockerfile-hstore
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests 
-Dmaven.javadoc.skip=true &&
 
 # 2nd stage: runtime env
 # Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 
13 
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre
 
 COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ 
/hugegraph-server/
 # remove hugegraph.properties and rename hstore.properties.template for 
default hstore backend
diff --git a/hugegraph-store/Dockerfile b/hugegraph-store/Dockerfile
index a00e5474a..5786df029 100644
--- a/hugegraph-store/Dockerfile
+++ b/hugegraph-store/Dockerfile
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true 
-Dmaven.javadoc.sk
 
 # 2nd stage: runtime env
 # Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 
13
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre
 
 COPY --from=build /pkg/hugegraph-store/apache-hugegraph-store-incubating-*/ 
/hugegraph-store/
 LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"

Reply via email to