2021-08-20 17:30:12 UTC
70.5 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:feac5306138255e28a9862d3f3d29025d0a4d0648855afe1acd6131af07138ac - 36.14% (25.5 MB)
[#001] sha256:f4281035d3c2c2b0525b70fec5bfac10da79a0fdbb7f8b729b7bc279ee97f396 - 34.46% (24.3 MB)
[#002] sha256:006db40fd3a2cb72295aefadcf30610a4cb54ef95836c75c6079994522252c7c - 0.01% (4.2 KB)
[#003] sha256:0a341e87eaf0232a99ee90fe372b6398b42c1c9f381af7f90ffdb1f35360ec1a - 29.4% (20.7 MB)
/bin/sh -c #(nop) ADD file:e729fb032bd2f7cde20fb343da0cd358447e8b23028422c123944e8d0be660fa in /
2021-07-26 21:21:31 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-19 23:08:55 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-08-19 23:08:55 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 linux-tools-generic 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 # buildkit
2021-08-19 23:08:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2021-08-20 17:30:12 UTC (buildkit.dockerfile.v0)COPY pilot-discovery /usr/local/bin/ # buildkit
2021-08-20 17:30:12 UTC (buildkit.dockerfile.v0)USER 1337:1337
2021-08-20 17:30:12 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.