Namespace
istio
Image / Tag
install-cni:1.12.0-alpha.1
Content Digest
sha256:f44ae90dc33b531ec6d0562c0731522ccef13628f6fcb9e732fc890408cdf841
Details
Created

2021-09-10 21:54:01 UTC

Size

82.5 MB

Content Digest
Labels
  • description
    Istio CNI plugin installer.

Environment
DEBIAN_FRONTEND

noninteractive

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/cni/bin


Layers

[#000] sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 33.01% (27.2 MB)

[#001] sha256:9008aab6be58a1494cf5b13ef4812bb4d17dbd03b3a3ab8702ad8e7ab16afc73 - 11.92% (9.84 MB)

[#002] sha256:46de39ac5c3f0d3a6763d15f4dbc06a57f5b00a04e240f2163ce70ca73a44070 - 0.0% (3.79 KB)

[#003] sha256:b547591fa7054e6091039dfe9dab1481f8ae0e9ad2b8c84575227cf01e6cfc94 - 22.76% (18.8 MB)

[#004] sha256:f7b49a0f33c7035bf4c681873aee8ef00fe25798453ddaea140424f2724e5d40 - 16.58% (13.7 MB)

[#005] sha256:69df54805bb080371b6432d52199b32d691acc5a2fef94ef1ea713ee47680cbb - 15.73% (13 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2021-08-31 01:20:55 UTC

/bin/sh -c #(nop) ADD file:d2abf27fe2e8b0b5f4da68c018560c73e11c53098329246e3e6fe176698ef941 in /

2021-08-31 01:20:56 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-09-10 04:14:09 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-09-10 04:14:09 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-09-10 04:14:09 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-10 21:53:58 UTC (buildkit.dockerfile.v0)

LABEL description=Istio CNI plugin installer.

2021-09-10 21:53:58 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-09-10 21:53:58 UTC (buildkit.dockerfile.v0)

COPY amd64/istio-cni /opt/cni/bin/istio-cni # buildkit

2021-09-10 21:54:00 UTC (buildkit.dockerfile.v0)

COPY amd64/install-cni /usr/local/bin/install-cni # buildkit

2021-09-10 21:54:01 UTC (buildkit.dockerfile.v0)

COPY amd64/istio-cni-taint /opt/local/bin/istio-cni-taint # buildkit

2021-09-10 21:54:01 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/cni/bin

2021-09-10 21:54:01 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/cni/bin

2021-09-10 21:54:01 UTC (buildkit.dockerfile.v0)

CMD ["/usr/local/bin/install-cni"]

Danger Zone
Delete Tag

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.

Delete