2022-01-01 10:18:20 UTC
25.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5758d4e389a3f662e94a85fb76143dbe338b64f8d2a65f45536a9663b05305ad - 10.6% (2.69 MB)
[#001] sha256:5d2c5846ade60367cb54688d7d57cfb67661c24732b3bb192a853e79cf53dc00 - 89.4% (22.7 MB)
[#002] sha256:e0548336e373759b1c8e1bd99cbda448febcb8d98d576bf9c705c2603d8f26dc - 0.0% (261 Bytes)
/bin/sh -c #(nop) ADD file:5a707b9d6cb5fff532e4c2141bc35707593f21da5528c9e71ae2ddb6ba4a4eb6 in /
2021-11-12 17:19:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-01-01 10:18:20 UTC (buildkit.dockerfile.v0)ARG KUBECTL_VERSION=v1.22.1
2022-01-01 10:18:20 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2022-01-01 10:18:20 UTC (buildkit.dockerfile.v0)RUN |2 KUBECTL_VERSION=v1.22.1 TARGETPLATFORM=linux/amd64 /bin/sh -c apk update && apk add bash bash-completion busybox-extras net-tools vim curl wget tcpdump ca-certificates && update-ca-certificates && rm -rf /var/cache/apk/* && curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETPLATFORM}/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl && echo -e 'source /usr/share/bash-completion/bash_completion\nsource <(kubectl completion bash)' >>~/.bashrc # buildkit
2022-01-01 10:18:20 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2022-01-01 10:18:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["entrypoint.sh"]
2022-01-01 10:18:28 UTC
24 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:06decbbdea2401b400024fb2feadd51ee381cd4b7b78a30306c3828ec9f6c760 - 10.81% (2.59 MB)
[#001] sha256:94aa7d7078d309ccd09733bbe179ab7dcbf504ce58589f03c16d6ee1e2c0b090 - 89.19% (21.4 MB)
[#002] sha256:6dccb408c67cd805a362e29146c566bf6f9927d89ae7bb26de5b134c6a1b4054 - 0.0% (263 Bytes)
/bin/sh -c #(nop) ADD file:ad85e8724ab9b90e37aadca9513807d07d557e7fc4287ca017f01f269aff3920 in /
2021-11-12 16:40:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-01-01 10:18:28 UTC (buildkit.dockerfile.v0)ARG KUBECTL_VERSION=v1.22.1
2022-01-01 10:18:28 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2022-01-01 10:18:28 UTC (buildkit.dockerfile.v0)RUN |2 KUBECTL_VERSION=v1.22.1 TARGETPLATFORM=linux/arm64 /bin/sh -c apk update && apk add bash bash-completion busybox-extras net-tools vim curl wget tcpdump ca-certificates && update-ca-certificates && rm -rf /var/cache/apk/* && curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETPLATFORM}/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl && echo -e 'source /usr/share/bash-completion/bash_completion\nsource <(kubectl completion bash)' >>~/.bashrc # buildkit
2022-01-01 10:18:28 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2022-01-01 10:18:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["entrypoint.sh"]
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.