Namespace
istio
Image / Tag
istioctl:1.23.0-rc.0-distroless
Content Digest
sha256:50b1a0e1c307f6df50b5f4abdde28f1675fbda2238c532ae3ba4ac9e4b785014
Details
Created

2024-08-06 01:16:13 UTC

Size

73.7 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.03% (32.5 MB)

[#001] sha256:3427f9df1881af0514e53c9e091221be315b764cd1acb8ed686c956bf3128084 - 17.83% (13.1 MB)

[#002] sha256:50703b08bdb836c39237bc196f226e137931b58f35b6d9e14e6606c676119fce - 0.01% (4.8 KB)

[#003] sha256:e3ae69d2d6a3f74087190d6de7ff617f27deee805a8bc704cbc783a4e84f5a94 - 38.13% (28.1 MB)


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-01 19:02:28 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-08-01 19:02:28 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-01 19:02: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-08-06 01:16:13 UTC (buildkit.dockerfile.v0)

USER 1000:1000

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

ARG TARGETARCH

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

COPY amd64/istioctl /usr/local/bin/istioctl # buildkit

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

ENTRYPOINT ["/usr/local/bin/istioctl"]

Details
Created

2024-08-06 01:18:23 UTC

Size

69.7 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 - 44.75% (31.2 MB)

[#001] sha256:6405f932a93cb8f735d722052731dfaa3a4931e389f316845b5a9052797449ca - 18.69% (13 MB)

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

[#003] sha256:c9f05e0910cfa1af58ca14ad90c10c25fa27474a0c8ef4f7c3098f24ee68cd24 - 36.55% (25.5 MB)


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-01 19:08:21 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-08-01 19:08:21 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-01 19:08:22 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-06 01:18:23 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2024-08-06 01:18:23 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-08-06 01:18:23 UTC (buildkit.dockerfile.v0)

COPY arm64/istioctl /usr/local/bin/istioctl # buildkit

2024-08-06 01:18:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/istioctl"]

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