2021-11-09 16:10:04 UTC
88.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:552d1f2373af9bfe12033568ebbfb0ccbb0de11279f9a415a29207e264d7f4d9 - 2.91% (2.59 MB)
[#001] sha256:a18773fbd017911d4b218450d6d8a76d25b73e28081f3ae53c697d09144b1e0f - 8.98% (7.98 MB)
[#002] sha256:1646a7f83eb3e3311351a17815916a7de8d84666eb9a5c27532a336750c86c0f - 0.0% (280 Bytes)
[#003] sha256:cc0f31ac31e378db16da9be8c8f48e881461fa57d0796f02105e924387685f09 - 46.8% (41.6 MB)
[#004] sha256:8c9ad161eba505c9b8d72c0fac04ed8bb721d3a03cad02a2b0a8de46a04184dd - 12.21% (10.8 MB)
[#005] sha256:843711e616b50beb4e14551b414947d18e9663d0397593a70f9a81999275b2ca - 0.0% (154 Bytes)
[#006] sha256:84878489264744f8c55ece954d89992a68dd6de6299974b470b561f9fc5a8cfe - 0.0% (1.53 KB)
[#007] sha256:a2b537c2baafcd2c0c5a5da0edb94fc75545e5994d8c0ba3b367d69b6fcc88b4 - 0.0% (166 Bytes)
[#008] sha256:4ef12ac455c40d0675e9c854d0e2bae1cb1d107055649d9dd382a9278c1e96b0 - 29.09% (25.9 MB)
/bin/sh -c #(nop) ADD file:dc8af9c7bfe9f9541e1db38dea01c4201609f3075b31e108f2073ffed8c5e4b9 in /
2021-08-27 17:39:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-08 19:16:15 UTC (buildkit.dockerfile.v0)ARG DOCKER_CHANNEL
2021-11-08 19:16:15 UTC (buildkit.dockerfile.v0)ARG DOCKER_VERSION
2021-11-08 19:16:15 UTC (buildkit.dockerfile.v0)ARG KUBECTL_VERSION
2021-11-08 19:16:15 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=18.09.1 KUBECTL_VERSION=1.19.6 /bin/sh -c apk --no-cache add curl procps git tar libcap jq # buildkit
2021-11-08 19:16:15 UTC (buildkit.dockerfile.v0)COPY hack/arch.sh hack/os.sh /bin/ # buildkit
2021-11-08 19:16:31 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=18.09.1 KUBECTL_VERSION=1.19.6 /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
2021-11-08 19:16:38 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=18.09.1 KUBECTL_VERSION=1.19.6 /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
2021-11-08 19:16:38 UTC (buildkit.dockerfile.v0)RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=18.09.1 KUBECTL_VERSION=1.19.6 /bin/sh -c rm /bin/arch.sh /bin/os.sh # buildkit
2021-11-08 19:16:38 UTC (buildkit.dockerfile.v0)COPY hack/ssh_known_hosts /etc/ssh/ # buildkit
2021-11-08 19:16:38 UTC (buildkit.dockerfile.v0)COPY hack/nsswitch.conf /etc/ # buildkit
2021-11-09 16:10:04 UTC (buildkit.dockerfile.v0)COPY /go/src/github.com/argoproj/argo-workflows/dist/argoexec /usr/local/bin/ # buildkit
2021-11-09 16:10:04 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.