Namespace
istio
Image / Tag
install-cni:1.11.0-rc.1
Content Digest
sha256:b735d20af2f5cb0b31a4fd792327f53acf9811764edb16ce1762e83cd54f3a38
Details
Created

2021-08-04 18:19:09 UTC

Size

85.2 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:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 - 31.96% (27.2 MB)

[#001] sha256:be8d9bc2c4024017de228e2a3df9999e58d5954538313a753817bbe05085e1dd - 13.4% (11.4 MB)

[#002] sha256:5bf80b3cda61f2e7b3f8946c3aa1e6fe9863e97217e87cdfed05ca52a2064f64 - 0.0% (3.8 KB)

[#003] sha256:7b2116806a411c10d73c00905844119a313c8b155411c7fdf778d99afbfdad5c - 22.45% (19.1 MB)

[#004] sha256:b954cfc098e23b6b9a0dfa4582427d9421e3975ea787bbb9d93948077bd2a573 - 16.6% (14.1 MB)

[#005] sha256:1c422045aed1f9709a762f3b31406a55313626124590ad4b839cc1fdb5a60e65 - 15.59% (13.3 MB)

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


History
2021-07-26 21:21:39 UTC

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

2021-07-26 21:21:40 UTC

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

2021-08-04 17:18:04 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-08-04 17:18:04 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-08-04 17:18:04 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit

2021-08-04 18:19:06 UTC (buildkit.dockerfile.v0)

LABEL description=Istio CNI plugin installer.

2021-08-04 18:19:06 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-08-04 18:19:06 UTC (buildkit.dockerfile.v0)

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

2021-08-04 18:19:07 UTC (buildkit.dockerfile.v0)

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

2021-08-04 18:19:09 UTC (buildkit.dockerfile.v0)

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

2021-08-04 18:19:09 UTC (buildkit.dockerfile.v0)

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

2021-08-04 18:19:09 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/cni/bin

2021-08-04 18:19:09 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