You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2021/07/09 09:13:30 UTC

[camel-kameleon] branch main updated: chore: let's use JIB instead

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3de6012  chore: let's use JIB instead
3de6012 is described below

commit 3de6012d81f0d87d8240982c26d54aad9a30347f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Jul 9 11:13:27 2021 +0200

    chore: let's use JIB instead
    
    This allows us smaller upload/download sizes for pushes/pulls to/from
    ghcr.io.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59d6a51..f75f329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-container-image-docker</artifactId>
+            <artifactId>quarkus-container-image-jib</artifactId>
         </dependency>
     </dependencies>
     <build>