2023-05-31 21:03:33 UTC
92.2 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA43cd81989c499d2382fd80ac077b14d728fe41eb
ISTIO_META_ISTIO_VERSION1.17.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:59dc7403bd8a3fc07594ba594aaad1c73adac42b0ca50a92b2a7e01e7586dcfb - 35.16% (32.4 MB)
[#001] sha256:954fdf5813eee1ce03ee676220f8da7345e01297a9db8e942180eec47d401dd3 - 12.98% (12 MB)
[#002] sha256:6cf418df7e19b7f9b6c302c6e26a32abdb70abae3fc579f5409157b84296a66e - 0.0% (4.59 KB)
[#003] sha256:d413c002e9a22e4aa06beabe45efffeb6f392c74a8996f66c0f205eef7e1c597 - 0.0% (4.36 KB)
[#004] sha256:86610db58959f17ef20959f11066bf3fee513cbee33eecc19f97b82d6b2cbc41 - 0.0% (2.32 KB)
[#005] sha256:6b505a230f3d25f8658c16a5b24e1f4dcc906811c95ff102cdf601016bd45242 - 32.54% (30 MB)
[#006] sha256:cc9419bda4a0e788d6fb742f5a3181cbb74257d60e530364987a2b534ed67eaa - 16.14% (14.9 MB)
[#007] sha256:3cf1d7a736a68087b6e6c9ec76d3da1ac7ec38484b6c505d6f216941f6cc7054 - 0.1% (93.8 KB)
[#008] sha256:cca5b43eee33192331659436c561287c3ea3282185b314183714b4262942aac3 - 0.56% (527 KB)
[#009] sha256:cad4f79ae2393ee4969344649429b35530850f303608d103b120a52f5abdf222 - 0.36% (344 KB)
[#010] sha256:531b05db76bb5abbf15f19349c9e63db6b5efc5bdad50afe474a98cb7cb6e637 - 2.14% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) ADD file:2fc6364d149eccc7f94ead482a0dcf24b0e44cc0d00ac6a2c1797776153e9608 in /
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-31 19:05:09 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-05-31 19:05:09 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
2023-05-31 19:05:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-05-31 21:03:16 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-05-31 21:03:16 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-05-31 21:03:16 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-05-31 21:03:16 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-05-31 21:03:16 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-05-31 21:03:17 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-05-31 21:03:17 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-05-31 21:03:19 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2023-05-31 21:03:19 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=43cd81989c499d2382fd80ac077b14d728fe41eb
2023-05-31 21:03:19 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.3
2023-05-31 21:03:19 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-05-31 21:03:22 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-05-31 21:03:26 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-05-31 21:03:27 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-05-31 21:03:32 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-05-31 21:03:33 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-05-31 21:03:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2023-05-31 21:07:34 UTC
87.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA43cd81989c499d2382fd80ac077b14d728fe41eb
ISTIO_META_ISTIO_VERSION1.17.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:607a1183521540826d09cad8a8f0450dcd951d60c0a8daf2487981bd75dd1aad - 34.24% (29.8 MB)
[#001] sha256:958cc9a80123d8a48742cb856e6e7174a0407a7e4239a653b90d80abe565e8da - 13.32% (11.6 MB)
[#002] sha256:827d28e00c8f430f5ba2f9e16e99f88e9546f2e9db4debafeb5f6503371f2b9d - 0.01% (4.58 KB)
[#003] sha256:04dfc6f13f6dc682b5310f27aba8e7d3094dbde0d074cd6190c8402ac9e5ffe1 - 0.0% (4.36 KB)
[#004] sha256:bc47ecd263899c1f5c384de2cb77f616b3153efb2e7cda4a5f53170d2c624102 - 0.0% (2.32 KB)
[#005] sha256:6dfb544fca60fb4f54d5f3e6ea4e5a65e5515457cfc760331c35c474db97ad6e - 33.59% (29.3 MB)
[#006] sha256:36a3d185ec822d8751896907b508d712fcdbb97988006438df0c412c759bcad2 - 15.47% (13.5 MB)
[#007] sha256:43ec236096d5d384014a6d8d90320d94a65f566a292d44f3f91fb730157ca95d - 0.11% (93.8 KB)
[#008] sha256:bfb91abefa6266cbf761bf828f30659a55b0f046d184516a36764a17e26e0d3a - 0.59% (527 KB)
[#009] sha256:efb4f5d30b6dbf80bde73bd18866177efe12dfec8447dc9380befa6a8d3d75a6 - 0.39% (344 KB)
[#010] sha256:60c5b842d288b19603ba8a04102ed0b0b5cc1289176d5fbc256ea0c9e779897a - 2.27% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:31:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) ADD file:aee0d7770ef2f24dc9697e86d391529d001a4013b6e30a3ac90a57932814a57e in /
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-31 19:08:10 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-05-31 19:08:10 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
2023-05-31 19:08:10 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-05-31 21:07:26 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-05-31 21:07:26 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-05-31 21:07:26 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-05-31 21:07:26 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-05-31 21:07:26 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-05-31 21:07:27 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-05-31 21:07:27 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-05-31 21:07:28 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2023-05-31 21:07:28 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=43cd81989c499d2382fd80ac077b14d728fe41eb
2023-05-31 21:07:28 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.3
2023-05-31 21:07:28 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-05-31 21:07:29 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-05-31 21:07:30 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-05-31 21:07:31 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-05-31 21:07:32 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-05-31 21:07:34 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-05-31 21:07:34 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.