2024-09-20 23:23:47 UTC
87.3 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA78bd2d9b284978e170a49cd13decd5f952544489
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:aa2652d0431c9c3b349a05cb23cdfb8b770e2356aef1031ebb68ceb2f7ba422f - 37.14% (32.4 MB)
[#001] sha256:0dce470aab15ffe2c31415e772a05b8b6862ce53620e7e783df87bdde3095662 - 8.9% (7.77 MB)
[#002] sha256:e2a592be86a05837e217cb74576c5682a774aa036f9962321ff5b741814abbd9 - 0.01% (4.56 KB)
[#003] sha256:137c8c41ca5a8415b02cdfcc4b41f174c142e1f1964119eefdb859f3df929340 - 0.01% (4.87 KB)
[#004] sha256:771b3ff6dd3afae74e1a3cb8bec9149cc6684c2c4073e95b9fec2b14046fe3d1 - 0.0% (2.32 KB)
[#005] sha256:7a5295a6b6c0ef16f9824864e30fee9cd066c348cbff4a6f04a8454518743bc5 - 38.88% (33.9 MB)
[#006] sha256:c5390644dce56b9ef460e5c0e6ee27d01b1559b3354bdc5491757e47d296635c - 15.07% (13.1 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-09-11 16:25:17 UTC/bin/sh -c #(nop) ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
2024-09-11 16:25:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-18 19:02:20 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-09-18 19:02:20 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-09-18 19:02:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-09-20 23:23:42 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-09-20 23:23:42 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-09-20 23:23:42 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-09-20 23:23:42 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-09-20 23:23:43 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-09-20 23:23:43 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=78bd2d9b284978e170a49cd13decd5f952544489
2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-20 23:23:47 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-09-20 23:23:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-09-20 23:25:57 UTC
84.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA78bd2d9b284978e170a49cd13decd5f952544489
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8e81fd7c7a5b8b5781242293ddcb62e28a624be88ca28c71aa29a2091c97519f - 35.5% (29.8 MB)
[#001] sha256:eac1fed972553151ee7a15be2e2bb1dfd016f7b05c829dd10b8f045638055315 - 9.06% (7.62 MB)
[#002] sha256:d1c079f81c01c8fd64c13ef8fc502eff48f0a95f68ecfacdf99d567a7d8ac8f2 - 0.01% (4.57 KB)
[#003] sha256:2e13b8ecd4c8b4e662e8dd85bb3e8595f7b9123509868387a1008c5dd96632e6 - 0.01% (4.87 KB)
[#004] sha256:eefc9803231ec8f6d23c066ba30f80068c7d701b40474144e19508dbf3804b12 - 0.0% (2.32 KB)
[#005] sha256:442eee2a7d0b643a086038403b6e21ace96c563ee543449a4d26b7df9fd42ee6 - 41.02% (34.5 MB)
[#006] sha256:e5aa554c3ca9350e1c65b82608a7077a8765a5f68f0c3b4ccaac90710712f335 - 14.41% (12.1 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-09-11 16:26:06 UTC/bin/sh -c #(nop) ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in /
2024-09-11 16:26:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-18 19:03:58 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-09-18 19:03:58 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-09-18 19:03:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-09-20 23:25:52 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-09-20 23:25:52 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-20 23:25:54 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-09-20 23:25:54 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=78bd2d9b284978e170a49cd13decd5f952544489
2024-09-20 23:25:54 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-20 23:25:57 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-09-20 23:25:57 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.