This is an automated email from the ASF dual-hosted git repository.
vgalaxies 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 534c81e5f fix: use slim docker image (#2903)
534c81e5f is described below
commit 534c81e5fcab95d0abe7da093add455c1eeb395e
Author: Peng Junzhi <[email protected]>
AuthorDate: Mon Dec 15 13:35:13 2025 +0800
fix: use slim docker image (#2903)
---
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 a53335801..c30cc3dfe 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 eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre-jammy
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 79e8a2f9b..c9df67dc3 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 eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre-jammy
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 d31413c46..8f7017b6d 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 eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre-jammy
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 5786df029..c0b4b71cb 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 eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre-jammy
COPY --from=build /pkg/hugegraph-store/apache-hugegraph-store-incubating-*/
/hugegraph-store/
LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"