Namespace
argoproj
Image / Tag
argoexec:v2.5.0-rc1
Content Digest
sha256:193d3ec5c658fd9a28001fc0ffc7179813d1e8e588d04e2f1521f252e85d8d21
Details
Created

2020-01-24 03:20:09 UTC

Size

103 MB

Content Digest
Environment
JQ_VERSION

1.6

KUBECTL_VERSION

1.15.1

PATH

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


Layers

[#000] sha256:5e6ec7f28fb77f84f64b8c29fcb0a746260563f5858315e3e9fcc4aee2844840 - 20.92% (21.5 MB)

[#001] sha256:ccb7893317c511b9e3cb7f877e15bfebdd75765abf53bfde90cfede82875c86b - 45.82% (47 MB)

[#002] sha256:2c93a715089460345d220db7337c7a63e2261b403dbdbb829078cab09ceab571 - 0.0% (1.53 KB)

[#003] sha256:7e117b0e32a360becb60ca9bda40b779edcfc1b6af6476fb93b0f9ac0e9e23a0 - 12.69% (13 MB)

[#004] sha256:f4c554fdf047f8919dce002697a4373fddbec956a0aee62a56ed6267d2890545 - 20.57% (21.1 MB)


History
2019-01-22 19:30:32 UTC

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

2019-01-22 19:30:32 UTC

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

2020-01-23 18:15:09 UTC (buildkit.dockerfile.v0)

ENV KUBECTL_VERSION=1.15.1

2020-01-23 18:15:09 UTC (buildkit.dockerfile.v0)

ENV JQ_VERSION=1.6

2020-01-23 18:15:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y curl procps git tar mime-support && rm -rf /var/lib/apt/lists/* && curl -L -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl && curl -L -o /usr/local/bin/jq -LO https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && chmod +x /usr/local/bin/jq # buildkit

2020-01-23 18:15:09 UTC (buildkit.dockerfile.v0)

COPY hack/ssh_known_hosts /etc/ssh/ssh_known_hosts # buildkit

2020-01-23 18:15:09 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker /usr/local/bin/ # buildkit

2020-01-24 03:20:09 UTC (buildkit.dockerfile.v0)

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

2020-01-24 03:20:09 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