This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch fix-docker
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/fix-docker by this push:
new 31070f5e7 fix path
31070f5e7 is described below
commit 31070f5e7cfe1ef58dbdf9e5985193ec3c715aeb
Author: VGalaxies <[email protected]>
AuthorDate: Mon Jul 15 23:12:13 2024 +0800
fix path
---
hugegraph-pd/Dockerfile | 2 +-
hugegraph-server/Dockerfile | 2 +-
hugegraph-store/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hugegraph-pd/Dockerfile b/hugegraph-pd/Dockerfile
index e0d16b62e..a86b5b9bd 100644
--- a/hugegraph-pd/Dockerfile
+++ b/hugegraph-pd/Dockerfile
@@ -30,7 +30,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests
-Dmaven.javadoc.skip=true &&
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java >
13
FROM openjdk:11-slim
-COPY --from=build /pkg/hugegraph-pd/dist/hugegraph-pd-*/ /hugegraph-pd/
+COPY --from=build /pkg/hugegraph-pd/apache-hugegraph-incubating-pd-*/
/hugegraph-pd/
LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
# TODO: use g1gc or zgc as default
diff --git a/hugegraph-server/Dockerfile b/hugegraph-server/Dockerfile
index 251a73c75..0e39704fd 100644
--- a/hugegraph-server/Dockerfile
+++ b/hugegraph-server/Dockerfile
@@ -30,7 +30,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests
-Dmaven.javadoc.skip=true &&
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java >
13
FROM openjdk:11-slim
-COPY --from=build /pkg/hugegraph-server/apache-hugegraph-incubating-*/
/hugegraph-server/
+COPY --from=build /pkg/hugegraph-server/apache-hugegraph-incubating-server-*/
/hugegraph-server/
LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
# TODO: use g1gc or zgc as default
diff --git a/hugegraph-store/Dockerfile b/hugegraph-store/Dockerfile
index 2cbf907a4..c7329a8f8 100644
--- a/hugegraph-store/Dockerfile
+++ b/hugegraph-store/Dockerfile
@@ -30,7 +30,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests
-Dmaven.javadoc.skip=true &&
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java >
13
FROM openjdk:11-slim
-COPY --from=build /pkg/hugegraph-store/dist/hugegraph-store-*/
/hugegraph-store/
+COPY --from=build /pkg/hugegraph-store/apache-hugegraph-incubating-store-*/
/hugegraph-store/
LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
# TODO: use g1gc or zgc as default