Skip to content

Commit 122c80f

Browse files
author
Sean Sundberg
authored
Updates gitu and igc cli versions (#26)
- gitu to v1.14.4 - igc to v1.39.0 Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 58dadd3 commit 122c80f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Containerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9090
rm tkn.tar.gz && \
9191
tkn version
9292

93-
ARG IGC_VERSION=1.38.1
93+
ARG IGC_VERSION=1.39.0
9494

9595
## igc
9696
RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/releases/download/v${IGC_VERSION}/igc-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \
@@ -99,7 +99,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
9999
sudo igc plugins --path /usr/local/bin && \
100100
igc --version
101101

102-
ARG GITU_VERSION=1.14.2
102+
ARG GITU_VERSION=1.14.4
103103

104104
## gitu
105105
RUN curl -sL -o ./gitu https://github.com/cloud-native-toolkit/git-client/releases/download/v${GITU_VERSION}/gitu-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \

Containerfile-fedora

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9595
rm tkn.tar.gz && \
9696
tkn version
9797

98-
99-
ARG IGC_VERSION=1.38.1
98+
ARG IGC_VERSION=1.39.0
10099

101100
## igc
102101
RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/releases/download/v${IGC_VERSION}/igc-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \
@@ -105,7 +104,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
105104
sudo igc plugins --path /usr/local/bin && \
106105
igc --version
107106

108-
ARG GITU_VERSION=1.14.2
107+
ARG GITU_VERSION=1.14.4
109108

110109
## gitu
111110
RUN curl -sL -o ./gitu https://github.com/cloud-native-toolkit/git-client/releases/download/v${GITU_VERSION}/gitu-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \

0 commit comments

Comments
 (0)