2021-09-29 19:07:56 UTC
71.7 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 - 35.53% (25.5 MB)
[#001] sha256:44d23f43f1365645c53f4a01a34489d5c20cafb11fce148ee022d4f81c92a7fe - 35.46% (25.4 MB)
[#002] sha256:2b7918d08eca2dcec0bb94fe8465337a6d87e9320eb32cc975773f35dfbf734e - 0.01% (4.2 KB)
[#003] sha256:24b1a9535d502e85114f0fc0cc80673401e64c8b74e4db93920c04bdd4d41496 - 29.01% (20.8 MB)
/bin/sh -c #(nop) ADD file:425a053fd043786e9454fb269d4c93c624550fb913a8c96d03ddd430b4e6c1c3 in /
2021-08-31 01:20:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-29 01:52:19 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-09-29 01:52:19 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-09-29 01:52: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-09-29 19:07:56 UTC (buildkit.dockerfile.v0)COPY pilot-discovery /usr/local/bin/ # buildkit
2021-09-29 19:07:56 UTC (buildkit.dockerfile.v0)USER 1337:1337
2021-09-29 19:07:56 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.