2021-11-16 01:35:38 UTC
58.2 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 46.8% (27.2 MB)
[#001] sha256:a38aa7010ea7a1507619d65199263ba40ba772c99c1594e33f1d909f9261e3af - 17.55% (10.2 MB)
[#002] sha256:ea4fa111d8b68ee329d960c9d597ff7c7a33200ee5b01c58e886e8fe63351895 - 0.01% (3.79 KB)
[#003] sha256:8ea568467e2c816c2dd1aef78198c32c0c7bc11454f886cb45e31e37ed016ef8 - 35.63% (20.7 MB)
[#004] sha256:322941190033fb72c980665b1cf200bc6c663660b261fbed2449e44458b82978 - 0.01% (3.72 KB)
[#005] sha256:a8ca30e8a26b7c52ac5d1e408c3b5210085aaae4ed6285794a339ea4efdecb61 - 0.0% (1.36 KB)
/bin/sh -c #(nop) ADD file:8d2f4a45a58b3f5426c89e2ef57164824fbf0e4d17b8a90fffa0d5ff3b4e5114 in /
2021-10-01 02:23:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-06 19:03:32 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2021-10-06 19:03:32 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 # buildkit
2021-10-06 19:03:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2021-11-16 01:35:36 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2021-11-16 01:35:36 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit
2021-11-16 01:35:37 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2021-11-16 01:35:38 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2021-11-16 01:35:38 UTC (buildkit.dockerfile.v0)USER 1337:1337
2021-11-16 01:35:38 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.