You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/01/02 11:53:37 UTC

[camel-k-runtime] 01/02: feat: use mandrel image

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit d3e30615e5a28a38a6df45c458c85a55e8b15f9f
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Dec 23 16:00:59 2022 +0100

    feat: use mandrel image
    
    in order to reuse the same that is used by Camel K operator
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b17ba4d7..c56c8974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <quarkus-platform-version>2.14.0.Final</quarkus-platform-version>
         <!-- The quarkus camel bom may differ from quarkus platfom -->
         <quarkus-camel-bom-version>2.14.0.Final</quarkus-camel-bom-version>
-        <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.3.0-java11</quarkus-native-builder-image>
+        <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel:21.3.3.0-Final-java11</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
         <groovy-version>3.0.13</groovy-version>