Namespace
istio
Image / Tag
install-cni:1.7.0-rc.3-distroless
Content Digest
sha256:96aa7b4e17712d5560833c1f91c348a4bb0fb035bf055a1009ac4a6064aa98df
Details
Created

2020-08-19 21:28:03 UTC

Size

102 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:a1125296b23d78a3585a7910d649fbf0cc56284f9d2066e3243e8bc18f90b308 - 24.88% (25.5 MB)

[#001] sha256:3c742a4a0f38c95e690ad2dad8909c0cb232911418ac94a73da2a28becc7b734 - 0.03% (34.5 KB)

[#002] sha256:4c5ea3b329965bf7239f4e4f484915a444ec6d78b532ae12525934d4f6f7ac9a - 0.0% (852 Bytes)

[#003] sha256:1b4be91ead68299f53759fd80c135e0dde0eb797e91eb8fbc5a708a506e0c433 - 0.0% (162 Bytes)

[#004] sha256:5ef9c7a0f421ce3d1e6c57a28e336bc15d1e38fbe74ffe32b39080f1ccbfcd3f - 30.12% (30.8 MB)

[#005] sha256:5d14de5a0705706d61612484f1a5f92213bafa2f5d67aabbf2f3040ce59dc55c - 0.0% (4.21 KB)

[#006] sha256:b676fc416b915ce06d394d37a5338009800d57b3f4ac3d80cc53b77465bff284 - 15.58% (15.9 MB)

[#007] sha256:84a420f2c453ae28c39b006be0bfffe31dbdbbb0d2f00232ee42cbd106450fe9 - 6.4% (6.55 MB)

[#008] sha256:3ca8844876d60b593a71c29719da3875485f9c95699d9da65b90903bdac5d579 - 6.45% (6.6 MB)

[#009] sha256:a7a219c645dee338d698fe2ea0d7b809edc033223c3637b99f3a86e5122048b9 - 16.54% (16.9 MB)


History
2020-07-06 21:56:08 UTC

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

2020-07-06 21:56:09 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-07-06 21:56:10 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-07-06 21:56:11 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-07-06 21:56:11 UTC

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

2020-07-23 16:59:13 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2020-07-23 16:59:40 UTC

/bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables iproute2 iputils-ping knot-dnsutils netcat tcpdump 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

2020-07-23 16:59:40 UTC

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

2020-08-19 21:28:01 UTC

/bin/sh -c #(nop) LABEL description=Istio CNI plugin installer.

2020-08-19 21:28:02 UTC

/bin/sh -c #(nop) COPY file:814282e981027d46d90a7290ed792b4ad3b31021b1118e4ec5e9d3f1e5553ac9 in /opt/cni/bin/

2020-08-19 21:28:02 UTC

/bin/sh -c #(nop) COPY file:33110581a9946424288122f259829592dc16a5a13a4af1c30b8512362e04ef0e in /opt/cni/bin/

2020-08-19 21:28:02 UTC

/bin/sh -c #(nop) COPY file:c9979ebadc7323d50df58a4e762fc18d03dc21562b651bb0fcd58bb36e2ded82 in /usr/local/bin/

2020-08-19 21:28:03 UTC

/bin/sh -c #(nop) COPY file:9455bf174e15d451254f23bea8760ab5069cfe1987479447e9321905ceb87ef4 in /opt/cni/bin/

2020-08-19 21:28:03 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/cni/bin

2020-08-19 21:28:03 UTC

/bin/sh -c #(nop) WORKDIR /opt/cni/bin

2020-08-19 21:28:03 UTC

/bin/sh -c #(nop) 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