Namespace
istio
Image / Tag
istioctl:1.28.0-rc.1-distroless
Content Digest
sha256:602f3461918a2456067f01e3824421eba7f3763260b2f05715e199295fbac3dd
Details
Created

2025-10-30 12:25:11 UTC

Size

83.9 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:dcab2c4d9bbd8e210ce02069a8346c0d8e96b9d5538599b2c68812ed0d3b8712 - 38.69% (32.5 MB)

[#001] sha256:4cf4b592ff2f263144d4cfb39e2ffb03179c9015dda70416a714e92df1b73230 - 24.35% (20.4 MB)

[#002] sha256:2cbcb897751f04949e1095062d650cb92997dc5bdc0ea0438740ff1e59fe391d - 0.01% (4.79 KB)

[#003] sha256:1d83fad9a82e7fa4c755e29fa426ea6405e97490fca3b9b87b5bc8365c677400 - 36.95% (31 MB)


History
2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-09-10 05:42:34 UTC

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

2025-09-10 05:42:34 UTC

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

2025-10-01 19:03:34 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-10-01 19:03:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables nftables iproute2 iputils-ping knot-dnsutils netcat-openbsd 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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit

2025-10-01 19:03:34 UTC (buildkit.dockerfile.v0)

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

2025-10-30 12:25:11 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-10-30 12:25:11 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-10-30 12:25:11 UTC (buildkit.dockerfile.v0)

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

2025-10-30 12:25:11 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-10-30 12:27:07 UTC

Size

78.6 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:11cf636dc777ca0cb6785c142c390a34fa61576644c0f8ca7329eb42bbac6734 - 39.74% (31.3 MB)

[#001] sha256:8f139171532a9bc67871f4c06fb3af7ba6e4c772352fab405eb42319c0b118bd - 25.15% (19.8 MB)

[#002] sha256:f0dd173fbe8443a82fd7daf67dabfa89aa864df8a24f39f5395e36c991f3f210 - 0.01% (4.78 KB)

[#003] sha256:8694a04e048a2413b8130c194c11450087a68505a6bf3b8f2e2f9ecb7dfe30a5 - 35.1% (27.6 MB)


History
2025-09-10 05:45:34 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-09-10 05:45:34 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-09-10 05:45:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-09-10 05:45:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-09-10 05:45:38 UTC

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

2025-09-10 05:45:39 UTC

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

2025-10-01 19:16:32 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-10-01 19:16:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables nftables iproute2 iputils-ping knot-dnsutils netcat-openbsd 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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit

2025-10-01 19:16:32 UTC (buildkit.dockerfile.v0)

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

2025-10-30 12:27:07 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-10-30 12:27:07 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-10-30 12:27:07 UTC (buildkit.dockerfile.v0)

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

2025-10-30 12:27:07 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