2021-08-30 16:19:11 UTC
95.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 2.82% (2.68 MB)
[#001] sha256:44ed4039fb66c2e85361872bc5f722d638872797088c61eb484ae694d7165a78 - 8.26% (7.86 MB)
[#002] sha256:3c12dd70f6b9bc4faf50317cf34fc7b65ed5ccfb85a96ff0ed67d9f85434d55b - 0.0% (279 Bytes)
[#003] sha256:b0d9c1449c30d2493de1bd48131ae1456cc7787f7dd3723905c58de7f1c017a3 - 48.59% (46.2 MB)
[#004] sha256:8b870783575ff3b1e943a1e310d4843ea00cd0c1c76908ffd63de0fb4936f24f - 12.71% (12.1 MB)
[#005] sha256:37d22a1dcecf414d4ab4762f21458f94e4a82af27d02647589a89ed6e896444e - 0.0% (153 Bytes)
[#006] sha256:681cce57e52c133b50ffb783b03d93acfcefdae6ff5a99203084981915f478c0 - 0.0% (1.53 KB)
[#007] sha256:63be09d8977533cec284a0f6ed86adf08c95a30538a81963863d8dc0cab9a08a - 0.0% (163 Bytes)
[#008] sha256:3c6e027923185680f49f47ecf3345b5f9a38bc27b83bf94d4427f76722157d77 - 27.62% (26.3 MB)
/bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /
2021-08-27 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-30 14:11:52 UTC (buildkit.dockerfile.v0)ARG DOCKER_CHANNEL
2021-08-30 14:11:52 UTC (buildkit.dockerfile.v0)ARG DOCKER_VERSION
2021-08-30 14:11:52 UTC (buildkit.dockerfile.v0)ARG KUBECTL_VERSION
2021-08-30 14:11:52 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-08-30 14:11:52 UTC (buildkit.dockerfile.v0)COPY hack/arch.sh hack/os.sh /bin/ # buildkit
2021-08-30 14:11:56 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-08-30 14:11:58 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-08-30 14:11:59 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-08-30 14:11:59 UTC (buildkit.dockerfile.v0)COPY hack/ssh_known_hosts /etc/ssh/ # buildkit
2021-08-30 14:11:59 UTC (buildkit.dockerfile.v0)COPY hack/nsswitch.conf /etc/ # buildkit
2021-08-30 16:19:11 UTC (buildkit.dockerfile.v0)COPY /go/src/github.com/argoproj/argo-workflows/dist/argoexec /usr/local/bin/ # buildkit
2021-08-30 16:19:11 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.