Namespace
istio
Image / Tag
pilot:1.26.4-debug
Content Digest
sha256:6a155682facaae9179431bf46d2d4c630450fdfa9d58a2210be36b63e445b82b
Details
Created

2025-09-03 13:26:39 UTC

Size

74 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 - 43.85% (32.5 MB)

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

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

[#003] sha256:26700eb446e524cc9e4dca8fbc5ea2abde8287077e1e6f12702d81d0536928bc - 42.64% (31.6 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)

ARG TARGETARCH

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

COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit

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

USER 1337:1337

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

ENTRYPOINT ["/usr/local/bin/pilot-discovery"]

Details
Created

2025-09-03 13:29:01 UTC

Size

69.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:30414fa31a834a0e99fa05d62e517b4416a02e05fdfc4913b3878a4eb7ba8fef - 44.71% (31.2 MB)

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

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

[#003] sha256:c2e29fab3f971a4a1ebf45694a071c5843e200daf4dfeef3b82cf5da577bd952 - 40.89% (28.6 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)

ARG TARGETARCH

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

COPY arm64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit

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

USER 1337:1337

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

ENTRYPOINT ["/usr/local/bin/pilot-discovery"]

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