2022-05-26 00:08:12 UTC
106 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b3c136eddcbf2003d3180787cef00f39d46b9fd9e4623178282ad6a8d63ad3b0 - 2.43% (2.57 MB)
[#001] sha256:718fc07cce800a1531a5137f64df6e821474956dd09c6dd620d56201fc5b6922 - 7.81% (8.27 MB)
[#002] sha256:1fca5115f6b4017b4206f86642fdc193917fc9b931fb3fb65c20ec871922e6e7 - 0.0% (280 Bytes)
[#003] sha256:a57808df4f79cc1a55fb635e06038e37f288bd6eff72ebed5782852da9bbf8d1 - 52.74% (55.9 MB)
[#004] sha256:05df80aae013e3fd5424f1c8a3e9a011097887ddbea9683af45fe136afb9e754 - 10.94% (11.6 MB)
[#005] sha256:21c9dbf5a4519e88bc09c463c37cb5319fcb69124f68f4118428e0240a88bf6b - 0.0% (154 Bytes)
[#006] sha256:9f78ef538448b8c22b60fd276e3080fd551db2bbb1bee790020d494919267b8b - 0.0% (1.63 KB)
[#007] sha256:337b98f840b6b37fcb30f5f909b1bdb563ad2bbca0c3ead2b92c17465f61f374 - 0.0% (167 Bytes)
[#008] sha256:9b87c48dfaa855cc420ae85f530ff00f8abc75f82092408aed987f4d4f779604 - 26.06% (27.6 MB)
[#009] sha256:b6f3ab556d606383d148b0c267f1eab10ed9b715c00baa8cc429bfb09688e3c5 - 0.02% (18.8 KB)
/bin/sh -c #(nop) ADD file:3ae36c6c4a1fc43157692da97c6c4fa6c3d0189ba82e2bef7f5aaf4a5e083f18 in /
2022-05-23 19:39:22 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-05-25 23:47:10 UTC (buildkit.dockerfile.v0)ARG DOCKER_CHANNEL
2022-05-25 23:47:10 UTC (buildkit.dockerfile.v0)ARG DOCKER_VERSION
2022-05-25 23:47:10 UTC (buildkit.dockerfile.v0)ARG KUBECTL_VERSION
2022-05-25 23:47:10 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.14 KUBECTL_VERSION=1.22.3 /bin/sh -c apk --no-cache add curl procps git tar libcap jq # buildkit
2022-05-25 23:47:10 UTC (buildkit.dockerfile.v0)COPY hack/arch.sh hack/os.sh /bin/ # buildkit
2022-05-25 23:47:25 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.14 KUBECTL_VERSION=1.22.3 /bin/sh -c if [ $(arch.sh) = ppc64le ] || [ $(arch.sh) = s390x ]; then curl -o docker.tgz https://download.docker.com/$(os.sh)/static/${DOCKER_CHANNEL}/$(uname -m)/docker-18.06.3-ce.tgz; else curl -o docker.tgz https://download.docker.com/$(os.sh)/static/${DOCKER_CHANNEL}/$(uname -m)/docker-${DOCKER_VERSION}.tgz; fi && tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ && rm docker.tgz # buildkit
2022-05-25 23:47:29 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.14 KUBECTL_VERSION=1.22.3 /bin/sh -c curl -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/$(os.sh)/$(arch.sh)/kubectl && chmod +x /usr/local/bin/kubectl # buildkit
2022-05-25 23:47:29 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.14 KUBECTL_VERSION=1.22.3 /bin/sh -c rm /bin/arch.sh /bin/os.sh # buildkit
2022-05-25 23:47:29 UTC (buildkit.dockerfile.v0)COPY hack/ssh_known_hosts /etc/ssh/ # buildkit
2022-05-25 23:47:29 UTC (buildkit.dockerfile.v0)COPY hack/nsswitch.conf /etc/ # buildkit
2022-05-26 00:08:12 UTC (buildkit.dockerfile.v0)COPY /go/src/github.com/argoproj/argo-workflows/dist/argoexec /usr/local/bin/ # buildkit
2022-05-26 00:08:12 UTC (buildkit.dockerfile.v0)COPY /etc/mime.types /etc/mime.types # buildkit
2022-05-26 00:08:12 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["argoexec"]
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.