Namespace
istio
Image / Tag
pilot:1.21.0
Content Digest
sha256:62063a0fc8ee7741e6a186e1efbf6ac2b83c8087ab674f25b8d241d09c0c30e2
Details
Created

2024-03-13 22:28:13 UTC

Size

65.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:e744ad9daf647541dfb335b6472bd0bdf823e9be340cabceca34f8441e9a2164 - 49.59% (32.4 MB)

[#001] sha256:4184f169ca8b105dc3a1ca26a28234bc3d9b12bddc7aef7c7e6d2a03332fb9f0 - 12.92% (8.45 MB)

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

[#003] sha256:20c21f1fa4a8f9ef8275a793a8eb2ec68856805a0622071dd16f5a49522265bd - 37.48% (24.5 MB)

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

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


History
2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:28 UTC

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

2024-02-13 10:06:28 UTC

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

2024-02-16 19:03:26 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-02-16 19:03:26 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-02-16 19:03:27 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:28:12 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-03-13 22:28:12 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:28:13 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:28:13 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:28:13 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-03-13 22:28:13 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-03-13 22:30:23 UTC

Size

60.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:458592a16059b9e313d1534b2e035af4ec09f13c2c488ef7bcb92621a7e39923 - 49.48% (29.9 MB)

[#001] sha256:b5cb9a410c25eac0a9c1f0d55f5b03ce12933112778f1b4c19eb8efef9e219f7 - 13.72% (8.28 MB)

[#002] sha256:d3b4a86c348c6b14ffd638bac280485527824462b581dae59286c46a61dcb0f7 - 0.01% (4.62 KB)

[#003] sha256:6a05e43f8a5353fb22613c3f03c6b439fe6186e57394e4cee3b684f948b53565 - 36.77% (22.2 MB)

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

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


History
2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:48 UTC

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

2024-02-13 10:08:49 UTC

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

2024-02-16 19:05:42 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-02-16 19:05:42 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-02-16 19:05:43 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:30:23 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-03-13 22:30:23 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:30:23 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:30:23 UTC (buildkit.dockerfile.v0)

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

2024-03-13 22:30:23 UTC (buildkit.dockerfile.v0)

USER 1337:1337

2024-03-13 22:30: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