2024-01-25 18:50:33 UTC
87.3 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA02cbdb9c7863ca145a0360bff07de9c2a48cd07a
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:84041ef6c694bef320154facfaf9fc00a97bd4258cd48fb3e4feb8968f427acb - 37.08% (32.4 MB)
[#001] sha256:ac0a82cf6672ba2c957c9abfb49a3803ab362cf342298c327ea2c78e2198f509 - 9.36% (8.17 MB)
[#002] sha256:72d3ff2394d660559054ac0c9f6783d9d7d9eb771f276c4ba0ee8ffce6dc1fa7 - 0.01% (4.57 KB)
[#003] sha256:f8be537c6cc3906cf0150f23e64215bde364dddda44aae043238a78bd2d76e3c - 0.01% (4.87 KB)
[#004] sha256:7e97e9e2eacb85947922114e4a46c6436a7ff7480f5ed01c037f899c5b813c19 - 0.0% (2.32 KB)
[#005] sha256:24da06114a1155cc2291ff2847cf41b7653df67d1954bf5bb59242310be3d589 - 38.73% (33.8 MB)
[#006] sha256:844b0175b7e2f56b8c481c0249cce29fbaea61c9a23d68548ba0241d38bf2952 - 14.82% (12.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-01-11 17:08:11 UTC/bin/sh -c #(nop) ADD file:c646150c866c8b5ece67bc79c610718acf858034fa22502b0dba3d38c53fc9a9 in /
2024-01-11 17:08:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-01-18 19:03:01 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-01-18 19:03:01 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-01-18 19:03:01 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-01-25 18:50:28 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-01-25 18:50:28 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-01-25 18:50:28 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-01-25 18:50:28 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-01-25 18:50:29 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-01-25 18:50:29 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-01-25 18:50:32 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-01-25 18:50:32 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=02cbdb9c7863ca145a0360bff07de9c2a48cd07a
2024-01-25 18:50:32 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-01-25 18:50:33 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-01-25 18:50:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-01-25 18:52:50 UTC
84.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA02cbdb9c7863ca145a0360bff07de9c2a48cd07a
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9eef767221f8ba2ecb296464e22e260f9f75ca682ab9ebbb29da3152897574e4 - 35.51% (29.9 MB)
[#001] sha256:3e1997cc942792c6d1b1e1128e2e9176c66f047099720e6077c90c6f98cce207 - 9.52% (8 MB)
[#002] sha256:d0bdf9aa9d2b4f5d6be0b079b01ca1c44081840ee0c4d761f07ad6de50cc6682 - 0.01% (4.64 KB)
[#003] sha256:d001e539aadfea14aa5784fc88bb8ba2d3d0e38d54d88fdd26a06b6a0392002f - 0.01% (4.87 KB)
[#004] sha256:645f283158a2e6cedec4b673b36a059873051ce7cf90dddb6c1da979d0b4bef3 - 0.0% (2.32 KB)
[#005] sha256:ebcd44c3bf514a24c34324d0d5795fd9c2278dbd13fd4d6b7c0c1aa7d929e809 - 40.79% (34.3 MB)
[#006] sha256:a891392f0d108a9941933b542426cada2a8700a81230950acd6243f1f012d94f - 14.16% (11.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-01-11 17:03:15 UTC/bin/sh -c #(nop) ADD file:5703a6689620ec495e864cfc12e80f8b2ee9e69b1a7b7365bf80955ba05a53ab in /
2024-01-11 17:03:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-01-18 19:06:33 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-01-18 19:06:33 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-01-18 19:06:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-01-25 18:52:46 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-01-25 18:52:46 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-01-25 18:52:46 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-01-25 18:52:46 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-01-25 18:52:47 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-01-25 18:52:47 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-01-25 18:52:48 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-01-25 18:52:48 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=02cbdb9c7863ca145a0360bff07de9c2a48cd07a
2024-01-25 18:52:48 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-01-25 18:52:50 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-01-25 18:52:50 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.