Namespace
argoproj
Image / Tag
argoexec:v2.12.1-linux-arm64
Content Digest
sha256:91436b153be79343d34902bfabad78f71c3ab987791f171acbc5abfb8020a61a
Details
Created

2020-12-18 01:10:24 UTC

Size

103 MB

Content Digest
Environment
JQ_VERSION

1.6

KUBECTL_VERSION

1.18.8

PATH

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


Layers

[#000] sha256:bdc84a41f2513e28e99efeff9fcbb196b7df9883fb30532184bd67ca415b4673 - 23.87% (24.7 MB)

[#001] sha256:4a5c731edd8347a62f16b6cf76057196b51fe6d4459b26c07051f72c546dae8f - 31.02% (32 MB)

[#002] sha256:ff1e0d569284f59ceea702c9e71683227e19599242a291747466a3a6d8fdc26a - 0.0% (246 Bytes)

[#003] sha256:cac5ca6cf056e6ae62f50ae45a2914b8c70873fda8ecbd755379aa9cc1fd178d - 0.0% (243 Bytes)

[#004] sha256:e6f474dcf6353c7e5593a4bdc038bd6e8dda886bcc0d5af7898b9df280fc5081 - 11.18% (11.6 MB)

[#005] sha256:813bc5e9855f08621b5785c04d1b4d284e06bd7b14f0c88682d0454d7838a9d3 - 1.61% (1.66 MB)

[#006] sha256:d2d31117da4b32bee050a6d5f73d02ae437dadb67f7942f0d9ec238bed503647 - 0.0% (92 Bytes)

[#007] sha256:e544cb25eac149fc9018b623872fc813f74df2b47e9893de920f1a18c330cd6a - 0.0% (1.53 KB)

[#008] sha256:c07a9e6448cc0a502abb182a2554f27b56f7bd4d25009a8d244af82a8b50da68 - 0.0% (166 Bytes)

[#009] sha256:1dc7bfeec170bcf3ef9a42c85d46f5d3fa7422f69a3baa03f6f0cd969162e1b1 - 10.37% (10.7 MB)

[#010] sha256:ce0fbc0ee269489c5cc3a39db6ec9c55571c6fe6871c0f7d2ed6f7546b4a2bc9 - 21.96% (22.7 MB)


History
2020-04-23 00:54:55 UTC

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

2020-04-23 00:54:58 UTC

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

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

ARG IMAGE_OS=linux

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=1.18.8

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

ENV JQ_VERSION=1.6

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

RUN |1 IMAGE_OS=linux /bin/sh -c apt-get update && apt-get --no-install-recommends install -y curl procps git apt-utils apt-transport-https ca-certificates tar mime-support && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base # buildkit

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

ADD hack/recurl.sh . # buildkit

2020-12-18 00:39:36 UTC (buildkit.dockerfile.v0)

ADD hack/image_arch.sh . # buildkit

2020-12-18 00:39:42 UTC (buildkit.dockerfile.v0)

RUN |1 IMAGE_OS=linux /bin/sh -c . ./image_arch.sh && ./recurl.sh /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/${IMAGE_OS}/${IMAGE_ARCH}/kubectl # buildkit

2020-12-18 00:39:43 UTC (buildkit.dockerfile.v0)

RUN |1 IMAGE_OS=linux /bin/sh -c ./recurl.sh /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 # buildkit

2020-12-18 00:39:44 UTC (buildkit.dockerfile.v0)

RUN |1 IMAGE_OS=linux /bin/sh -c rm recurl.sh # buildkit

2020-12-18 00:39:44 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ssh_known_hosts # buildkit

2020-12-18 00:39:44 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/nsswitch.conf # buildkit

2020-12-18 00:40:31 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker /usr/local/bin/ # buildkit

2020-12-18 00:40:31 UTC (buildkit.dockerfile.v0)

ARG IMAGE_OS=linux

2020-12-18 01:10:24 UTC (buildkit.dockerfile.v0)

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

2020-12-18 01:10:24 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