Namespace
argoproj
Image / Tag
argoexec:dev-dataflow-linux-arm64
Content Digest
sha256:123f27ef0e421a5c08172109f6309def5bad0a9ec92654bcc3754351cb3d0e95
Details
Created

2021-08-13 16:21:07 UTC

Size

87.3 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:fd3acdcea5682abced546ec19fb6ebee725c5184e5d91614c469c0a79e67f2d0 - 2.96% (2.59 MB)

[#001] sha256:584af5af342a867ea88bad4151f61973adfcc1da36a7837bee909625043effc5 - 9.14% (7.98 MB)

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

[#003] sha256:3b248aceee32fe05ce900c5eb1c2caec0e2d26cd4043f3492b03eb87370829d9 - 47.66% (41.6 MB)

[#004] sha256:8c565b7f4ce05e0b99bda7bfac89a652aec47cf3319fca6ad096acbbb4c9a87f - 12.43% (10.8 MB)

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

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

[#007] sha256:c096ef693e1ec8aee8400193abdd2c0ef59938b758da8f210918fe9ba54c5261 - 0.0% (166 Bytes)

[#008] sha256:826551627b2574a525188ebb6cd3164c10a936bd3d5dee9bbf28728adde46f5c - 27.8% (24.3 MB)


History
2021-08-06 17:39:26 UTC

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

2021-08-06 17:39:27 UTC

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

2021-08-11 15:59:46 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2021-08-11 15:59:46 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2021-08-11 15:59:46 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2021-08-11 15:59: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-08-11 15:59:46 UTC (buildkit.dockerfile.v0)

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

2021-08-11 15:59: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-08-11 16:00:03 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-08-11 16:00:03 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-08-11 16:00:03 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2021-08-11 16:00:03 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2021-08-13 16:21:07 UTC (buildkit.dockerfile.v0)

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

2021-08-13 16:21:07 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