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

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


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

commit 0473a29e7150d8014c493e9c7432733dbd2bbbb0
Author: Peng Junzhi <[email protected]>
AuthorDate: Thu Nov 6 02:06:34 2025 -0600

    fix: migrate to LTS jdk11 in all Dockerfile (#691)
    
    * use slim image
---
 hugegraph-hubble/Dockerfile | 2 +-
 hugegraph-loader/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hugegraph-hubble/Dockerfile b/hugegraph-hubble/Dockerfile
index 39ffeea6..6e9164f5 100644
--- a/hugegraph-hubble/Dockerfile
+++ b/hugegraph-hubble/Dockerfile
@@ -35,7 +35,7 @@ RUN set -x \
     && cd /pkg/hugegraph-hubble/ \
     && mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true
 
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre-jammy
 
 COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ 
/hubble
 WORKDIR /hubble/
diff --git a/hugegraph-loader/Dockerfile b/hugegraph-loader/Dockerfile
index fc4edfc2..c923327d 100644
--- a/hugegraph-loader/Dockerfile
+++ b/hugegraph-loader/Dockerfile
@@ -30,7 +30,7 @@ RUN set -x \
     && echo "$(ls)" \
     && mvn clean package $MAVEN_ARGS -DskipTests
 
-FROM openjdk:11-slim
+FROM eclipse-temurin:11-jre-jammy
 
 COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-incubating-*/ 
/loader
 WORKDIR /loader/

Reply via email to