File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 openjdk :11-slim
31+ FROM eclipse-temurin :11-jre
3232
3333COPY --from=build /pkg/hugegraph-pd/apache-hugegraph-pd-incubating-*/ /hugegraph-pd/
3434LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"
Original file line number Diff line number Diff 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 openjdk :11-slim
31+ FROM eclipse-temurin :11-jre
3232
3333COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ /hugegraph-server/
3434LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"
Original file line number Diff line number Diff 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 openjdk :11-slim
31+ FROM eclipse-temurin :11-jre
3232
3333COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ /hugegraph-server/
3434# remove hugegraph.properties and rename hstore.properties.template for default hstore backend
Original file line number Diff line number Diff 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 openjdk :11-slim
31+ FROM eclipse-temurin :11-jre
3232
3333COPY --from=build /pkg/hugegraph-store/apache-hugegraph-store-incubating-*/ /hugegraph-store/
3434LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>"
You can’t perform that action at this time.
0 commit comments