fix krew install

This commit is contained in:
Bret Fisher
2022-01-14 20:20:06 +00:00
committed by GitHub
parent 6ac6db5baa
commit 6e0b6797bd

View File

@@ -99,7 +99,7 @@ RUN echo krew; case ${TARGETPLATFORM} in \
esac \
&& mkdir /tmp/krew \
&& cd /tmp/krew \
&& curl -sSL https://github.com/kubernetes-sigs/krew/releases/latest/download/krew.tar.gz \
&& curl -sSL https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_${ARCH}.tar.gz \
| tar -zxf- \
&& ./krew-linux_${ARCH} install krew \
&& cd \