Namespace
istio
Image / Tag
pilot:1.11.0-rc.4
Content Digest
sha256:5059ab52cbc7c1f53921c0d5da64e91bbe7a1030461849f48dbf27c0af2adc67
Details
Created

2021-08-10 17:48:52 UTC

Size

61.2 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 - 44.49% (27.2 MB)

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

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

[#003] sha256:aaa7b93a0e6d1516c2ce1688b898bec013eb9813844605709853e8deae05ca1e - 36.84% (22.6 MB)

[#004] sha256:7ed3576a8062b6a4a8bb1cf25c60a30d921da7e5702a30a24545e1d1981950e4 - 0.01% (3.95 KB)

[#005] sha256:7c728ffc825cecd6b67d3c942a2e8bc3a79f98904b05afad43a797faeee3a819 - 0.0% (1.37 KB)


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-10 17:48:49 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-08-10 17:48:49 UTC (buildkit.dockerfile.v0)

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

2021-08-10 17:48:51 UTC (buildkit.dockerfile.v0)

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

2021-08-10 17:48:52 UTC (buildkit.dockerfile.v0)

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

2021-08-10 17:48:52 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2021-08-10 17:48:52 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