2024-08-15 12:14:05 UTC
91.1 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA9603bcb6fd358cb0affbb662630751d77ab66efb
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c20c149907585fc1a2064404f8be6bade32b50e866c7c5fc10a7af39eb833b2c - 35.6% (32.4 MB)
[#001] sha256:48448af94fe018196813495b950a00f36f96ebbb80fb0ae28639734a237ab582 - 11.94% (10.9 MB)
[#002] sha256:e680fec1a7c0b0020ff950d2fe7c5f0a15353bfe3b2cbd26db2870f47325792c - 0.0% (4.56 KB)
[#003] sha256:337a98fd54db4594031183ad304df34eaa9e59bdf39699737ecff0ee63305ed1 - 0.01% (5.08 KB)
[#004] sha256:621496fd025eb3fd87e7baa1aedc23d058816765950eb90dd4f0da1d32d0f075 - 0.0% (2.32 KB)
[#005] sha256:2108f1f6da4679bab802a1553c2af58da92d2a3560d63d2515fd233b0cc76c24 - 37.68% (34.3 MB)
[#006] sha256:7cbb8052f8356759f00ddbf6fd472e2c045d30a24151fce02048613eaae59540 - 14.76% (13.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-27 20:10:12 UTC/bin/sh -c #(nop) ADD file:d5da92199726e42da09a6f75a778befb607fe3f79e4afaf7ef5188329b26b386 in /
2024-06-27 20:10:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-08-08 19:02:33 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-08-08 19:02: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-08-08 19:02: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-08-15 12:14:02 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-08-15 12:14:02 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-08-15 12:14:02 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-08-15 12:14:02 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-08-15 12:14:03 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-08-15 12:14:03 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-08-15 12:14:05 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-08-15 12:14:05 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=9603bcb6fd358cb0affbb662630751d77ab66efb
2024-08-15 12:14:05 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-08-15 12:14:05 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-08-15 12:14:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-08-15 12:16:03 UTC
87.5 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA9603bcb6fd358cb0affbb662630751d77ab66efb
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c2366098367262f7251799b97305c2bad90dba8603aa85bc0bc5c94c96421038 - 34.13% (29.9 MB)
[#001] sha256:dbbc41717f94e7462d6fae16e56552dc710b158b051f66a4c1d051c59e85b135 - 12.04% (10.5 MB)
[#002] sha256:8da91968478235a93d3d734ba50dc382f01957b16ac50db3f2b51bfd947437ce - 0.01% (4.64 KB)
[#003] sha256:0cec15d0127a8e8590588a5645e84577e6d455597d770ea4819491e0337006e5 - 0.01% (5.08 KB)
[#004] sha256:348a41bb6ce24a685bb1b858dbe2defe82918f7424bfc2947ce5b8984cf2959a - 0.0% (2.32 KB)
[#005] sha256:4bbbee9801fd8cb73c43948a527d619af910bb5c9db48c0e00978400083c7f88 - 39.65% (34.7 MB)
[#006] sha256:03491825b7357dc24b0a1ffbf13dd45be7eb5eca7c541eb83791862cc9d0d1b9 - 14.17% (12.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-27 19:23:22 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-27 19:23:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-27 19:23:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-27 19:23:26 UTC/bin/sh -c #(nop) ADD file:2bed1fbf8253926f27dc275983c274712d836e9b6acdb1059d29c072d8f63a03 in /
2024-06-27 19:23:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-08-08 19:04:55 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-08-08 19:04:55 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-08-08 19:04:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-08-15 12:16:00 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-08-15 12:16:01 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-08-15 12:16:01 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=9603bcb6fd358cb0affbb662630751d77ab66efb
2024-08-15 12:16:01 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-08-15 12:16:03 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-08-15 12:16:03 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.