Namespace
istio
Image / Tag
istioctl:1.14.5
Content Digest
sha256:6929ac92e47b401b84563996e3ed339e120072212529717187ea9e1acfa8a999
Details
Created

2022-10-07 13:27:59 UTC

Size

61.6 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f - 44.24% (27.2 MB)

[#001] sha256:d909fb674d018d6f660b0e917a48a005fc2e1a1cb255e8e077cf31398921e920 - 16.98% (10.5 MB)

[#002] sha256:ff4f9cff0470c09ba28483597fbfc164f9af65545e2fdedfe575d5e7e085d4a2 - 0.01% (3.79 KB)

[#003] sha256:5e4bd7c1ca58ed4fd9010baaab58d199de9518d21f78ab333f09ad531a2089b5 - 38.77% (23.9 MB)


History
2022-09-01 23:46:26 UTC

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

2022-09-01 23:46:27 UTC

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

2022-09-23 19:02:57 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2022-09-23 19:02:57 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables iproute2 iputils-ping knot-dnsutils netcat tcpdump conntrack bsdmainutils net-tools lsof sudo && update-ca-certificates && apt-get upgrade -y && apt-get clean && rm -rf /var/log/*log /var/lib/apt/lists/* /var/log/apt/* /var/lib/dpkg/*-old /var/cache/debconf/*-old # buildkit

2022-09-23 19:02:57 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit

2022-10-07 13:27:59 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2022-10-07 13:27:59 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-10-07 13:27:59 UTC (buildkit.dockerfile.v0)

COPY amd64/istioctl /usr/local/bin/istioctl # buildkit

2022-10-07 13:27:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/istioctl"]

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