Namespace
istio
Image / Tag
pilot:1.24.6
Content Digest
sha256:93d6b52a61e7e9891fe114e4f7d503b36e8d1566a22e82e5635084a2001eb14a
Details
Created

2025-05-09 15:12:14 UTC

Size

73.5 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:deb6848d1a64aebb0fbf3223f9a67cb152c456001052c567df3cac3d5ca0f6b8 - 44.16% (32.5 MB)

[#001] sha256:a10009de7dac2a6df446bbb05e5550b9f80266fff14e225ed92b96af5c04ff11 - 17.0% (12.5 MB)

[#002] sha256:4e46b4a2ed7fd8284051416febad0b5a30e316b2a98419f27c3532c9e37f816b - 0.01% (4.8 KB)

[#003] sha256:1a04c425432886a07ca4c9647f1ede0142c43e92a3aeb58a7672251ad843b809 - 38.83% (28.6 MB)


History
2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:14 UTC

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

2025-04-08 10:43:15 UTC

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

2025-04-15 19:04:05 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-04-15 19:04:05 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-04-15 19:04:06 UTC (buildkit.dockerfile.v0)

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

2025-05-09 15:12:14 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-05-09 15:12:14 UTC (buildkit.dockerfile.v0)

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

2025-05-09 15:12:14 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2025-05-09 15:12:14 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-05-09 15:14:39 UTC

Size

69.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:ba17cf086a0a713ed4671c42c095b70e8ebe8379140919ce2de035bb95443cb4 - 44.82% (31.2 MB)

[#001] sha256:be0a27aed476cc842d4c1a58f0deff9cce1462b9ef6e1dee24b990d9b9132247 - 17.94% (12.5 MB)

[#002] sha256:5aa13308be250404f419a1dc4e4b3529ed8f3ab37dbcf219c3732ce75d8236bf - 0.01% (4.8 KB)

[#003] sha256:39e7657fecbe9960525f9c45894095f4e5c5bb01e31773fab6428895520d6583 - 37.24% (26 MB)


History
2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:12 UTC

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

2025-04-08 10:46:13 UTC

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

2025-04-15 19:09:16 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-04-15 19:09:16 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-04-15 19:09:17 UTC (buildkit.dockerfile.v0)

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

2025-05-09 15:14:39 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-05-09 15:14:39 UTC (buildkit.dockerfile.v0)

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

2025-05-09 15:14:39 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2025-05-09 15:14:39 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