2024-06-26 19:56:50 UTC
73 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3186afb14fe7acc30e20dd974b5da55d1ff1810a22b7b57ed4ddc99c11dae737 - 44.41% (32.4 MB)
[#001] sha256:5a85f059d5306f84a52113b74b69e9cf4150288f03a7725f5a0325aa7a3f8b8e - 19.66% (14.4 MB)
[#002] sha256:1fcddc3b97b3f449226c3446d8d2db51bf41e192ba17a38418454c6bb83ebf27 - 0.01% (4.57 KB)
[#003] sha256:bcee44cb05de0cbc33e54009afbfca5fba344c1f0b8cb785f4787991d2916e3c - 35.91% (26.2 MB)
[#004] sha256:31570de301650299f09f4e9e0adcc8869818c1c653589bae3a3fe7d99ac0065e - 0.01% (4.87 KB)
[#005] sha256:1c3e25ed6c9dc52f1ee5cf7f0c094c0d125925d03d3d08b3e85268d692118b6c - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-27 13:18:37 UTC/bin/sh -c #(nop) ADD file:a5d32dc2ab15ff0d7dbd72af26e361eb1f3e87a0d29ec3a1ceab24ad7b3e6ba9 in /
2024-04-27 13:18:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-02 19:05:39 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-02 19:05:39 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-06-02 19:05:39 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-06-26 19:56:48 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:56:48 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-06-26 19:56:48 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:56:50 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:56:50 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-06-26 19:56:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-discovery"]
2024-06-26 19:59:14 UTC
66.4 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0dd6eb4e0b8abf1fc2bfdfdd132e5053e9fed48d78dce56bde11680081ac2088 - 44.94% (29.8 MB)
[#001] sha256:c74e20724b31378bd61f46d7ab07a8a02b690f6458aea4b042d000bb944d62ec - 19.21% (12.8 MB)
[#002] sha256:e1ecd39145bb8b5bc9ce32709fd8e0886b05b53f2f14f4cc04ef8f61c4a09a96 - 0.01% (4.58 KB)
[#003] sha256:7ee6f793883cc184a7bb74669d0a0e581fdcfb650ca4b9b1ab2822be5d3e2ba1 - 35.84% (23.8 MB)
[#004] sha256:0b182e79d8218899d464f9f6c96e0307b4af2fd85ce4bfa31aa3e1786349a90a - 0.01% (4.87 KB)
[#005] sha256:5a0d96f505cd4d340d9d0d9f2f1e4867b1410e7e37c04613998bde27785f0e1e - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 14:32:22 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 14:32:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 14:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-27 14:32:33 UTC/bin/sh -c #(nop) ADD file:18035d0a8c59e3306bad4219c71a52b03397fc8f231baf7f676287c73024d85c in /
2024-04-27 14:32:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-02 19:08:44 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-06-02 19:08:44 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-06-02 19:08:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-06-26 19:59:11 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-26 19:59:11 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-06-26 19:59:12 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:59:14 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-26 19:59:14 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-06-26 19:59: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.