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

2022-03-20 16:14:40 UTC

Size

105 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:148d739a8e6b9342daa1f5b428d3a3c6118f340f21df28c16e06f918ef150147 - 2.47% (2.59 MB)

[#001] sha256:ea0c9ed7902523ace3985e0534b69da54e1b1e3351072beb2e77207312bf2628 - 7.77% (8.16 MB)

[#002] sha256:3d513e85c443eae246f2bca6a914518625e599b1af2f1cdc59a1d2f2a8edcd30 - 0.0% (280 Bytes)

[#003] sha256:6bf3631c7c92de8d9a748c425b3e737f6d05dd1043d12d9164e3424142b4cf87 - 52.44% (55.1 MB)

[#004] sha256:c34dcdfe06c7ee49d07b44114a8cb94abcef8901c7120712c7780665f919c8e5 - 11.04% (11.6 MB)

[#005] sha256:ec428e5a9e8991484fcd864a9e4dd61f6e493e3a32a099ce0bc8c7dfdd7093b8 - 0.0% (155 Bytes)

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

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

[#008] sha256:8b13a37d681fc1e31b7a90aff3d6c3b3a1509de6f894beeb813c9127b5a6ef67 - 26.27% (27.6 MB)

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


History
2022-03-17 03:19:52 UTC

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

2022-03-17 03:19:52 UTC

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

2022-03-17 15:07:40 UTC (buildkit.dockerfile.v0)

ARG DOCKER_CHANNEL

2022-03-17 15:07:40 UTC (buildkit.dockerfile.v0)

ARG DOCKER_VERSION

2022-03-17 15:07:40 UTC (buildkit.dockerfile.v0)

ARG KUBECTL_VERSION

2022-03-17 15:07:40 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-17 15:07:40 UTC (buildkit.dockerfile.v0)

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

2022-03-17 15:07:55 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-17 15:07:59 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-17 15:07:59 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-17 15:07:59 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ # buildkit

2022-03-17 15:07:59 UTC (buildkit.dockerfile.v0)

COPY hack/nsswitch.conf /etc/ # buildkit

2022-03-20 16:14:40 UTC (buildkit.dockerfile.v0)

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

2022-03-20 16:14:40 UTC (buildkit.dockerfile.v0)

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

2022-03-20 16:14:40 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