2025-02-05 19:27:47 UTC
85.4 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA5ecdd7b82bb0c8de3d053fda869cdc723b197094
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a094aae197744af3e0466828fc5a01f4a123251358fbcbf440873cd7ff6c1ca7 - 38.08% (32.5 MB)
[#001] sha256:eb4c01b0a1faa6d66a8893aed2276bc3ad4630e29f5d6a72e73e8e8a16215b55 - 11.57% (9.87 MB)
[#002] sha256:13fc3a0f04591b5fa1fd0c81da2333c4da059ea7d4effa2e9907fef22a012997 - 0.01% (4.8 KB)
[#003] sha256:4e200e9ae5be218c4e328d45eb5637340c059bfa4bf2297943567d9954b854db - 0.01% (4.76 KB)
[#004] sha256:e25e12099c48ce95e008d8bbd46e171291699d5114c29ac475d945ff2c9a9561 - 0.0% (1.88 KB)
[#005] sha256:7350aa899b12c1e4106b8c1fed06a59278080c4191902a68d49b2440300f910b - 39.94% (34.1 MB)
[#006] sha256:535e7717ccbc672b16bb924ccb7982282d2ff0dad52e07289806c518f63ea2c6 - 10.41% (8.89 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-11-19 17:29:25 UTC/bin/sh -c #(nop) ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 in /
2024-11-19 17:29:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-17 19:03:22 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-12-17 19:03:22 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-12-17 19:03:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2025-02-05 19:27:43 UTC (buildkit.dockerfile.v0)WORKDIR /
2025-02-05 19:27:43 UTC (buildkit.dockerfile.v0)ARG proxy_version
2025-02-05 19:27:43 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2025-02-05 19:27:43 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2025-02-05 19:27:44 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2025-02-05 19:27:44 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-02-05 19:27:46 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2025-02-05 19:27:46 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=5ecdd7b82bb0c8de3d053fda869cdc723b197094
2025-02-05 19:27:46 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-02-05 19:27:47 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2025-02-05 19:27:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2025-02-05 19:29:56 UTC
83.9 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA5ecdd7b82bb0c8de3d053fda869cdc723b197094
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:26305f77eb8aae622879aff051e9faed1932bcc0ec6f77579d1c6966cb9c4fe0 - 37.29% (31.3 MB)
[#001] sha256:9199407bcacfeedde1f7e68cad1924a4643553e2552f8cc1da042ded6e923aea - 11.88% (9.97 MB)
[#002] sha256:dce88b4691f61d78e62719667adbf3f4cd3776b63174ee469091d9250f09b201 - 0.01% (4.82 KB)
[#003] sha256:42d0bf428f1abc772e129bcaa0efee7867f7af031422345dcea4696ad8ba5875 - 0.01% (4.76 KB)
[#004] sha256:91a1e692eae0e6016eb17357dafbef7094e24655c4061e796823789a572e47e6 - 0.0% (1.88 KB)
[#005] sha256:3a265a78651765e6df628b8540fef7a955ed1b8762171376e7ffc9e1aa675c5e - 41.04% (34.4 MB)
[#006] sha256:7e7e21b9f28fd17635d3b3f0fca6926ac9ce7e83e7426fccc9a3146a43840968 - 9.78% (8.21 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) ADD file:765dfd09ec2ac4870c8b3efd6ef4a994f99695c574d546d7a9a0e69bbb970b03 in /
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-17 19:09:13 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-12-17 19:09:13 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-12-17 19:09:14 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)WORKDIR /
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)ARG proxy_version
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2025-02-05 19:29:53 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-02-05 19:29:54 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2025-02-05 19:29:54 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=5ecdd7b82bb0c8de3d053fda869cdc723b197094
2025-02-05 19:29:54 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-02-05 19:29:56 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2025-02-05 19:29:56 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.