Namespace
istio
Image / Tag
pilot:1.27.1-debug
Content Digest
sha256:4dd632cc5a1a820f56525ad7731d6723451b72366fd782cc2a5f79039a4cfe92
Details
Created

2025-09-03 13:28:17 UTC

Size

80.1 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:508e63f46c029109cb94ec017a8284a372d7ac002d56ad39b02a1228ce237597 - 40.56% (32.5 MB)

[#001] sha256:81e5b5d6568df391edbd327a30d0d9ad48ef96d399e8bf0d38c2d1ab9b92e5a4 - 17.08% (13.7 MB)

[#002] sha256:d62e60f55a004ea043796c77cea0b804765ab60018f0a52056036fc46375cd31 - 0.01% (4.81 KB)

[#003] sha256:d5b1e2eb900aeafdbbeac974fcf5f637be701df03155e031df1600f368fa02fb - 42.35% (33.9 MB)


History
2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:22 UTC

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

2025-07-14 16:40:23 UTC

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

2025-07-30 19:05:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-07-30 19:05:38 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-07-30 19:05:39 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:28:17 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-09-03 13:28:17 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:28:17 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2025-09-03 13:28:17 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-03 13:31:25 UTC

Size

75.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:c901c9481d78e942284f47ef21da41e7e98f1671a45693f81c0fb33c8007c75a - 41.33% (31.3 MB)

[#001] sha256:4aa715e287af5914f4c791afd1017060781b4f0fd8e3b97c41a9e3fa172a396f - 18.07% (13.7 MB)

[#002] sha256:3a254dc68888e9bd0bd98bd72f89a09d47790e6d674acde2e0e26a3dd8c58f4f - 0.01% (4.79 KB)

[#003] sha256:20748046b15e429333597283a6b8e852bf212f08f35f2ac4b26fbb52b9da965a - 40.59% (30.7 MB)


History
2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:12 UTC

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

2025-07-14 16:42:14 UTC

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

2025-07-14 16:42:15 UTC

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

2025-07-30 19:16:33 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-07-30 19:16:33 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-07-30 19:16:33 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:31:25 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-09-03 13:31:25 UTC (buildkit.dockerfile.v0)

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

2025-09-03 13:31:25 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2025-09-03 13:31:25 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