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 d441e49f5 fixup! setup for hstore
d441e49f5 is described below

commit d441e49f5f2daeceb9e8a8f70fdcfd5ce987923b
Author: VGalaxies <[email protected]>
AuthorDate: Wed Aug 14 20:54:22 2024 +0800

    fixup! setup for hstore
---
 hugegraph-server/Dockerfile-hstore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hugegraph-server/Dockerfile-hstore 
b/hugegraph-server/Dockerfile-hstore
index 3e648e1fb..47f758b0d 100644
--- a/hugegraph-server/Dockerfile-hstore
+++ b/hugegraph-server/Dockerfile-hstore
@@ -30,11 +30,11 @@ 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-server-incubating-*/ 
/hugegraph-server/
 # remove hugegraph.properties and rename hstore.properties.template for 
default hstore backend
-RUN cd /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/conf/graphs \
+RUN cd /hugegraph-server/conf/graphs \
     && rm hugegraph.properties && mv hstore.properties.template 
hugegraph.properties
 
-COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/ 
/hugegraph-server/
 LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
 
 # TODO: use g1gc or zgc as default

Reply via email to