2024-04-19 14:54:06 UTC
68.8 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b50300968a7404eb89d99d6a8863a9b726a07e472af4e7dd93addc346390efc4 - 47.15% (32.4 MB)
[#001] sha256:15322df43b0215ad1401a740823907e78a3a30de7f68ce7888cf762c75443475 - 12.77% (8.78 MB)
[#002] sha256:cabbf3dab561b8dede97549f3aa34aaeb45ee8dee102f17de61abbeb18439a4d - 0.01% (4.56 KB)
[#003] sha256:902efcbe1bd072152a7e3735e4ce2823c7c145e862a2cd8cab41b70b6eee0b80 - 40.07% (27.6 MB)
[#004] sha256:cb71ea0fa02802a3d9ed53232bb90e843d0e87ef19787891f39f160c43f5a0e1 - 0.01% (5.02 KB)
[#005] sha256:b4bea41f9c73f33191b9e11e2c88d86a493035c15f06106644d2e56fdeb125d3 - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-10 18:52:02 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-10 18:52:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-10 18:52:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-10 18:52:04 UTC/bin/sh -c #(nop) ADD file:3bd10da0673e2e72cb06a1f64a9df49a36341df39b0f762e3d1b38ee4de296fa in /
2024-04-10 18:52:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-16 19:02:13 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-04-16 19:02: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 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-04-16 19:02:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-04-19 14:54:05 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-04-19 14:54:05 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-04-19 14:54:05 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-04-19 14:54:06 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-04-19 14:54:06 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-04-19 14:54:06 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-discovery"]
2024-04-19 14:56:08 UTC
63.4 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0214db4d044391b03cc2acb69fac64a84910dbd7a0ef4f43bd2457a8ecbdadfd - 47.07% (29.8 MB)
[#001] sha256:c9e5842e1779c8d75b7fbbae8e6f4f0ac0e07d33ca6045d7a8a0a28c1fa4d682 - 13.53% (8.58 MB)
[#002] sha256:a8487ab880a65e35a89dc367556a9303f5941550ccce72d47e15e69ddf766006 - 0.01% (4.57 KB)
[#003] sha256:38df3689e65c4252c2a133b6004bd854b153c2111b0415a452e9cdd08defbdf6 - 39.38% (25 MB)
[#004] sha256:0f3cd176f83cf9a373254da7a9bb203221362cc71f87a92d70e5b9c18a1353a3 - 0.01% (5.03 KB)
[#005] sha256:f1f7a393f18975c8505e48f0372864f7aaf7bd8ce6ebec98d71a0050d81edf0d - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-10 18:26:15 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-10 18:26:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-10 18:26:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-10 18:26:17 UTC/bin/sh -c #(nop) ADD file:5523c8e2dfa5286893a32b66bdb3395b76e282d86d79b7320a5855e8f55481e1 in /
2024-04-10 18:26:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-16 19:04:21 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-04-16 19:04:21 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-04-16 19:04:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-04-19 14:56:07 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-04-19 14:56:07 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-04-19 14:56:07 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-04-19 14:56:08 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-04-19 14:56:08 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-04-19 14:56:08 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.