2021-10-05 15:54:16 UTC
70.2 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:284055322776031bac33723839acb0db2d063a525ba4fa1fd268a831c7553b26 - 36.27% (25.5 MB)
[#001] sha256:7c75cee0e892930d530409c98a95d6e6a5aed2008bc40c8b08e14c3b70649991 - 34.22% (24 MB)
[#002] sha256:15fe7398372c854ca58bf4759721f3c4662ec9c71f90b5c3c6e195eec1105aa8 - 0.01% (4.2 KB)
[#003] sha256:f40bea388dd01b349542b7427d79f78e97d367d5c345e118b83105e28ff7188a - 29.51% (20.7 MB)
/bin/sh -c #(nop) ADD file:0d82cd095966e8ee78b593cb47a352eec842edb7bd9d9468e8a70154522447d1 in /
2021-10-01 02:23:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-04 16:36:16 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-10-04 16:36:16 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-10-04 16:36:16 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2021-10-05 15:54:16 UTC (buildkit.dockerfile.v0)COPY pilot-discovery /usr/local/bin/ # buildkit
2021-10-05 15:54:16 UTC (buildkit.dockerfile.v0)USER 1337:1337
2021-10-05 15:54:16 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.