From af4da2256854b7f6c031c4d35cff8200f6a27d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 13 Mar 2024 19:29:40 +0100 Subject: [PATCH] Update kamel CLI from 1.11 to 2.2 (#151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- universal/ubi8/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/universal/ubi8/Dockerfile b/universal/ubi8/Dockerfile index 1b580594..208f44bb 100644 --- a/universal/ubi8/Dockerfile +++ b/universal/ubi8/Dockerfile @@ -178,8 +178,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSfo rustup https://sh.rustup.rs && \ chgrp -R 0 /home/tooling && chmod -R g=u /home/tooling # camel-k -ENV KAMEL_VERSION 1.11.0 -RUN curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz | tar -C /usr/local/bin -xz \ +ENV KAMEL_VERSION 2.2.0 +RUN curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-amd64.tar.gz | tar -C /usr/local/bin -xz \ && chmod +x /usr/local/bin/kamel # Config directories