Namespace
istio
Image / Tag
pilot:1.22.2-debug
Content Digest
sha256:15d80e2dfc675626dd739c7f49b5187f4125e1fad9596ae3d2c3831b39a5c9cd
Details
Created

2024-06-26 19:56:15 UTC

Size

68 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:8f8cb97143fb1d2eb1e396ccd83e1ad7819e65856166723bd8e1f044d022498f - 47.67% (32.4 MB)

[#001] sha256:be264b861c0cd8dd525dad5604200075301372a5757afe8672fceaadf82c6e33 - 11.43% (7.77 MB)

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

[#003] sha256:9d37190ff61bdcbdaa4c1ab6ff4cc3c73d410edb559c2ed617cd8a8687717408 - 40.89% (27.8 MB)

[#004] sha256:e3e0d848ec980430e67a4637f49fb38c7b483ffe9504105a3daf118fa56c5f64 - 0.01% (5.08 KB)

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


History
2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:25 UTC

/bin/sh -c #(nop) ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in /

2024-06-03 10:32:26 UTC

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

2024-06-26 17:58:15 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-06-26 17:58:15 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-06-26 17:58:15 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-06-26 19:56:13 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:56:14 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:56:15 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:56:15 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-06-26 19:56:15 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-06-26 19:58:10 UTC

Size

62.7 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:ea019400807ebae13c59574e62b1465c36d3b8fb0f174b9e7c7eb1929c10fa09 - 47.61% (29.8 MB)

[#001] sha256:16c11052af1f0575727396b630401a3f14410e1916ddbe14a86d77f2903a7701 - 12.15% (7.61 MB)

[#002] sha256:6d29361077baeae7158ea6ad0783d68a80aa3ba1448cc80bbfd10491a24ae121 - 0.01% (4.56 KB)

[#003] sha256:e590932c48233754f15da1b644cc710d1b9ec6f3681303d89efce0c08688ce8a - 40.22% (25.2 MB)

[#004] sha256:b81c59a5ec7603de74ebc9e521b3ec3a8aba5e94536edadcf47f5b0b2f935e62 - 0.01% (5.08 KB)

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


History
2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:11 UTC

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

2024-06-03 10:30:12 UTC

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

2024-06-26 17:59:46 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-06-26 17:59:46 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-06-26 17:59:46 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-06-26 19:58:08 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:58:09 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:58:10 UTC (buildkit.dockerfile.v0)

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

2024-06-26 19:58:10 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-06-26 19:58:10 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