Namespace
istio
Image / Tag
pilot:1.11.5
Content Digest
sha256:c47b31fc9832db5e88198c9b33da84968b8a7c9d0ca8bdf68742ebb7f31b0621
Details
Created

2021-11-30 18:37:56 UTC

Size

59.7 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 - 45.66% (27.2 MB)

[#001] sha256:337aabd9ac37902c43fa5387ee7d3ee93f5ebae425a2965921d7b7ef00e1f881 - 16.49% (9.84 MB)

[#002] sha256:668d4f86067778136918b5c070d865f01a1babbc4de8dea38bf7b809c0f8ecab - 0.01% (3.8 KB)

[#003] sha256:b5b0a3ba6b4dc0fdca2fe8615c2fd790c218d9d5733e9454ec445b7b5cdb0d8e - 37.83% (22.6 MB)

[#004] sha256:36015f04ccb113e133aa856a8aaf55fb394e24e08aba1f8015cbd9830698e625 - 0.01% (4.07 KB)

[#005] sha256:0f4d47175abd9ef45b6079d13185174cd0c272abc21deb26eab40385136a1278 - 0.0% (1.37 KB)


History
2021-10-16 00:37:47 UTC

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

2021-10-16 00:37:47 UTC

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

2021-11-19 17:15:19 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-11-19 17:15:19 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-11-19 17:15:19 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-30 18:37:54 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-11-30 18:37:54 UTC (buildkit.dockerfile.v0)

COPY amd64/pilot-discovery /usr/local/bin/pilot-discovery # buildkit

2021-11-30 18:37:54 UTC (buildkit.dockerfile.v0)

COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit

2021-11-30 18:37:56 UTC (buildkit.dockerfile.v0)

COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit

2021-11-30 18:37:56 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2021-11-30 18:37:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/pilot-discovery"]

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