2021-03-10 18:19:01 UTC
14.8 MB
https://get.helm.sh
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TAR_FILEhelm-v3.5.3-linux-amd64.tar.gz
[#000] sha256:ba3557a56b150f9b813f9d02274d62914fd8fce120dd374d9ee17b87cf1d277d - 18.06% (2.68 MB)
[#001] sha256:f065b27236a60b06f2b15f5864d1d42a0cfe6b34ae4df36ab5d89aeef6a75fe5 - 81.94% (12.2 MB)
[#002] sha256:48258b6f8050e20cf651e99ee0b6abc81713e34779c3e94aeaa23ea412a2b52f - 0.0% (127 Bytes)
/bin/sh -c #(nop) ADD file:80bf8bd014071345b1c0364eeb0a5e48f3fb0d87f9c31cb990e57caa652b59b8 in /
2021-02-17 21:19:54 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-10 18:18:58 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-10 18:18:58 UTC/bin/sh -c #(nop) ENV BASE_URL=https://get.helm.sh
2021-03-10 18:18:59 UTC/bin/sh -c #(nop) ENV TAR_FILE=helm-v3.5.3-linux-amd64.tar.gz
2021-03-10 18:19:01 UTC|1 VERSION=3.5.3 /bin/sh -c apk add --update --no-cache curl ca-certificates && curl -L ${BASE_URL}/${TAR_FILE} |tar xvz && mv linux-amd64/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-amd64 && apk del curl && rm -f /var/cache/apk/*
2021-03-10 18:19:01 UTC/bin/sh -c #(nop) WORKDIR /apps
2021-03-10 18:19:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["helm"]
2021-03-10 18:19:01 UTC/bin/sh -c #(nop) CMD ["--help"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.