2023-04-03 21:12:53 UTC
88 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAd799381810ae54f1cccb2a9ae79d9c6191ca2c83
ISTIO_META_ISTIO_VERSION1.17.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d08111ea247da3d061f0de953ae4d9f058faf8254aac73bc2f78e5f06415c830 - 36.85% (32.4 MB)
[#001] sha256:f7ca433d6206d9896ed119a15aa95827d9781fc671eb86013dcb63a6c506f581 - 8.81% (7.75 MB)
[#002] sha256:155293a583d9b768597670278575a3ca1692b3b12bf09df7c013ed30b80215b7 - 0.01% (4.55 KB)
[#003] sha256:628cfc6c07a74d9213a18e30bd9942dd697a33eb924feb6815dac0a06c4319a2 - 0.0% (4.36 KB)
[#004] sha256:6fee532b097c8e361e8cb8418dd8b11091c431c66149e72b4792239c51ff9430 - 0.0% (2.32 KB)
[#005] sha256:9c34aebd25685c8fe084c47db3176f8484569a4ead80bc65131db4203074b2b4 - 34.1% (30 MB)
[#006] sha256:ab4704c58a1cb00ed880602933e87af518270f3900da33aa8063864da42e32af - 16.91% (14.9 MB)
[#007] sha256:456d4cc7c0ddc15523e91f24c29e4221f0860aa0658aa97a8c1401c698be8096 - 0.1% (93.8 KB)
[#008] sha256:d26180ff87ec44b797bedf4c87f6370afd822a636d6e13fdf0d40a758bc95c6d - 0.58% (527 KB)
[#009] sha256:7ab6e21c0ae97f2f841b7e63792fce9cbec9104fa3dc7433ea140dbe8b80f7ce - 0.38% (344 KB)
[#010] sha256:bb925ee770c9f75a14865ccdc9eb2e6afd9816702b64d5027f4a2b7eacdd6409 - 2.25% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in /
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-21 19:04:11 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-03-21 19:04:11 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-03-21 19:04:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:12:43 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:12:46 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2023-04-03 21:12:46 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=d799381810ae54f1cccb2a9ae79d9c6191ca2c83
2023-04-03 21:12:46 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.2
2023-04-03 21:12:46 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:12:48 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-04-03 21:12:50 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-04-03 21:12:50 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-04-03 21:12:52 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-04-03 21:12:53 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-04-03 21:12:53 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2023-04-03 21:18:19 UTC
83.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAd799381810ae54f1cccb2a9ae79d9c6191ca2c83
ISTIO_META_ISTIO_VERSION1.17.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6aaaa7b85d49f283e77b4bd844f3fa8c991cf7fa8b7605ad0b3cd53fbab8450f - 35.9% (29.8 MB)
[#001] sha256:f424b22b6103a6d4fd805b9dae6c2941b0b21bc86e6db141b61e69ff65afb175 - 9.13% (7.58 MB)
[#002] sha256:0216eac6333354b622146a192812df19250b680388755874f809947ec8141e29 - 0.01% (4.56 KB)
[#003] sha256:2cdb90967ba76ae6de525ebd40772a2ec3129a1dfb284112e8149d82f8bfb313 - 0.01% (4.36 KB)
[#004] sha256:f054b2c3f09998b6a6a5ee61a43f032d829b5309d5e19a88bcf905d6e35d456c - 0.0% (2.32 KB)
[#005] sha256:c0a2b8a97bc40a90bdcba6c5ef69a9f0c434ac2f55cf84a9ee272f62653587cd - 35.21% (29.2 MB)
[#006] sha256:01384f9989f80299a5e1febbf749aa6f4b939f1e7b6895226a0eccb37ce5f8c5 - 16.24% (13.5 MB)
[#007] sha256:175ee5b7d32d1742a539ce19f545f0efc13c4c942ee0305fe16ca956e1a0ac84 - 0.11% (93.8 KB)
[#008] sha256:4a61b392f86c79b0bee2e8617d818fd27c5fcdcf0c63d77b27e80ac798891358 - 0.62% (527 KB)
[#009] sha256:10892326bcfdfe3ea7f227c51d41717dc6db9be9f7d4c7656ec52a09f524eee2 - 0.4% (344 KB)
[#010] sha256:268812445ba978faf7fbeeca7b43ed42eb355a3af51d7606a6ec7d57fb978b31 - 2.38% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:32:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:32:40 UTC/bin/sh -c #(nop) ADD file:79b36308bc382d9cae7197b4cecc21430f4e8f3e8bec3547d0f00bcff7681e60 in /
2023-03-08 04:32:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-21 19:06:57 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-03-21 19:06:57 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-03-21 19:06:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-04-03 21:18:13 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-04-03 21:18:13 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-04-03 21:18:13 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-04-03 21:18:13 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-04-03 21:18:13 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:18:15 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:18:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:18:17 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2023-04-03 21:18:17 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=d799381810ae54f1cccb2a9ae79d9c6191ca2c83
2023-04-03 21:18:17 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.2
2023-04-03 21:18:17 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:18:18 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-04-03 21:18:18 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-04-03 21:18:18 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-04-03 21:18:18 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-04-03 21:18:19 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-04-03 21:18:19 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.