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

2021-07-14 16:03:06 UTC

Size

86.8 MB

Content Digest
Environment
PATH

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


Layers

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

[#001] sha256:a253e4e137bdbc39199a2f5899d7a7c9da58c86c4e38835b154b5675167c807b - 9.19% (7.98 MB)

[#002] sha256:0410e3bdc67a4966fff1220c75b9eb598c0e72c661fdf3cf267a93dc8a28b5c8 - 0.0% (278 Bytes)

[#003] sha256:e2616bdb993727becefe79584548da2a90854ffa85ee6aafa8686d408d6c80f3 - 47.91% (41.6 MB)

[#004] sha256:8c11d49b8fa5a088f8ba1e764ae88daf054a3e7c4f320f2ffd6573ac2fa9faee - 12.5% (10.8 MB)

[#005] sha256:a664fd7a753298c7a95a3f59987e6ab9864131ee2926ef9029becf12ce2f8c80 - 0.0% (153 Bytes)

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

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

[#008] sha256:407e6958ebb20f5b5a8b4949a1708d30aea23a4bbe07649e7aaa994782a82ea6 - 27.42% (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-07-14 15:07:17 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2021-07-14 15:07:17 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2021-07-14 15:07:17 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2021-07-14 15:07:17 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-07-14 15:07:17 UTC (buildkit.dockerfile.v0)

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

2021-07-14 15:07:31 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-07-14 15:07:36 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-07-14 15:07:36 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-07-14 15:07:36 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2021-07-14 15:07:36 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2021-07-14 16:03:06 UTC (buildkit.dockerfile.v0)

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

2021-07-14 16:03:06 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