We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3676ce0 commit fcaf1c3Copy full SHA for fcaf1c3
hugegraph-hubble/Dockerfile
@@ -35,7 +35,7 @@ RUN set -x \
35
&& cd /pkg/hugegraph-hubble/ \
36
&& mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true
37
38
-FROM eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre-jammy
39
40
COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ /hubble
41
WORKDIR /hubble/
hugegraph-loader/Dockerfile
@@ -30,7 +30,7 @@ RUN set -x \
30
&& echo "$(ls)" \
31
&& mvn clean package $MAVEN_ARGS -DskipTests
32
33
34
COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-incubating-*/ /loader
WORKDIR /loader/
0 commit comments