2024-09-17 19:34:14 UTC
101 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA6c72b2179f5a58988b920a55b0be8346de3f7b35
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:df053df502019b6ae1f767e69a63515d8b5b9a1c9b7d807dc480a83cf31088d5 - 32.23% (32.5 MB)
[#001] sha256:9e9b0d592a868c7216ed5b7711f1d19484907ff85f9b7a00a3349da5a6ffcd3a - 25.07% (25.2 MB)
[#002] sha256:92e27445ed4706e4788594c54c1dbfbf051c774de097234935d0bd85cae650c4 - 0.0% (4.8 KB)
[#003] sha256:0168b25d99af5223c35cfc9f942508d37fa8a9dcbf9b5b3e0c959b9842a365e1 - 0.0% (4.77 KB)
[#004] sha256:d2efccdd9db0c80d54b343a015498b1245ca9538880670de469ec13700e1c6b5 - 0.0% (1.88 KB)
[#005] sha256:eace3e7fb4912e74ec5a301a9e466e714ca08a4a72e5117d42e6f98ef9885701 - 33.87% (34.1 MB)
[#006] sha256:2391cd4c55979d7816363b4427f937001c0a7b09c65b816c8c2786306ebe744a - 8.82% (8.88 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-08-01 14:23:55 UTC/bin/sh -c #(nop) ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in /
2024-08-01 14:23:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-04 19:03:50 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-09-04 19:03:50 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-openbsd 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-04 19:03:50 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-17 19:34:08 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-09-17 19:34:08 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-09-17 19:34:08 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-09-17 19:34:08 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-09-17 19:34:09 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-09-17 19:34:09 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-17 19:34:11 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-09-17 19:34:11 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=6c72b2179f5a58988b920a55b0be8346de3f7b35
2024-09-17 19:34:11 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-17 19:34:14 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-09-17 19:34:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-09-17 19:37:15 UTC
98.3 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA6c72b2179f5a58988b920a55b0be8346de3f7b35
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:138a92d33324003420f5c26d2d1949956bd12dd496d172332e3f87138ac9493d - 31.74% (31.2 MB)
[#001] sha256:ce0f823bf0c186f4ebd1c8f55a3a2a7ccef3894f66875bd1a5d1b6b682cfb875 - 24.91% (24.5 MB)
[#002] sha256:9d9e1552fc23bb41ebc04acb893303be292f396adb03eeb2a5cfe24b76ef7fce - 0.0% (4.84 KB)
[#003] sha256:045602110ad97ca4ff2a16d7b79aff78f5b36339c19e928a5c475699c79c62b4 - 0.0% (4.76 KB)
[#004] sha256:36e8fe79bb025a60454807d3d2a5646aac931342bae91d562cb0c29d89e43504 - 0.0% (1.88 KB)
[#005] sha256:d9e027384bc2e2b4e2891751aa8dc0681078494c64f261f4f35e059af2c6ff35 - 35.0% (34.4 MB)
[#006] sha256:72d3671149014bbe286584dc716229231d755b44c68b5bb7bdcd1d11fe045a96 - 8.34% (8.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-01 15:33:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-01 15:33:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-01 15:33:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-08-01 15:33:38 UTC/bin/sh -c #(nop) ADD file:154285ca3d49a142bc6d59c9d48f14546f32b2d6de94387c30c1ba3759249b0f in /
2024-08-01 15:33:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-04 19:11:21 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-09-04 19:11:21 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-openbsd 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-04 19:11:21 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-17 19:37:11 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-09-17 19:37:11 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-09-17 19:37:11 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-09-17 19:37:11 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-09-17 19:37:12 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-09-17 19:37:12 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-17 19:37:14 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-09-17 19:37:14 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=6c72b2179f5a58988b920a55b0be8346de3f7b35
2024-09-17 19:37:14 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-09-17 19:37:15 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-09-17 19:37:15 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.