Namespace
argoproj
Image / Tag
argoexec:v0.0.0-dev-dataflow-28-linux-arm64
Content Digest
sha256:56d7fd2c4148c333ac6ed55eaf7ec99aaeb894997e7733c5ef33a24a9464a334
Details
Created

2021-06-25 02:55:28 UTC

Size

111 MB

Content Digest
Environment
PATH

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


Layers

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

[#001] sha256:09611b1db374033168c0ca7db0df346c60aec3acc38b58f5c74d398e5c02fb16 - 7.22% (7.98 MB)

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

[#003] sha256:21d473a60497aba40b1a0e622c05f9ad00c27e941d8ee32e997406e5ac361a26 - 37.62% (41.6 MB)

[#004] sha256:66e8222c4143433f852c843737ec5290ea2cc56324de3780bb0744d7f2e81be1 - 9.81% (10.8 MB)

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

[#006] sha256:0b06574f165aa8b95ee303b02b32832a63a7354c2ab48a88f71c0504c39a6232 - 0.0% (1.53 KB)

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

[#008] sha256:f659be58dd512dab8cb9121fd37ea67b19f690769ff06033ec749068c73c260d - 21.51% (23.8 MB)

[#009] sha256:7ab76a2dd20c497db36729e1c5df6882d99b67d058b555686e470eb25dfedb51 - 21.51% (23.8 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-17 04:33:46 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2021-06-17 04:33:46 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2021-06-17 04:33:46 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2021-06-17 04:33:46 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-17 04:33:46 UTC (buildkit.dockerfile.v0)

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

2021-06-17 04:33:59 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-17 04:34:04 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-17 04:34:04 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-17 04:34:04 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2021-06-17 04:34:04 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2021-06-25 02:55:27 UTC (buildkit.dockerfile.v0)

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

2021-06-25 02:55:28 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c setcap CAP_SYS_PTRACE,CAP_SYS_CHROOT+ei /usr/local/bin/argoexec # buildkit

2021-06-25 02:55:28 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