2024-06-26 19:56:21 UTC
88 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA89dab8c451aad8c979c1a135184a9669cc4da071
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8f8cb97143fb1d2eb1e396ccd83e1ad7819e65856166723bd8e1f044d022498f - 36.85% (32.4 MB)
[#001] sha256:be264b861c0cd8dd525dad5604200075301372a5757afe8672fceaadf82c6e33 - 8.83% (7.77 MB)
[#002] sha256:19bc606138761047b5dc8f5dda820c49876c5ef0aa66d78c6a88681c05e77c58 - 0.01% (4.57 KB)
[#003] sha256:56558f0ee2f6f895899468bafb81046d868e5fd1936a75f89bb64acb0f606787 - 0.01% (5.08 KB)
[#004] sha256:fe78456e496d1422b87c83c719918fd53ffd7be3037a2c2747c29832357ee525 - 0.0% (2.32 KB)
[#005] sha256:c953a3d9a1166d7cef2b874c5caf85100e021021214997bdcda57f441131434f - 39.01% (34.3 MB)
[#006] sha256:3ba47c309d61afad1e3927afbb2daf6cc86a757966030fbd31aa13f7100b4829 - 15.29% (13.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:32:25 UTC/bin/sh -c #(nop) ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in /
2024-06-03 10:32:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-26 17:58:15 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-26 17:58:15 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 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
2024-06-26 17:58:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:56:15 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:56:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:56:19 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-06-26 19:56:19 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=89dab8c451aad8c979c1a135184a9669cc4da071
2024-06-26 19:56:19 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:56:21 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-06-26 19:56:21 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-06-26 19:58:12 UTC
84.5 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA89dab8c451aad8c979c1a135184a9669cc4da071
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ea019400807ebae13c59574e62b1465c36d3b8fb0f174b9e7c7eb1929c10fa09 - 35.29% (29.8 MB)
[#001] sha256:16c11052af1f0575727396b630401a3f14410e1916ddbe14a86d77f2903a7701 - 9.01% (7.61 MB)
[#002] sha256:6d29361077baeae7158ea6ad0783d68a80aa3ba1448cc80bbfd10491a24ae121 - 0.01% (4.56 KB)
[#003] sha256:bfeee57a737704430287175e76693d37f0e59bc30934c9d21d39f792a0b9c4c6 - 0.01% (5.08 KB)
[#004] sha256:5d7b4e493336da57444f59ca65e2aa8881d279c38ddcfe1db0110fb25ee1df65 - 0.0% (2.32 KB)
[#005] sha256:3056504ffe7b45ccc46d53725b41a187159ce2092e5059930f4a4487792c420a - 41.04% (34.7 MB)
[#006] sha256:582d2dab1d178684111090580dfd80d7d4c686b533e8a797e348a8e02f2f95ee - 14.65% (12.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:30:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:30:11 UTC/bin/sh -c #(nop) ADD file:5f73ea0f53302f1771b6d2cb5650f715247ad02d80e986d67b2d55c22712f1ca in /
2024-06-03 10:30:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-26 17:59:46 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-26 17:59:46 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 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
2024-06-26 17:59:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:58:09 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:58:09 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:58:10 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-06-26 19:58:10 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=89dab8c451aad8c979c1a135184a9669cc4da071
2024-06-26 19:58:10 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:58:12 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-06-26 19:58:12 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
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.