Namespace
istio
Image / Tag
proxyv2:1.15.6-debug
Content Digest
sha256:e39db2f4cfd1a9aeda6f47b154f59e2c8fbb9643c37b1a6b1a2d52d589ea0a4c
Details
Created

2023-02-17 18:08:21 UTC

Size

88.4 MB

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

Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

7d3603d30514f5fefc23a59ddcaeed4e7ffab8b8

ISTIO_META_ISTIO_VERSION

1.15.6

PATH

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


Layers

[#000] sha256:cd2dd85d9fe3e211f2ed2167d98872f72a5b79fb5f42756e3c6fb7febbd1f6e5 - 36.68% (32.4 MB)

[#001] sha256:cd35671ebe453964728bbd05ead3c5b17c20bb8fa9808d20b9b7a752b4dce3d0 - 11.94% (10.5 MB)

[#002] sha256:51ed01f7ba8869ea4e47fbda2f2d775740298efa5053fc498aea15577bebc3ab - 0.01% (4.59 KB)

[#003] sha256:04999c56a832017ef0372ce3331a92bbae9d21f5f610ffd0e79ede26ce949384 - 0.0% (4.26 KB)

[#004] sha256:86aa2ef717011750d513a1fa7a81d59aa78735bdf10300b4916fca81aed377b3 - 0.0% (2.32 KB)

[#005] sha256:3bf4c1b6c4930239febb2c02b53035f7392d8b7fd5c880f3d85639717cfe8918 - 32.07% (28.3 MB)

[#006] sha256:68237d3c611473bae1ea33fa6846d77d02a016eea49594bc757c170ccd65f721 - 16.27% (14.4 MB)

[#007] sha256:ed3edc544f43d3b25d793e3598b38113bbbb3804c491a3b68abef9e79707a651 - 0.1% (93.9 KB)

[#008] sha256:1a8b7f0651698410a2347cd552a25b8c7734facba6849f15627d5eee39ef32af - 0.58% (528 KB)

[#009] sha256:06172d7d2156111c4c20a1422731107e12ab33792a786ee85334b7f007ee61f4 - 0.32% (293 KB)

[#010] sha256:b44ef379b0ec34a3e06051604df8dea44976609de7c84ea5c142c4b27618c6d1 - 2.01% (1.77 MB)


History
2023-01-26 04:57:59 UTC

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

2023-01-26 04:57:59 UTC

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

2023-01-26 04:58:00 UTC

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

2023-01-26 04:58:00 UTC

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

2023-01-26 04:58:02 UTC

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

2023-01-26 04:58:02 UTC

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

2023-02-08 19:02:27 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-08 19:02:27 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

2023-02-08 19:02:28 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

WORKDIR /

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

ARG proxy_version

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

ARG istio_version

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

ARG SIDECAR=envoy

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:08:17 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-17 18:08:19 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:08:19 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_PROXY_SHA=7d3603d30514f5fefc23a59ddcaeed4e7ffab8b8

2023-02-17 18:08:19 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_VERSION=1.15.6

2023-02-17 18:08:19 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-17 18:08:20 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:08:20 UTC (buildkit.dockerfile.v0)

COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit

2023-02-17 18:08:20 UTC (buildkit.dockerfile.v0)

COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit

2023-02-17 18:08:21 UTC (buildkit.dockerfile.v0)

COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit

2023-02-17 18:08:21 UTC (buildkit.dockerfile.v0)

COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit

2023-02-17 18:08:21 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-02-17 18:12:34 UTC

Size

83.4 MB

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

Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

7d3603d30514f5fefc23a59ddcaeed4e7ffab8b8

ISTIO_META_ISTIO_VERSION

1.15.6

PATH

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


Layers

[#000] sha256:d332511a13be7110823a55052fecb4792e77a81df00ae4cacdabccf8df8678d5 - 35.75% (29.8 MB)

[#001] sha256:e4d6f11b1e4e105b675be0989f515895b05b9f0f7ca57e769f1e89fce294945d - 12.2% (10.2 MB)

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

[#003] sha256:0b5e39a73bebef9bed847474b927e1099b5b3365d3b7a59d89be8e5837298757 - 0.0% (4.26 KB)

[#004] sha256:c86063e0bee881bb10de530a4b9d6e57bce02b3a7910323f23820bf108f6a1d4 - 0.0% (2.32 KB)

[#005] sha256:2120aaada23ca59570562a18d76a02d7f2aa219128d9944350d03430667d4cc5 - 33.23% (27.7 MB)

[#006] sha256:88ecd65eee7ef2d7b4f05f8d0fb9665625e5fad5655f771270ab07aef8418653 - 15.61% (13 MB)

[#007] sha256:8bc04d8324804e2942c548009ef4caa2441868e85f1a497298a008e289e00d0c - 0.11% (93.9 KB)

[#008] sha256:5587b2971d5840e40fa9ba9e43f5636557b01321168493378d7ee83e2fb14dd7 - 0.62% (528 KB)

[#009] sha256:f813342352e580ace5292d8c455d2bbf35437b28d917b4dcbd1ea93cd29692a8 - 0.34% (293 KB)

[#010] sha256:ca6ddaf3cc8d102e529a134dc69c919aca37122a895fa249ebfb09755442449b - 2.13% (1.77 MB)


History
2023-01-26 05:05:49 UTC

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

2023-01-26 05:05:49 UTC

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

2023-01-26 05:05:49 UTC

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

2023-01-26 05:05:50 UTC

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

2023-01-26 05:05:51 UTC

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

2023-01-26 05:05:51 UTC

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

2023-02-08 19:05:40 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-08 19:05: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

2023-02-08 19:05:40 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:12:30 UTC (buildkit.dockerfile.v0)

WORKDIR /

2023-02-17 18:12:30 UTC (buildkit.dockerfile.v0)

ARG proxy_version

2023-02-17 18:12:30 UTC (buildkit.dockerfile.v0)

ARG istio_version

2023-02-17 18:12:30 UTC (buildkit.dockerfile.v0)

ARG SIDECAR=envoy

2023-02-17 18:12:30 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:12:31 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:12:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-17 18:12:32 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:12:32 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_PROXY_SHA=7d3603d30514f5fefc23a59ddcaeed4e7ffab8b8

2023-02-17 18:12:32 UTC (buildkit.dockerfile.v0)

ENV ISTIO_META_ISTIO_VERSION=1.15.6

2023-02-17 18:12:32 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

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

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit

2023-02-17 18:12:34 UTC (buildkit.dockerfile.v0)

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

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