2023-06-28 18:45:21 UTC
92.3 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAbb3a30c4d1dd9ce9bdcefeb6b7548d669495ceef
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:db73f72db882934e92d810f7d43b05784cb2d8387cb0988be78eeba038119a55 - 35.15% (32.4 MB)
[#001] sha256:0dace11d3dc22e002efe26adbaa88b6d803ed016371307c39d02a64832044adc - 14.37% (13.3 MB)
[#002] sha256:fbc3b78682aa05f238e9c83665b221d7a096af24ca1a58e112492d2e79acd1a0 - 0.0% (4.58 KB)
[#003] sha256:bd5fa78bec4ceabe8a93518c2e07dfa16ddf17ff9cfd6fb075f3d126660b3dad - 0.0% (4.57 KB)
[#004] sha256:65cece6c7b83ae276abaf918d49b411104e013b562cabb500c1287536daa1150 - 0.0% (2.32 KB)
[#005] sha256:d4f4731ad913e95a5f6e5598fa1ed1a63a5b27561a7f88eb4e2af10482b3cafd - 33.44% (30.9 MB)
[#006] sha256:0011544fdb40e60360e3f4465cf0b262e652fe5233adfde05063841799b8bf20 - 17.02% (15.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) ADD file:2fd2684e989d275c95e18b6f6e9ccf57ca1382ecd8faf4a66961ede28102dedf in /
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-15 19:03:40 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-06-15 19:03:40 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
2023-06-15 19:03:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-06-28 18:45:17 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-06-28 18:45:17 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-06-28 18:45:17 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-06-28 18:45:17 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-06-28 18:45:18 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-06-28 18:45:18 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-06-28 18:45:20 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2023-06-28 18:45:20 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=bb3a30c4d1dd9ce9bdcefeb6b7548d669495ceef
2023-06-28 18:45:20 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-06-28 18:45:21 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-06-28 18:45:21 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2023-06-28 18:49:38 UTC
87 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAbb3a30c4d1dd9ce9bdcefeb6b7548d669495ceef
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c39e4b8c44d6467dc814d1a93c2d7a2431d70ba453fb0354eb43ce1efbd844d9 - 34.29% (29.8 MB)
[#001] sha256:2cec1792d1a6ab5f7897619d89163ba6bc11ecd1584351a601a3eda695efbe99 - 14.72% (12.8 MB)
[#002] sha256:cbcdbee244eaaae79ac077472642d1e445a7c4ad8e9cf0a66377d886f0b0d0af - 0.01% (4.56 KB)
[#003] sha256:23a5b2df209eed55994a4d3b55647e5b201fa959811908dc06905a4250a77a02 - 0.01% (4.57 KB)
[#004] sha256:1fd5c136c3ede4f85d6ebbf8fd40b40855d9e03f7ae2a43dae959b7105bb616c - 0.0% (2.33 KB)
[#005] sha256:a6c2c5eb479ed889ff1c0b20313695d4ac826688eb24266dc126688fbf5796df - 34.62% (30.1 MB)
[#006] sha256:c2444151d71ac0dbea2007813b2d727f3f00229c2e2f44819250e0ebb3b9a19a - 16.36% (14.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:53:07 UTC/bin/sh -c #(nop) ADD file:f0435ed8dcf91cc69ec63b6b16d9efac56e5a6a7ec518e1fcc3df7457d3113ed in /
2023-05-22 17:53:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-15 19:06:09 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-06-15 19:06:09 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
2023-06-15 19:06:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-06-28 18:49:35 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-06-28 18:49:35 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-06-28 18:49:35 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-06-28 18:49:35 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-06-28 18:49:36 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-06-28 18:49:36 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-06-28 18:49:37 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2023-06-28 18:49:37 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=bb3a30c4d1dd9ce9bdcefeb6b7548d669495ceef
2023-06-28 18:49:37 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-06-28 18:49:38 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-06-28 18:49:38 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.