2024-06-02 13:29:36 UTC
73.6 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cbfa823424eac632ddcc7e9cde9c7d27a6936840cf5921eb16c1b4a5d7a99d03 - 44.07% (32.4 MB)
[#001] sha256:5f07e460e2b5691c286f5cbc74e5bf48b1fcb279cb0fd9f780c18bd9b9339670 - 19.51% (14.4 MB)
[#002] sha256:f3bbabb77179f2cf6595d3d88ee706525aface3612c5e1cf7fa192172e34c30b - 0.01% (4.57 KB)
[#003] sha256:5dab6aafaefe66e332baf7fef289aecabfaaef164845bfc867b7418cfd0c1e25 - 36.4% (26.8 MB)
[#004] sha256:820a6cf183a8fc58aac59db3432e817a9f3ae1d2f0c030963b44811d4e47221f - 0.01% (4.65 KB)
[#005] sha256:e8fb0895f1244d57cd1ac119a9dd0ed00629fc64852e6bfb5e9c53bf094b71a9 - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-17 17:56:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-17 17:56:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-17 17:56:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-17 17:56:35 UTC/bin/sh -c #(nop) ADD file:aa631666e3d7f8925e1308c15b2b63b5649db2cfcb079cba8218af98a5966923 in /
2024-04-17 17:56:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-26 19:05:06 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-04-26 19:05:06 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-26 19:05:06 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-02 13:29:34 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-02 13:29:34 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-06-02 13:29:35 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-02 13:29:36 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-02 13:29:36 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-06-02 13:29:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-discovery"]
2024-06-02 13:32:29 UTC
66.7 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:93811703f631dda1eff15a9b6b60574224f13ca7fe7e14ba1c021f2c918f8904 - 44.7% (29.8 MB)
[#001] sha256:c6db06d28d7bfe9600b662adc04c89c3dcd158fe9e435b765c233527ac78b6bf - 19.11% (12.8 MB)
[#002] sha256:bd31d48aea6118572da3d9901047bdcf9d4ff8dc968e63e219e296d539fc486b - 0.01% (4.56 KB)
[#003] sha256:7d9e9d0a544a938716137d4eb8d3559b982c887305a2990e4d06a92951e47f15 - 36.17% (24.1 MB)
[#004] sha256:469ea4e3296454a6cb764b50d9acecdeb1b957a43496810d6d530f82c30d17f2 - 0.01% (4.65 KB)
[#005] sha256:a88603b1dc8b94fe85f006f317dba891aa85d4207b2e22b4a22a4633dfa10c42 - 0.0% (2.32 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-17 18:24:57 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-17 18:24:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-17 18:24:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-17 18:24:59 UTC/bin/sh -c #(nop) ADD file:51afefc6be37e5e27507b9b77fca51df26536c9827fe51acac6a4f9c1ebd60e8 in /
2024-04-17 18:24:59 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-26 19:07:28 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-04-26 19:07:28 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-26 19:07:28 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-02 13:32:27 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-06-02 13:32:27 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2024-06-02 13:32:28 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-06-02 13:32:29 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-06-02 13:32:29 UTC (buildkit.dockerfile.v0)USER 1337:1337
2024-06-02 13:32:29 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.