Namespace
istio
Image / Tag
pilot:1.14.0
Content Digest
sha256:47fb9e671551c21f15cdc5fcf8f3c359696560cd5c7de4cf8be398bc2b80f9e1
Details
Created

2022-05-27 16:14:08 UTC

Size

69.7 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 39.06% (27.2 MB)

[#001] sha256:6f380913d9791922037f53695f05677608ae6918d8f5ccebcf34fafd628fcc39 - 27.56% (19.2 MB)

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

[#003] sha256:61cc20f08af8c0c3d3758dbc0c9e4443611d6e7c4f180d88085fd9015f50fe24 - 33.37% (23.3 MB)

[#004] sha256:e10a7a1a4ca6843a36d354e131b7b43faf684574b9d4c1d95133b02958ef84fd - 0.0% (3.44 KB)

[#005] sha256:3251d0e5d31d0148dd2977bbd02ac7fcfc2e29db7025ea63207fd3fd15c90ad7 - 0.0% (2.07 KB)


History
2022-04-29 23:20:59 UTC

/bin/sh -c #(nop) ADD file:7009ad0ee0bbe5ed7f381792e07347e260e6896aeee0d80597808065120fa96b in /

2022-04-29 23:20:59 UTC

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

2022-05-18 19:04:49 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2022-05-18 19:04:49 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

2022-05-18 19:04:49 UTC (buildkit.dockerfile.v0)

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

2022-05-27 16:14:07 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-05-27 16:14:07 UTC (buildkit.dockerfile.v0)

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

2022-05-27 16:14:07 UTC (buildkit.dockerfile.v0)

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

2022-05-27 16:14:08 UTC (buildkit.dockerfile.v0)

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

2022-05-27 16:14:08 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2022-05-27 16:14:08 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