Skip to content

Commit

Permalink
Update kamel CLI from 1.11 to 2.2 (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 13, 2024
1 parent 1fc9d30 commit af4da22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af4da22

Please sign in to comment.