Namespace
argoproj
Image / Tag
argoexec:v3.3.0-rc8-linux-arm64
Content Digest
sha256:a7d54a8576757fb556379e10113392fa0cdd57d90359e8701f4663031f7c1be1
Details
Created

2022-03-01 02:02:21 UTC

Size

105 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:9b3977197b4f2147bdd31e1271f811319dcd5c2fc595f14e81f5351ab6275b99 - 2.47% (2.59 MB)

[#001] sha256:269db1dd950e58e5c04c106ee120e1fd0e91748a24480e72c8c3b85d38edfe96 - 7.77% (8.16 MB)

[#002] sha256:8f6ab82a6aef24ff2920aa538ec8fcd40d86d2ae55213eb61fc847aec580e1a9 - 0.0% (279 Bytes)

[#003] sha256:5c57966b46de505cc287911b14d6e24873a9329909ebd8f2c086d9ce575f1fcc - 52.47% (55.1 MB)

[#004] sha256:a02605287c7b0485148b5bf14d42aab73815e6fb971466f67a5874c8fdb48e4a - 11.04% (11.6 MB)

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

[#006] sha256:9c2e9d397fae2f9d47dc22b38ed632668c5418a575486b3011b6a8fe5b14116e - 0.0% (1.63 KB)

[#007] sha256:52f34e44dffcd49fce360188d2913a53a31a7481ad50bfdf80e23e7f51ecd534 - 0.0% (164 Bytes)

[#008] sha256:0abf42daf3cd7a9e690fa2cfb32daff35f4a2ced9d4376b632d3e0777462449e - 26.25% (27.6 MB)


History
2021-11-24 20:39:20 UTC

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

2021-11-24 20:39:20 UTC

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

2022-02-24 04:32:06 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2022-02-24 04:32:06 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2022-02-24 04:32:06 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2022-02-24 04:32:06 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 KUBECTL_VERSION=1.22.3 /bin/sh -c apk --no-cache add curl procps git tar libcap jq # buildkit

2022-02-24 04:32:06 UTC (buildkit.dockerfile.v0)

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

2022-02-24 04:32:25 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 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-02-24 04:32:32 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 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-02-24 04:32:32 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 KUBECTL_VERSION=1.22.3 /bin/sh -c rm /bin/arch.sh /bin/os.sh # buildkit

2022-02-24 04:32:32 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2022-02-24 04:32:32 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2022-03-01 02:02:21 UTC (buildkit.dockerfile.v0)

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

2022-03-01 02:02:21 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