2021-06-21 19:16:02 UTC
70.7 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:25fa05cd42bd8fabb25d2a6f3f8c9f7ab34637903d00fd2ed1c1d0fa980427dd - 36.04% (25.5 MB)
[#001] sha256:700979edb0ef7c305b33b795523b96bc39f94eb1b302150fc966b2743fd93a82 - 34.81% (24.6 MB)
[#002] sha256:8392a5b950c7c0a7cc3cc4b917288b398b82669ed6ac2f3fab2d635d76ad5284 - 0.01% (4.2 KB)
[#003] sha256:cf0573fa3233e18c43a244a0714e67f4b37a7d1e71ae9a9dbf4ecd0dab7859ce - 29.14% (20.6 MB)
/bin/sh -c #(nop) ADD file:900f735ff138e5137cf25ddd85a32a01921ebec26d86704d24b5f12e73a832c2 in /
2021-06-17 23:31:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-06-21 17:21:18 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-06-21 17:21:18 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-06-21 17:21:19 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2021-06-21 19:16:02 UTC (buildkit.dockerfile.v0)COPY pilot-discovery /usr/local/bin/ # buildkit
2021-06-21 19:16:02 UTC (buildkit.dockerfile.v0)USER 1337:1337
2021-06-21 19:16:02 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.