ppalaga commented on a change in pull request #148: Basic impl for #147
URL: https://github.com/apache/camel-quarkus/pull/148#discussion_r315641319
 
 

 ##########
 File path: integration-tests/pom.xml
 ##########
 @@ -32,8 +32,20 @@
 
     <name>Camel Quarkus :: Integration Tests</name>
 
+    <properties>
+        <!--
+            Make quarkus use docker by default as native-image does not
+            work anymore due to a Fedora upgrade
+
+            See https://github.com/oracle/graal/issues/1582
+         -->
+        <native-image.docker-build>true</native-image.docker-build>
+        <native-image.container-runtime>docker</native-image.container-runtime>
 
 Review comment:
   Could you please adapt the contributor guide? 
https://github.com/apache/camel-quarkus/blob/35075434992f268f7865cfebcb9854290827437c/docs/modules/ROOT/pages/contributor-guide.adoc

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to