diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 7e8b4ea14..696d81dc5 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -87,7 +87,7 @@ jobs: strategy: matrix: java: [ 11 ] - image: [ "ubi-quarkus-native-image:22.3-java17", "ubi-quarkus-mandrel:22.3-java17" ] + image: [ "ubi-quarkus-graalvmce-builder-image:22.3-java17", "ubi-quarkus-mandrel-builder-image:22.3-java17" ] profiles: [ "root-modules,monitoring-modules,spring-modules,test-tooling-modules", "http-modules", "security-modules", diff --git a/README.md b/README.md index 203547fe2..554985bdb 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ More info about how to generate native images could be found in Quarkus [buildin User: `Deploy in OpenShift the module http-minimum compiled with a custom GraalVM Docker image and 5GB of memory` ```shell -mvn clean verify -Dall-modules -Dnative -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:22.2-java17 -Dquarkus.native.native-image-xmx=5g -Dopenshift -pl http/http-minimum +mvn clean verify -Dall-modules -Dnative -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17 -Dquarkus.native.native-image-xmx=5g -Dopenshift -pl http/http-minimum ``` #### OpenShift & Native via local GraalVM diff --git a/pom.xml b/pom.xml index 815d64b3f..e6f9240cc 100644 --- a/pom.xml +++ b/pom.xml @@ -665,8 +665,7 @@ native true 4g - - quay.io/quarkus/ubi-quarkus-mandrel:22.3-java17 + quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17 **/*DevMode*IT.java