2023-07-13 17:52:08 UTC
75.9 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:db73f72db882934e92d810f7d43b05784cb2d8387cb0988be78eeba038119a55 - 42.73% (32.4 MB)
[#001] sha256:70c853c494eacfa82be123d407213cf7b3f66926c9722c41969eaabf3b01d5b2 - 17.47% (13.3 MB)
[#002] sha256:9180afdab4685dd33d77d05ecbc45b9712f97f8b63ef4a989e4168bcc21e3c0d - 0.01% (4.57 KB)
[#003] sha256:05d82ec7c99a0b9e8e5e0ad438a1b56485a008641df5d6b857237fcdc6cdbd88 - 39.79% (30.2 MB)
[#004] sha256:520a9e4c51d531d4ce644d86e964fcf77bee69ee8b091406e5b1523b59ec482f - 0.01% (4.36 KB)
[#005] sha256:4b205321ec19bfa526f49419a5fa1fe07601ea188b921c9967c35a5800c6b262 - 0.0% (2.32 KB)
/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:04:57 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-06-15 19:04:57 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:04:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-07-13 17:52:07 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-07-13 17:52:07 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2023-07-13 17:52:07 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-07-13 17:52:08 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-07-13 17:52:08 UTC (buildkit.dockerfile.v0)USER 1337:1337
2023-07-13 17:52:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-discovery"]
2023-07-13 17:56:14 UTC
69.7 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c39e4b8c44d6467dc814d1a93c2d7a2431d70ba453fb0354eb43ce1efbd844d9 - 42.76% (29.8 MB)
[#001] sha256:fe951cbe3d56cc4ee9108f64588c4014509cbcaeb4388c3227a02b7fddf9a31b - 18.35% (12.8 MB)
[#002] sha256:32d7edf02fb0613c4329f4b5564544d259777e52656e4c22a9f3e1b1b3f7ea5a - 0.01% (4.56 KB)
[#003] sha256:c71b16bfa11520a46f301c054f9bc2ca4f37c3362e0117df55722d9304a10637 - 38.88% (27.1 MB)
[#004] sha256:b56754e7a3788de0bf42c9660028ff60560d3d575d9b7ac16666407892c391e5 - 0.01% (4.36 KB)
[#005] sha256:d08a5bba252b2dfb5e87f09f4e22002d7dd8e93981a154a7d64b59034b9b9fa4 - 0.0% (2.32 KB)
/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:07:43 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-06-15 19:07:43 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:07:43 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-07-13 17:56:12 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-07-13 17:56:12 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2023-07-13 17:56:12 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-07-13 17:56:14 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-07-13 17:56:14 UTC (buildkit.dockerfile.v0)USER 1337:1337
2023-07-13 17:56:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-discovery"]
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.