Skip to content

Commit e1dca86

Browse files
author
Sean Sundberg
authored
Updates gitu and igc versions (#30)
- gitu v1.14.5 - igc v1.39.1 Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent dc6e32b commit e1dca86

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Containerfile-alpine

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

94-
ARG IGC_VERSION=1.39.0
94+
ARG IGC_VERSION=1.39.1
9595

9696
## igc
9797
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) && \
@@ -100,7 +100,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
100100
sudo igc plugins --path /usr/local/bin && \
101101
igc --version
102102

103-
ARG GITU_VERSION=1.14.3
103+
ARG GITU_VERSION=1.14.5
104104

105105
## gitu
106106
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9696
rm tkn.tar.gz && \
9797
tkn version
9898

99-
ARG IGC_VERSION=1.39.0
99+
ARG IGC_VERSION=1.39.1
100100

101101
## igc
102102
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 +105,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
105105
sudo igc plugins --path /usr/local/bin && \
106106
igc --version
107107

108-
ARG GITU_VERSION=1.14.3
108+
ARG GITU_VERSION=1.14.5
109109

110110
## gitu
111111
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)