Namespace
istio
Image / Tag
istioctl:1.20.5-distroless
Content Digest
sha256:5077ddb0ee7877105f4f952385014cabea05903d966ba8aab835d61257524f51
Details
Created

2024-04-05 20:44:51 UTC

Size

73.5 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:3f85b0460b4d0045fe49b022b729579cdad5e950204ce9e1d4bb9023297e5598 - 44.09% (32.4 MB)

[#001] sha256:593f2b391829d62ccd9858c67468349ce9f564dfb002ed5ec142381fef2bb7d6 - 17.96% (13.2 MB)

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

[#003] sha256:f548c8f6cedcef97121a54710b3a4c2b47ee6758bed8ef3ff1ad09c22e38a886 - 37.95% (27.9 MB)


History
2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:58 UTC

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

2024-02-27 18:52:59 UTC

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

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

ENV DEBIAN_FRONTEND=noninteractive

2024-03-28 19:04:22 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-03-28 19:04: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-04-05 20:44:51 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2024-04-05 20:44:51 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-05 20:44:51 UTC (buildkit.dockerfile.v0)

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

2024-04-05 20:44:51 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-04-05 20:47:14 UTC

Size

67.8 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:98327073df8dc12b9d3b15516549759e763f07382df2a10b5095ac3e2030b2c4 - 44.07% (29.9 MB)

[#001] sha256:5854e5dab776d97f22e195058d29d8213bd9a14a83246dd645af92a7946efe95 - 18.82% (12.8 MB)

[#002] sha256:067f073e55f69eb7352b855c0f0beae30b7adacd15fb901b1256db0ffd5da6d6 - 0.01% (4.63 KB)

[#003] sha256:108f628d69cb36dd3f0c83ce8f9c33b60b1a449942ad5c22d971ab1f257a8993 - 37.1% (25.1 MB)


History
2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:25 UTC

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

2024-02-27 18:53:25 UTC

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

2024-03-28 19:06:40 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-03-28 19:06:40 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-03-28 19:06:40 UTC (buildkit.dockerfile.v0)

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

2024-04-05 20:47:14 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2024-04-05 20:47:14 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-05 20:47:14 UTC (buildkit.dockerfile.v0)

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

2024-04-05 20:47:14 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