2021-12-07 19:48:12 UTC
80.4 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/cni/bin
[#000] sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 33.89% (27.2 MB)
[#001] sha256:a38aa7010ea7a1507619d65199263ba40ba772c99c1594e33f1d909f9261e3af - 12.71% (10.2 MB)
[#002] sha256:ea4fa111d8b68ee329d960c9d597ff7c7a33200ee5b01c58e886e8fe63351895 - 0.0% (3.79 KB)
[#003] sha256:d24ad83a4fdde00e3cac8e6a5c3834581bf11717d3292ca261ce30b108439fd5 - 21.51% (17.3 MB)
[#004] sha256:273a08ec199e2f45a0e12bfd682ff21e578a0afc1b3001eb698f758032c7340c - 16.37% (13.2 MB)
[#005] sha256:4125099250ddd524a6207cc8d696bc6a5722fed2fdcc9b5facee5ed1b64b7df7 - 15.52% (12.5 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/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-12-07 19:48:08 UTC (buildkit.dockerfile.v0)LABEL description=Istio CNI plugin installer.
2021-12-07 19:48:08 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2021-12-07 19:48:08 UTC (buildkit.dockerfile.v0)COPY amd64/istio-cni /opt/cni/bin/istio-cni # buildkit
2021-12-07 19:48:09 UTC (buildkit.dockerfile.v0)COPY amd64/install-cni /usr/local/bin/install-cni # buildkit
2021-12-07 19:48:11 UTC (buildkit.dockerfile.v0)COPY amd64/istio-cni-taint /opt/local/bin/istio-cni-taint # buildkit
2021-12-07 19:48:11 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/cni/bin
2021-12-07 19:48:12 UTC (buildkit.dockerfile.v0)WORKDIR /opt/cni/bin
2021-12-07 19:48:12 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/install-cni"]
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.