2021-02-05 19:02:18 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.2-linux-amd64.tar.gz
[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 18.06% (2.68 MB)
[#001] sha256:70c15b15f056a10b8062d9bc9228120ecdba9c520cecf938826fe47a29bcd54b - 81.93% (12.2 MB)
[#002] sha256:da21cc66ee7fb16644892c9b85538851ef010298c23241951e0473b79149d13a - 0.0% (127 Bytes)
/bin/sh -c #(nop) ADD file:0e2d487cd80773e947c8aae6daad3d565b7bb019a954af2b8bff188681c00d81 in /
2021-01-28 23:19:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-02-05 19:02:15 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-05 19:02:15 UTC/bin/sh -c #(nop) ENV BASE_URL=https://get.helm.sh
2021-02-05 19:02:16 UTC/bin/sh -c #(nop) ENV TAR_FILE=helm-v3.5.2-linux-amd64.tar.gz
2021-02-05 19:02:18 UTC|1 VERSION=3.5.2 /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-02-05 19:02:18 UTC/bin/sh -c #(nop) WORKDIR /apps
2021-02-05 19:02:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["helm"]
2021-02-05 19:02:18 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.