2018-07-09 11:18:33 UTC
28.8 MB
https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.3.0/heptio-authenticator-aws_0.3.0_linux_amd64
HELM_URLhttps://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz
KUBECTL_URLhttps://storage.googleapis.com/kubernetes-release/release/v1.10.5/bin/linux/amd64/kubectl
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a0710691c81a896a992671d9155a12be15c8110485b7077e6b5136050e8868e3 - 7.3% (2.1 MB)
[#001] sha256:9dcb3bdb45d0b973ceca94bd1fbff9b0ad59b7132bf527fc0748b9d3edff4c97 - 61.98% (17.9 MB)
[#002] sha256:95ff6b63b80353796ac174d0d09e9a2db5c87a0f933b01eccbaa35259ebe88b0 - 30.72% (8.86 MB)
[#003] sha256:50ecda364e1cf878bd6caba77757f9a5f2e141f8adeade2c31991a7b120643a5 - 0.0% (93 Bytes)
/bin/sh -c #(nop) ADD file:7ea852a29c96ca1e018e1b0c60dc065abe4180edd24ccd3362f2a01542a52131 in /
2018-07-06 14:14:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-09 11:03:49 UTC/bin/sh -c #(nop) ARG HELM_VERSION=2.9.1
2018-07-09 11:03:49 UTC/bin/sh -c #(nop) ARG KUBECTL_VERSION=1.10.5
2018-07-09 11:03:49 UTC/bin/sh -c #(nop) ARG AWS_IAM_AUTHENTICATOR_VERSION=0.3.0
2018-07-09 11:09:05 UTC/bin/sh -c #(nop) ENV HELM_URL=https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz
2018-07-09 11:09:06 UTC/bin/sh -c #(nop) ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v1.10.5/bin/linux/amd64/kubectl
2018-07-09 11:09:06 UTC/bin/sh -c #(nop) ENV AWS_IAM_AUTHENTICATOR_URL=https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.3.0/heptio-authenticator-aws_0.3.0_linux_amd64
2018-07-09 11:10:27 UTC|3 AWS_IAM_AUTHENTICATOR_VERSION=0.3.0 HELM_VERSION=2.9.1 KUBECTL_VERSION=1.10.5 /bin/sh -c apk add --update --no-cache curl ca-certificates && curl -L ${KUBECTL_URL} -o /usr/bin/kubectl && chmod +x /usr/bin/kubectl && curl -L ${AWS_IAM_AUTHENTICATOR_URL} -o /usr/bin/heptio-authenticator-aws && chmod +x /usr/bin/heptio-authenticator-aws && apk del curl && rm /var/cache/apk/*
2018-07-09 11:10:39 UTC|3 AWS_IAM_AUTHENTICATOR_VERSION=0.3.0 HELM_VERSION=2.9.1 KUBECTL_VERSION=1.10.5 /bin/sh -c apk add --update --no-cache curl ca-certificates && curl -L ${HELM_URL} |tar xvz && mv linux-amd64/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-amd64 && apk del curl && rm /var/cache/apk/*
2018-07-09 11:10:39 UTC/bin/sh -c #(nop) WORKDIR /apps
2018-07-09 11:18:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["helm"]
2018-07-09 11:18:33 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.