File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library-api/src/main/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Use Kogito builder image with Java 17
2- FROM quay.io/kiegroup/kogito-swf-builder-nightly:latest AS builder
2+ FROM quay.io/kiegroup/kogito-swf-builder:1.44.1 AS builder
33
44WORKDIR $KOGITO_HOME
55
@@ -15,7 +15,7 @@ ENV PATH=$JAVA_HOME/bin:$PATH
1515RUN $MAVEN_HOME/bin/mvn clean package -Dmaven.compiler.release=17
1616
1717# Use Kogito runtime image with Java 17
18- FROM quay.io/kiegroup/kogito-runtime-jvm-nightly:latest
18+ FROM quay.io/kiegroup/kogito-runtime-jvm:1.44.1
1919
2020ENV RUNTIME_TYPE quarkus
2121ENV JAVA_HOME=/usr/lib/jvm/java-17
@@ -25,4 +25,4 @@ ENV PATH=$JAVA_HOME/bin:$PATH
2525COPY --from=builder /home/kogito/target/quarkus-app/lib/ $KOGITO_HOME/bin/lib/
2626COPY --from=builder /home/kogito/target/quarkus-app/*.jar $KOGITO_HOME/bin
2727COPY --from=builder /home/kogito/target/quarkus-app/app/ $KOGITO_HOME/bin/app/
28- COPY --from=builder /home/kogito/target/quarkus-app/quarkus/ $KOGITO_HOME/bin/quarkus/
28+ COPY --from=builder /home/kogito/target/quarkus-app/quarkus/ $KOGITO_HOME/bin/quarkus/
You can’t perform that action at this time.
0 commit comments