mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-01 15:51:44 +00:00
Try to fix the checksum for kubectl (#510)
This commit is contained in:
parent
900033bf74
commit
3eec259cc2
@ -11,7 +11,7 @@ steps:
|
||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||
mkdir -p /kubectl/usr/bin && \
|
||||
curl -LO "https://dl.k8s.io/release/v$PACKAGE_VERSION/bin/linux/{{.Values.arch}}/kubectl" && \
|
||||
curl -LO "https://dl.k8s.io/v$PACKAGE_VERSION/bin/linux/{{.Values.arch}}/kubectl.sha256" && \
|
||||
curl -LO "https://dl.k8s.io/release/v$PACKAGE_VERSION/bin/linux/{{.Values.arch}}/kubectl.sha256" && \
|
||||
cat kubectl.sha256 && \
|
||||
ls -liah && \
|
||||
/bin/bash -c 'echo "$(<kubectl.sha256) kubectl" | sha256sum -c' && \
|
||||
|
Loading…
Reference in New Issue
Block a user