Namespace
istio
Image / Tag
pilot:1.23.0
Content Digest
sha256:996b9c05d6e5fe3ba5b0ab4e563fe6ecbd89d3a4f51fbc752f587eef6a499bd9
Details
Created

2024-08-13 01:10:00 UTC

Size

73 MB

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

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:af902d9b47d5b5b47fa7a1537ce6b1ded3100875aec8c558e4055e9b2527bbbc - 44.48% (32.5 MB)

[#001] sha256:a445d7c652df9fa779cc9cac630d090a9b8494ee90607c615715733e041fa0f7 - 18.01% (13.1 MB)

[#002] sha256:fec273e468cc8adb66ecba6c13cffc388aa5f84ef1f7af4c7eeec79484b41af5 - 0.01% (4.83 KB)

[#003] sha256:e77e4a4ac3d299743c1ef56b2bf0565ad1290f3a3250f89433cccd0fc07b1aa6 - 37.5% (27.4 MB)

[#004] sha256:50a898a6ebbeed74bd38249347ba883561f99de919c843fa9864d7033cf24d09 - 0.01% (4.75 KB)

[#005] sha256:5e5ad9c7fa88111fcb150596c994edd82542e6e04930567d69f794c041b66a44 - 0.0% (1.88 KB)


History
2024-06-07 12:00:06 UTC

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

2024-06-07 12:00:06 UTC

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

2024-06-07 12:00:06 UTC

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

2024-06-07 12:00:06 UTC

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

2024-06-07 12:00:08 UTC

/bin/sh -c #(nop) ADD file:5601f441718b0d192d73394b35fd07675342837ec9089ddd52dd1dc0de79630e in /

2024-06-07 12:00:09 UTC

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

2024-08-08 19:02:50 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-08-08 19:02:50 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-openbsd 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-08-08 19:02:51 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:09:57 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-08-13 01:09:57 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:09:58 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:10:00 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:10:00 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-08-13 01:10:00 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-08-13 01:12:11 UTC

Size

69 MB

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

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:7fcd6fd811f6cef4661ec480a5660615abd39dee01a2fe9ae904d7c3dfde4581 - 45.21% (31.2 MB)

[#001] sha256:a937b95acf430232cd5015742d333a4aa05e7bdf8cbe3402036be05887b1cdc4 - 18.86% (13 MB)

[#002] sha256:1ecd27141d639c037b8c132b55cd01a96a3642aff0ee219c7baa3a20da29eeba - 0.01% (4.8 KB)

[#003] sha256:08a24f15d0360b397cce0477f3cc847a4b051cd5a91801471152e5e393274802 - 35.91% (24.8 MB)

[#004] sha256:a1df58765552c6ea797c9377ecc50d5efb3a96c4ab6c4802b821a8a2e8880e47 - 0.01% (4.76 KB)

[#005] sha256:2e6e30b085b58f1abb2c28b7859c3c211106b7900b1f117d3de56f839d21b0b9 - 0.0% (1.88 KB)


History
2024-06-07 11:48:27 UTC

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

2024-06-07 11:48:27 UTC

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

2024-06-07 11:48:27 UTC

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

2024-06-07 11:48:27 UTC

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

2024-06-07 11:48:32 UTC

/bin/sh -c #(nop) ADD file:9018302bda8cbdb55f2f84a40373c46413db64611139a450dbfec3fc55b8e6ea in /

2024-06-07 11:48:33 UTC

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

2024-08-08 19:08:23 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-08-08 19:08:23 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-openbsd 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-08-08 19:08:24 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:12:08 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-08-13 01:12:08 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:12:08 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:12:11 UTC (buildkit.dockerfile.v0)

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

2024-08-13 01:12:11 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-08-13 01:12:11 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