You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/31 17:28:38 UTC

(camel-quarkus-examples) 03/12: Use native builder image pull strategy 'missing' to reduce interactions with quay.io

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

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

commit 8fb0fcecaf7a0f1845a77ad1633774885bd8d841
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 30 10:40:02 2023 +0000

    Use native builder image pull strategy 'missing' to reduce interactions with quay.io
---
 .github/workflows/ci-build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 7982e08..ee647ae 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -140,6 +140,7 @@ jobs:
 
             ../mvnw ${MAVEN_ARGS} clean verify \
               -Dformatter.skip -Dimpsort.skip \
+              -Dquarkus.native.builder-image.pull=missing \
               -Pnative,docker,ci
 
             if [[ $? -ne 0 ]]; then