2021-07-20 17:56:06 UTC
79.5 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAistio-proxy:4f28b4cd0993c1557e43030e107a5bb959ec26be
ISTIO_META_ISTIO_VERSION1.11.0-beta.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 34.24% (27.2 MB)
[#001] sha256:639a8934ec5da23668042bbdd056606bb2cc93caeedf5162a579fff7f6cb19a7 - 16.25% (12.9 MB)
[#002] sha256:e65af27a3b8f107181145cfbb0846d37bbea70bcd283ec5424c73a4c19bea9c0 - 0.0% (3.79 KB)
[#003] sha256:fa00ec320bfe8fb1d316d13d8cf3e315b60b3584995ed415958e76820375aa28 - 0.0% (3.95 KB)
[#004] sha256:a5ca08f728eac579c5a978496c09e2d6f7c2f3b45c9fa4eef32e7cae77d18958 - 0.0% (1.37 KB)
[#005] sha256:5c1e3d74a2089fb5a5cc103ab077874e9b30dd8c6f8266c399ae16816076d2d1 - 31.68% (25.2 MB)
[#006] sha256:b5cb574aca13f940b73f859fb1cc2e61c38dc5373808d9e1ad51821b248cb64a - 14.53% (11.6 MB)
[#007] sha256:8ad51eed691b0bfa795a4ebf398d3f1b115629e3128ced086a1e3f4d0cc42721 - 0.11% (87 KB)
[#008] sha256:e73149c1bc0cd26538810f9473ec555bb79fd4cd5224c227a41ea4a795acccc6 - 0.59% (479 KB)
[#009] sha256:7ed4cec0df9ebde5d684ef67f237f58c845b1d967deb9eed13555fd57c48c5f3 - 0.35% (283 KB)
[#010] sha256:06bba2169fe6ab69b4d1257415733101101f6ed47795017afe9abaf81f9b1aed - 2.24% (1.79 MB)
/bin/sh -c #(nop) ADD file:920cf788d1ba88f76c97e41e03e4dc2f3005b08d65b5e9da9dd1cbe20a74459b in /
2021-06-17 23:31:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-07-09 21:29:11 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-07-09 21:29: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 # buildkit
2021-07-09 21:29:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)WORKDIR /
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)ARG proxy_version
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)ARG istio_version
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2021-07-20 17:56:01 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2021-07-20 17:56:01 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=istio-proxy:4f28b4cd0993c1557e43030e107a5bb959ec26be
2021-07-20 17:56:01 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.11.0-beta.1
2021-07-20 17:56:01 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2021-07-20 17:56:02 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2021-07-20 17:56:02 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2021-07-20 17:56:03 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2021-07-20 17:56:04 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2021-07-20 17:56:06 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2021-07-20 17:56:06 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.