Namespace
argoproj
Image / Tag
argoexec:v3.3.0-rc1-linux-amd64
Content Digest
sha256:4fb1803d738bc9ab2b5262cec8810c6df4367eca90f0b2bc9eee766155c3e865
Details
Created

2022-01-28 23:47:42 UTC

Size

112 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 2.41% (2.69 MB)

[#001] sha256:4becca9fc359bb1386c7e256889e569b451e56d65d0262d393d34731554f12dd - 7.21% (8.05 MB)

[#002] sha256:81d3bf5bb4e96bd5905e355cf2b82a02e9608d4001b115ecc7881362d5f03fc3 - 0.0% (279 Bytes)

[#003] sha256:d1d8f221cd0340371b5903ff55448b4cbb8457b06d2da2f32284286433810e36 - 54.46% (60.8 MB)

[#004] sha256:9882a651b244b43b552c52558fc88dd1f7e5e73c721e069fcedf84bf6cdc6804 - 10.84% (12.1 MB)

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

[#006] sha256:53d2826578bc8795f8d6393c2461318958d3bfb830901e1a80ae50788362ad35 - 0.0% (1.63 KB)

[#007] sha256:bca730b463ce6c0cacbcb2637a43b89d0011893a96799d3b4ed347889e181931 - 0.0% (163 Bytes)

[#008] sha256:5fa07e709c2b32cfb69e94a78c447f9ca1e5e5766766faa06ff5e2c02acd1bdb - 25.07% (28 MB)


History
2021-11-24 20:19:40 UTC

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

2021-11-24 20:19:40 UTC

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

2022-01-28 17:40:40 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2022-01-28 17:40:40 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2022-01-28 17:40:40 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2022-01-28 17:40:40 UTC (buildkit.dockerfile.v0)

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

2022-01-28 17:40:40 UTC (buildkit.dockerfile.v0)

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

2022-01-28 17:40:46 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 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

2022-01-28 17:40:47 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 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

2022-01-28 17:40:47 UTC (buildkit.dockerfile.v0)

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

2022-01-28 17:40:47 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2022-01-28 17:40:47 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2022-01-28 23:47:42 UTC (buildkit.dockerfile.v0)

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

2022-01-28 23:47:42 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