Namespace
istio
Image / Tag
pilot:1.27.8
Content Digest
sha256:957718042437e9013ac37632adb361a84cb9c10c1c2c752fdba05fd181aa307c
Details
Created

2026-03-06 18:45:33 UTC

Size

79 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:3906af3250bbd1b0f1570f6da2ef06525064b9a4edc038224fa1563c8a2b2781 - 41.1% (32.5 MB)

[#001] sha256:d3a7a734fe1e3f6a4cdfc2e3a10ed2003369d998cc6141bf6631ef68ce2929b1 - 15.96% (12.6 MB)

[#002] sha256:4becf447e09dc9456d46fc65a41aeebcc95d84d3e3523d23e0f156d3b324b095 - 0.01% (4.79 KB)

[#003] sha256:5aa344ea79a1ca3392c1a6c277658f9045adb4e7b755517df86ac382a5df5a49 - 42.93% (33.9 MB)


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

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

2026-02-10 16:49:57 UTC

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

2026-02-26 19:03:03 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-02-26 19:03:03 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

2026-02-26 19:03:03 UTC (buildkit.dockerfile.v0)

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

2026-03-06 18:45:33 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-03-06 18:45:33 UTC (buildkit.dockerfile.v0)

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

2026-03-06 18:45:33 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2026-03-06 18:45:33 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-03-06 18:50:33 UTC

Size

74.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:68b17bfc5ebe9347bb6695ca06e281e97d77528c51cf94b4898c03a7045b1b1e - 41.91% (31.3 MB)

[#001] sha256:e77d08db23138735d75a64b2ce9651c6b5a0805ae3dd17f697e648766577caa2 - 16.89% (12.6 MB)

[#002] sha256:93496868e5b7f9b87cc1c1ff1afb27b210bb94d397a72752342cabeea3ac88f7 - 0.01% (4.79 KB)

[#003] sha256:54c52f988346ff359d13311185cafa912c1ba2f10f2d2f15e5eeebbba58ca9a4 - 41.19% (30.7 MB)


History
2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:29 UTC

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

2026-02-10 16:52:29 UTC

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

2026-02-26 19:06:39 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-02-26 19:06:39 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

2026-02-26 19:06:39 UTC (buildkit.dockerfile.v0)

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

2026-03-06 18:50:33 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-03-06 18:50:33 UTC (buildkit.dockerfile.v0)

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

2026-03-06 18:50:33 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2026-03-06 18:50:33 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