Namespace
istio
Image / Tag
pilot:1.21.1
Content Digest
sha256:3aefea90654174d73a5249a762edb9f3954e35804207d5885084b8d5b2a00c8f
Details
Created

2024-04-05 16:40:27 UTC

Size

71.9 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:3f85b0460b4d0045fe49b022b729579cdad5e950204ce9e1d4bb9023297e5598 - 45.11% (32.4 MB)

[#001] sha256:a416ba4bb85bc6b17b30fba6e9c0d38d210d3ed4634acf03db3feb4806acbcc1 - 18.37% (13.2 MB)

[#002] sha256:fd0358bd67b383e5336975125e970627e4b1b1ff42ae9d5ff761009e132fabb3 - 0.01% (4.57 KB)

[#003] sha256:fe9b05f2769adb41d0eda83c439d8b68d1be3fc2c60d84540e6dad7fd1a77627 - 36.5% (26.2 MB)

[#004] sha256:6546fc222614e5b51a4f1cce4b3cca39a4c77e16af848835c745f15675c003fa - 0.01% (4.87 KB)

[#005] sha256:f0692155ddd8b11457e30fc2b1d2b24b54794ea69595939fd4143b1a0781d33f - 0.0% (2.32 KB)


History
2024-02-27 18:52:57 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-02-27 18:52:57 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-02-27 18:52:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-02-27 18:52:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-02-27 18:52:58 UTC

/bin/sh -c #(nop) ADD file:21c2e8d95909bec6f4acdaf4aed55b44ee13603681f93b152e423e3e6a4a207b in /

2024-02-27 18:52:59 UTC

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

2024-03-28 19:04:19 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-03-28 19:04: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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit

2024-03-28 19:04:20 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:40:25 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-05 16:40:25 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:40:26 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:40:27 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:40:27 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-04-05 16:40:27 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-04-05 16:42:23 UTC

Size

66.4 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:98327073df8dc12b9d3b15516549759e763f07382df2a10b5095ac3e2030b2c4 - 44.98% (29.9 MB)

[#001] sha256:4f6f5dd12a276d21ddc48ad06e529cc941c498f6720c1fdddd194c0fd4fefd35 - 19.2% (12.8 MB)

[#002] sha256:3111fc7d4b31e223d1df95e927a5d9c39c33aed984dfc1c904d9ab3136912114 - 0.01% (4.56 KB)

[#003] sha256:f9e10f851484c637f36c5f9d59889781f983327f10aaeb147573e203fd45e6b5 - 35.8% (23.8 MB)

[#004] sha256:e3ecd5f6a910b25f7c3e95463864cc357aa8de276c40bf2bffe4eddbef895734 - 0.01% (4.87 KB)

[#005] sha256:2b0129444d9908eefd87c14f58179ad833f8325b1b3dc1a52844437a9eabc0b4 - 0.0% (2.32 KB)


History
2024-02-27 18:53:22 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-02-27 18:53:22 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-02-27 18:53:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-02-27 18:53:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-02-27 18:53:25 UTC

/bin/sh -c #(nop) ADD file:07cdbabf782942af04487c9da03de50a611a51e69d8bac1f593acb73a3ba3a46 in /

2024-02-27 18:53:25 UTC

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

2024-03-28 19:06:29 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-03-28 19:06:29 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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit

2024-03-28 19:06:29 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:42:22 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-05 16:42:22 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:42:23 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:42:23 UTC (buildkit.dockerfile.v0)

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

2024-04-05 16:42:23 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-04-05 16:42:23 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