Skip to content

Commit 534c81e

Browse files
authored
fix: use slim docker image (#2903)
1 parent 18569c4 commit 534c81e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hugegraph-pd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true -Dmaven.javadoc.sk
2828

2929
# 2nd stage: runtime env
3030
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 13
31-
FROM eclipse-temurin:11-jre
31+
FROM eclipse-temurin:11-jre-jammy
3232

3333
COPY --from=build /pkg/hugegraph-pd/apache-hugegraph-pd-incubating-*/ /hugegraph-pd/
3434
LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"

hugegraph-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true -Dmaven.javadoc.sk
2828

2929
# 2nd stage: runtime env
3030
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 13
31-
FROM eclipse-temurin:11-jre
31+
FROM eclipse-temurin:11-jre-jammy
3232

3333
COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ /hugegraph-server/
3434
LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"

hugegraph-server/Dockerfile-hstore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true &&
2828

2929
# 2nd stage: runtime env
3030
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 13
31-
FROM eclipse-temurin:11-jre
31+
FROM eclipse-temurin:11-jre-jammy
3232

3333
COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ /hugegraph-server/
3434
# remove hugegraph.properties and rename hstore.properties.template for default hstore backend

hugegraph-store/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -Dmaven.test.skip=true -Dmaven.javadoc.sk
2828

2929
# 2nd stage: runtime env
3030
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java > 13
31-
FROM eclipse-temurin:11-jre
31+
FROM eclipse-temurin:11-jre-jammy
3232

3333
COPY --from=build /pkg/hugegraph-store/apache-hugegraph-store-incubating-*/ /hugegraph-store/
3434
LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"

0 commit comments

Comments
 (0)