You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/30 14:40:07 UTC

[camel-quarkus] 04/04: Use ubi-quarkus-native-image:19.3.1-java8 as build image

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fcea69282dbef0487988e1647f1c3264bd98d23e
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Mar 30 11:35:42 2020 +0100

    Use ubi-quarkus-native-image:19.3.1-java8 as build image
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 16c0588..5dad376 100644
--- a/pom.xml
+++ b/pom.xml
@@ -753,6 +753,7 @@
                 </property>
             </activation>
             <properties>
+                <quarkus.native.builder-image>quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java8</quarkus.native.builder-image>
                 <quarkus.native.container-build>true</quarkus.native.container-build>
                 <quarkus.native.container-runtime>docker</quarkus.native.container-runtime>
             </properties>