Skip to content

Commit 696504f

Browse files
author
Sean Sundberg
authored
Installs igc plugins into oc/kubectl cli (#15)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 8df2eec commit 696504f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Containerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | b
5454
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) && \
5555
chmod +x igc && \
5656
sudo mv igc /usr/local/bin && \
57+
sudo igc plugins --path /usr/local/bin && \
5758
igc --version
5859

5960
## gitu

Containerfile-fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN curl -sL -o ./helm.tar.gz https://get.helm.sh/helm-v3.8.2-linux-$(if [[ "$TA
5959
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) && \
6060
chmod +x igc && \
6161
sudo mv igc /usr/local/bin && \
62+
sudo igc plugins --path /usr/local/bin && \
6263
igc --version
6364

6465
## gitu

0 commit comments

Comments
 (0)