Namespace
argoproj
Image / Tag
argoexec:v0.0.0-dev-mc-7-linux-amd64
Content Digest
sha256:5d40d42799b336d15909748a49c503469da5035743568a10daedc886f3cdbab1
Details
Created

2022-03-28 19:33:03 UTC

Size

114 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:3aa4d0bbde192bfaba75f2d124d8cf2e6de452ae03e55d54105e46b06eb8127e - 2.35% (2.68 MB)

[#001] sha256:af85a353152f77fa6076ee325258ba78a703c0d22469b32e261dac10c1474c43 - 7.06% (8.05 MB)

[#002] sha256:1c0552de5a24ce4d0b67d8bf5209ad80c0b27907c07a7ec076ffd200d57e7d07 - 0.0% (278 Bytes)

[#003] sha256:ba33d38521b0c072ffcc087cdbd9806b66bb69cc7b0cefc46f3d47cddb42ea32 - 53.29% (60.8 MB)

[#004] sha256:b5d3fe7083388d78f15b8f7ba9698ff84d431c409efcf15eb88f50586438eeee - 11.36% (13 MB)

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

[#006] sha256:6198485fcb586c3e48601f62737dc8ca71efe5c8963dd9b0f47202ee34acc32e - 0.0% (1.63 KB)

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

[#008] sha256:b061f7c799708e3ebc6c1fc8f1acbaad775a70965ed85f30c0cf3fd1a626507a - 25.92% (29.6 MB)

[#009] sha256:ac11933cee4cad2589cf8dc9fb370062cf71f45e12f040e2abe292bc1b51f73f - 0.02% (18.8 KB)


History
2022-03-23 15:21:21 UTC

/bin/sh -c #(nop) ADD file:7386ad893672007cca2d73cec1862d582a69d581ca1d155d4599cb2aa54d5498 in /

2022-03-23 15:21:21 UTC

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

2022-03-25 15:38:21 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2022-03-25 15:38:21 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2022-03-25 15:38:21 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2022-03-25 15:38:21 UTC (buildkit.dockerfile.v0)

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

2022-03-25 15:38:21 UTC (buildkit.dockerfile.v0)

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

2022-03-25 15:38:28 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 KUBECTL_VERSION=1.22.3 /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-03-25 15:38:30 UTC (buildkit.dockerfile.v0)

RUN |3 DOCKER_CHANNEL=stable DOCKER_VERSION=20.10.12 KUBECTL_VERSION=1.22.3 /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-03-25 15:38:30 UTC (buildkit.dockerfile.v0)

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

2022-03-25 15:38:30 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2022-03-25 15:38:30 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2022-03-28 19:33:03 UTC (buildkit.dockerfile.v0)

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

2022-03-28 19:33:03 UTC (buildkit.dockerfile.v0)

COPY /etc/mime.types /etc/mime.types # buildkit

2022-03-28 19:33:03 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