File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# Dockerfile primary to have single well-known entrypoint
22# From https://www.graalvm.org/latest/docs/getting-started/container-images/
3- # FROM ghcr.io/graalvm/native-image-community:17 as builder
4- # FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17 as builder
53FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21 as builder
64
75WORKDIR /app
@@ -10,8 +8,8 @@ COPY --chown=1001 . /app
108
119RUN chmod "g+rwX" /app
1210
13- # Tests run in separate CI task
14- RUN ./gradlew build -Dquarkus.package.type=native
11+ # Tests run in separate CI task and require remote service unfortunately
12+ RUN ./gradlew build -Dquarkus.native.enabled=true -Dquarkus. package.jar.enabled=false -x test
1513
1614# # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
1715
You can’t perform that action at this time.
0 commit comments