Namespace
istio
Image / Tag
istioctl:1.26.4-debug
Content Digest
sha256:5801d9c6c7743302faea04634ba11576a71dd403f94ea817a17c5f120b080c1a
Details
Created

2025-09-03 13:26:39 UTC

Size

72.8 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:cc01430297e61d45206d7745c374eb2f943f013c159af3d2c37fa7e66ec3da91 - 44.6% (32.5 MB)

[#001] sha256:d4e96fb53077ad02244ab6a4b688eef898a05cf880f7947ce62701da6e0f9e17 - 13.73% (9.99 MB)

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

[#003] sha256:b600778ed0c301ffe14faa2f9d5f74e78c5a6bb339426da3f7abe9df16d2095a - 41.66% (30.3 MB)


History
2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:02 UTC

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

2025-07-30 06:51:03 UTC

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

2025-08-28 19:03:23 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-08-28 19:03:23 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-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-08-28 19:03:23 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:26:39 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-09-03 13:26:39 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-09-03 13:26:39 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:26:39 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-03 13:29:01 UTC

Size

68.7 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:30414fa31a834a0e99fa05d62e517b4416a02e05fdfc4913b3878a4eb7ba8fef - 45.46% (31.2 MB)

[#001] sha256:21c78f67ce1d458438dd7445d013bac96ec0370fb6109cd2665e9a43dc2d9836 - 14.64% (10.1 MB)

[#002] sha256:2a3a126ec355a78e49befe41d4d73731edaf86c44b4afdc13f4ef9775cbc72de - 0.01% (4.83 KB)

[#003] sha256:143da1bfafa478facd4fa217ab73c1184a0bd28356ff92e09ccefcbbdd0e5f33 - 39.89% (27.4 MB)


History
2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:53 UTC

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

2025-07-30 07:00:53 UTC

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

2025-08-28 19:08:57 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-08-28 19:08: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-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-08-28 19:08:57 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:29:01 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-09-03 13:29:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-09-03 13:29:01 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:29:01 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