Skip to content

Commit

Permalink
Update to latest Carvel tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed May 6, 2022
1 parent 0b5ee85 commit 6af4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop-images/base-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN curl -sL -o /tmp/k9s.tar.gz https://github.com/derailed/k9s/releases/downloa
mv /tmp/k9s /opt/kubernetes/bin/k9s && \
rm /tmp/k9s.tar.gz

RUN curl -sL -o /tmp/carvel.sh "https://raw.githubusercontent.com/vmware-tanzu/carvel/1cfceb1f3822219160fffede629a3a447dec3a0d/site/static/install.sh" && \
RUN curl -sL -o /tmp/carvel.sh "https://raw.githubusercontent.com/vmware-tanzu/carvel/483c8c75b8036b4d302c70adb0a6fdb3af16c3a9/site/static/install.sh" && \
export K14SIO_INSTALL_BIN_DIR=/opt/kubernetes/bin && \
sh -x /tmp/carvel.sh && \
rm /tmp/carvel.sh
Expand Down

0 comments on commit 6af4a2c

Please sign in to comment.