Namespace
istio
Image / Tag
proxyv2:1.28.7-debug
Content Digest
sha256:a9c861e64196ede10e5767632352dedbe187e3fd56c0dbb1f8491ee15e2adeeb
Details
Created

2026-05-08 11:30:54 UTC

Size

95.2 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

5cdb624af90f0687ba720a2ab8f24f18047dec6a

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:30abd0f44a26f171b7927b78dbccedc115ff90a7ed116bd6f86fd719f042c745 - 34.09% (32.5 MB)

[#001] sha256:133b45a30b69c3e343f5c2e5dde4ac7f5d93047fb548f29d8bf29b68f8742da3 - 14.32% (13.6 MB)

[#002] sha256:49bc2f14072de803aa4c74974e2aa83ae060af0978cc748dfa0f17ceaa23705e - 0.0% (4.79 KB)

[#003] sha256:4dabc8f77c29bee8eb242a3c4887e1b38589608e2c68472ef35142ef9970843a - 0.01% (4.92 KB)

[#004] sha256:0a9c41d8c0610269dd6a26e6fa56208f7b941f0e3789e6987aabf6a68726485b - 41.08% (39.1 MB)

[#005] sha256:4924749d27ad0595e9f6f2f42eacff2e6b8f9e8e6ed3fc99f09b313fecacc170 - 10.5% (10 MB)


History
2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:42 UTC

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

2026-04-03 15:16:43 UTC

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

2026-04-09 19:04:01 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-04-09 19:04:01 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-04-09 19:04:01 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:30:51 UTC (buildkit.dockerfile.v0)

WORKDIR /

2026-05-08 11:30:51 UTC (buildkit.dockerfile.v0)

ARG proxy_version

2026-05-08 11:30:51 UTC (buildkit.dockerfile.v0)

ARG SIDECAR=envoy

2026-05-08 11:30:51 UTC (buildkit.dockerfile.v0)

COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit

2026-05-08 11:30:51 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-05-08 11:30:52 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:30:52 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_PROXY_SHA=5cdb624af90f0687ba720a2ab8f24f18047dec6a

2026-05-08 11:30:52 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-05-08 11:30:54 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:30:54 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-05-08 11:32:55 UTC

Size

93.9 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

5cdb624af90f0687ba720a2ab8f24f18047dec6a

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7c92845aec2bd4aaa3af006a40e6dbd8f7fa3af9c4103078928ef9363cf13e47 - 33.27% (31.2 MB)

[#001] sha256:87d953e1816da800b15c0341a42c24ca5406941ad5f31cbc3f8215049a135779 - 14.37% (13.5 MB)

[#002] sha256:1deec0abcc25b1683c83d665a3a5ebbb7e943a33dfef34d57409b7195b626b34 - 0.01% (4.82 KB)

[#003] sha256:15a0988915749e991aec5ae7d0336ba2bed98d99e9bb3105ace017454b0e2a76 - 0.01% (4.93 KB)

[#004] sha256:29ec4fc4abcabebba25ac588c5716e73df7b76367e0821b7bc8322fd9a897023 - 42.68% (40.1 MB)

[#005] sha256:2fbfbfba056cf625573813824b04e19c63abb57140ab52f6e011742a9e9db967 - 9.66% (9.07 MB)


History
2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-09 19:14:17 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-04-09 19:14:17 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-04-09 19:14:20 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:32:52 UTC (buildkit.dockerfile.v0)

WORKDIR /

2026-05-08 11:32:52 UTC (buildkit.dockerfile.v0)

ARG proxy_version

2026-05-08 11:32:52 UTC (buildkit.dockerfile.v0)

ARG SIDECAR=envoy

2026-05-08 11:32:52 UTC (buildkit.dockerfile.v0)

COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit

2026-05-08 11:32:52 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-05-08 11:32:54 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:32:54 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_PROXY_SHA=5cdb624af90f0687ba720a2ab8f24f18047dec6a

2026-05-08 11:32:54 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2026-05-08 11:32:55 UTC (buildkit.dockerfile.v0)

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

2026-05-08 11:32:55 UTC (buildkit.dockerfile.v0)

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

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