Namespace
argoproj
Image / Tag
argoexec:dev-docker-linux-arm64
Content Digest
sha256:1f56ccde45e3f8ee05c9a1b48e013993eee62bdf6c76df291e01efaa327fa769
Details
Created

2021-07-01 03:25:05 UTC

Size

87.6 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:58ab47519297212468320b23b8100fc1b2b96e8d342040806ae509a778a0a07a - 2.95% (2.58 MB)

[#001] sha256:d72cec91b65c03995c9026dbae3c8d0359098df04adce68d5381a3a9cb9cb340 - 9.11% (7.98 MB)

[#002] sha256:e16e9fa90b9d7aa893c9307ba50a63236483b9125203e85c4138faeb75ebf5db - 0.0% (280 Bytes)

[#003] sha256:192ad21bf3fa11527602653cf1fb7305b2afffe908bfb9591045105c780a0442 - 47.5% (41.6 MB)

[#004] sha256:34246ca9063d2f99385f9ad04451923152cfe930638c2e85d02e5e2bb38e0083 - 12.39% (10.8 MB)

[#005] sha256:e80ba8796c5c0e5458566b267db89aa1a7845a7d5f24bdf6cb77a88d5771f1a5 - 0.0% (154 Bytes)

[#006] sha256:8ff713e603ba5776b83373dfcd5291c8513b6d58fc6836d32888d2aa1044214e - 0.0% (1.53 KB)

[#007] sha256:b2a8b73952565b002c95c62d0575899568975fd4e9920161ded37c36d60b1d66 - 0.0% (165 Bytes)

[#008] sha256:4d1d2399f9ac7f9e304cff62ffe697ba728556fb44f6fecdf75309639b386a6e - 28.05% (24.6 MB)


History
2021-06-15 21:44:56 UTC

/bin/sh -c #(nop) ADD file:6797caacbfe41bfe44000b39ed017016c6fcc492b3d6557cdaba88536df6c876 in /

2021-06-15 21:44:56 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-06-29 16:39:37 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2021-06-29 16:39:37 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2021-06-29 16:39:37 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2021-06-29 16:39:37 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-06-29 16:39:37 UTC (buildkit.dockerfile.v0)

COPY hack/arch.sh hack/os.sh /bin/ # buildkit

2021-06-29 16:39:52 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-06-29 16:39:57 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-06-29 16:39:57 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-06-29 16:39:57 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2021-06-29 16:39:57 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2021-07-01 03:25:05 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/argoproj/argo-workflows/dist/argoexec /usr/local/bin/ # buildkit

2021-07-01 03:25:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["argoexec"]

Danger Zone
Delete Tag

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.

Delete