2024-07-12 17:28:45 UTC
94.4 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAb5ce24a13d702bf14dd17dc4c7042a7a8a79026b
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ff9018adbfa47f19360139cd5b06c795373c59fcc18a077660fb125e0bd96553 - 33.39% (31.5 MB)
[#001] sha256:2e853053af99c8c189de70382b3a5e81debd30b64214eebda4b985b14373d63a - 21.14% (20 MB)
[#002] sha256:a26c7b9f56663e97f3889b507abcefbacd7cf74b13773826b811a19321804198 - 0.0% (4.8 KB)
[#003] sha256:7f05061e84033809b82a3ee3f34ef6cecc1b971e9ac607cf2c1b50ea0b4dfdd1 - 0.0% (4.69 KB)
[#004] sha256:81dfbc00d20db3ad0198f6da64cd3ec7f098e710b0cbd72a8089d1751438f07c - 0.0% (1.88 KB)
[#005] sha256:56403ddea95906d4152a972afd88c2abc4e0f8bc4d2df32f3bd207fbe86abb88 - 36.06% (34 MB)
[#006] sha256:9cb51832ec3ddd28acc0249fa8554b8b9ab9a5212ef7c6169a7ca4188a83479f - 9.4% (8.87 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-29 16:38:00 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-29 16:38:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-29 16:38:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-04-29 16:38:02 UTC/bin/sh -c #(nop) ADD file:ac9d5a9d5b9b1217a6b26f1069a16bc48fa9c2ed76f3eaf28a8e643ae2058d11 in /
2024-04-29 16:38:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-02 19:05:38 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-02 19:05:38 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-06-02 19:05:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-07-12 17:28:41 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-07-12 17:28:41 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-07-12 17:28:41 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-07-12 17:28:41 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-07-12 17:28:42 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-07-12 17:28:42 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-07-12 17:28:43 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-07-12 17:28:43 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=b5ce24a13d702bf14dd17dc4c7042a7a8a79026b
2024-07-12 17:28:43 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-07-12 17:28:45 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-07-12 17:28:45 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-07-12 17:32:01 UTC
92.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAb5ce24a13d702bf14dd17dc4c7042a7a8a79026b
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:043f02080ea736fde8b7151c75aa9e661fe578a64d22cb61daf6f5760ad0d212 - 32.91% (30.3 MB)
[#001] sha256:ef10bed71e68c37e69e1b724d79c8c1344c6f68e9566562df9007aa5e4014b00 - 20.85% (19.2 MB)
[#002] sha256:a1f5acab19d5fd502631a5abb025f79b997fa3d5d4416a6922ba3482e2173ef7 - 0.01% (4.81 KB)
[#003] sha256:30fc00961addabd23754bc9c2df791409d2fca76d1a592411ba65871d6c1457d - 0.0% (4.69 KB)
[#004] sha256:bb71507f7bc3af2f22d00a16896ca9c9b4e423def85bed41ed265276b9c27958 - 0.0% (1.88 KB)
[#005] sha256:9968ddcbb155ed3e8cdaff9bac72c71224bb73632b34256534c2a3ac6415408f - 37.33% (34.4 MB)
[#006] sha256:eba61591fe6b2e7a82f412da92ef42520d8b5736fdba53fddce6bf2e32500d5d - 8.9% (8.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-29 16:39:55 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-29 16:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-29 16:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-04-29 16:39:58 UTC/bin/sh -c #(nop) ADD file:d1bd5209fbd828a2a6f6ad537f0eb77154890b9445411715281122300f5bb21e in /
2024-04-29 16:39:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-02 19:15:38 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-02 19:15:38 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-06-02 19:15:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-07-12 17:31:56 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-07-12 17:31:56 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-07-12 17:31:56 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-07-12 17:31:56 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-07-12 17:31:57 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-07-12 17:31:57 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-07-12 17:31:58 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-07-12 17:31:58 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=b5ce24a13d702bf14dd17dc4c7042a7a8a79026b
2024-07-12 17:31:58 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-07-12 17:32:01 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-07-12 17:32:01 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.