Namespace
istio
Image / Tag
pilot:1.21.6-debug
Content Digest
sha256:c2aec3195dc7f50150c23d7dd891e6a15909f75db6fea9ddc954b63233c4406c
Details
Created

2024-09-20 23:23:46 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:aa2652d0431c9c3b349a05cb23cdfb8b770e2356aef1031ebb68ceb2f7ba422f - 48.8% (32.4 MB)

[#001] sha256:0dce470aab15ffe2c31415e772a05b8b6862ce53620e7e783df87bdde3095662 - 11.7% (7.77 MB)

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

[#003] sha256:2fd1148b386dd11c271e8f29322bb3e2617fb1e35e31e293bc59dff75249eea7 - 39.48% (26.2 MB)

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

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


History
2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:17 UTC

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

2024-09-11 16:25:18 UTC

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

2024-09-18 19:02:20 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-09-18 19:02:20 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-09-18 19:02: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-09-20 23:23:42 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-09-20 23:23:42 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:23:43 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-09-20 23:23:46 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-09-20 23:25:54 UTC

Size

61.3 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:8e81fd7c7a5b8b5781242293ddcb62e28a624be88ca28c71aa29a2091c97519f - 48.72% (29.8 MB)

[#001] sha256:eac1fed972553151ee7a15be2e2bb1dfd016f7b05c829dd10b8f045638055315 - 12.43% (7.62 MB)

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

[#003] sha256:47fdf40ca12c1f26ef3e0dc31b6482e3714bea164f1f80f8cba2b0e615648570 - 38.83% (23.8 MB)

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

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


History
2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:06 UTC

/bin/sh -c #(nop) ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in /

2024-09-11 16:26:06 UTC

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

2024-09-18 19:03:58 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-09-18 19:03:58 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-09-18 19:03:58 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-09-20 23:25:51 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:25:52 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:25:54 UTC (buildkit.dockerfile.v0)

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

2024-09-20 23:25:54 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-09-20 23:25:54 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