Namespace
istio
Image / Tag
pilot:1.11.0-beta.1
Content Digest
sha256:25e5db1d05644720d0ef4063d57250196a738790404d489807a62fe83f364873
Details
Created

2021-07-20 17:55:59 UTC

Size

62.7 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 43.43% (27.2 MB)

[#001] sha256:639a8934ec5da23668042bbdd056606bb2cc93caeedf5162a579fff7f6cb19a7 - 20.61% (12.9 MB)

[#002] sha256:e65af27a3b8f107181145cfbb0846d37bbea70bcd283ec5424c73a4c19bea9c0 - 0.01% (3.79 KB)

[#003] sha256:e2246cd26c5c6b913ee9a19f6d2f27b7ab0213b77d63e732f655ced9d946b851 - 35.95% (22.5 MB)

[#004] sha256:3040b25de547b5bdf7e596e5e57f79e812dfcee585ee8b88dd7a94eff363793f - 0.01% (3.95 KB)

[#005] sha256:b706f2b4d3c9a678945c77cc8ff5194bd5d78b0124982d1a79a8db46f1c74ed0 - 0.0% (1.36 KB)


History
2021-06-17 23:31:29 UTC

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

2021-06-17 23:31:29 UTC

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

2021-07-09 21:29:11 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-07-09 21:29:11 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-07-09 21:29:11 UTC (buildkit.dockerfile.v0)

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

2021-07-20 17:55:58 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-07-20 17:55:58 UTC (buildkit.dockerfile.v0)

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

2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)

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

2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)

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

2021-07-20 17:55:59 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2021-07-20 17:55:59 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