Namespace
istio
Image / Tag
proxyv2:0e160b9038cf1258d8ddf2d283a6c27ed82c634c
Content Digest
sha256:314a9c7e394c488f43f1dbf723a49d01baa630fde75727b1aef85cfabce265ed
Details
Created

2020-09-28 03:53:48 UTC

Size

112 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:cb64d6d2fc5d4eb174544867341b655b6960edd7

ISTIO_META_ISTIO_VERSION

1.8-dev

PATH

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


Layers

[#000] sha256:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 22.7% (25.5 MB)

[#001] sha256:a610eae58dfceafc0725cb0472249020f75bcc796468615798ee394cbaf86120 - 0.0% (852 Bytes)

[#002] sha256:a40e0eb9f1408cd0bee02979b33f05689110bc9caba370388d94f73b46a6379a - 0.0% (162 Bytes)

[#003] sha256:4320a1d47730062eea789b527058a48490d9b19cf085f562d91b63c357b24d55 - 23.32% (26.2 MB)

[#004] sha256:0323d85817768105e4c08fd056433568d49c804baaf3c532c8b5fcee5f000f31 - 0.0% (5.22 KB)

[#005] sha256:0623d76473d00177ae804594b2fb22226583e8fc9c0179465b0e722a8f9b919b - 0.0% (3.79 KB)

[#006] sha256:5abb830d71c9a3525c0e39bacf3b025fab7c58439ecfc212862d96e0b6f1d6a0 - 0.0% (1.42 KB)

[#007] sha256:66163b1f1a3dae350a22135e039fabce05bfa5286f184a1545eb7ee420b11d44 - 0.0% (4.13 KB)

[#008] sha256:c60bd8a5c3d459a60116b056c2109df380cc5c6a1b53a53765140e268638e7ee - 19.4% (21.8 MB)

[#009] sha256:dd2e926182a1604e8de9bf82ed59ccf63bbe23e9dcfa566daeab93ae383c81e1 - 32.24% (36.2 MB)

[#010] sha256:e4ca709dfa889205f1768c78db55043b0e33421e625df685e21b6d2179c28f26 - 0.07% (82.6 KB)

[#011] sha256:539fc33e8501cc3772a2fe72a2b37a95a0912b7f33888ba57cf0308ced3354fc - 0.41% (472 KB)

[#012] sha256:2cbe491ab8d77a383b407c1dcd9640c830404281723b956596767847850d3c45 - 0.25% (286 KB)

[#013] sha256:93c5320d8dc1d948ed5a25d4416c6865040cb72d35e5f68a57088d238a7839be - 1.6% (1.79 MB)


History
2020-09-16 22:20:02 UTC

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

2020-09-16 22:20:03 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-09-16 22:20:04 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-09-16 22:20:05 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-09-16 22:20:05 UTC

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

2020-09-17 22:48:17 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2020-09-17 22:48:17 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 linux-tools-generic 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 # buildkit

2020-09-17 22:48:18 UTC (buildkit.dockerfile.v0)

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

2020-09-26 00:57:27 UTC

/bin/sh -c #(nop) COPY file:fea31aa55c083d888a671012d08ecd7df48dbfe5ac4c46c3b9b0ccab3850da0c in /var/lib/istio/envoy/envoy_bootstrap_tmpl.json

2020-09-26 00:57:28 UTC

/bin/sh -c #(nop) COPY file:20759c7cbe483cc8f613c3ab38bd80c50b81ce50750bc43a9197121de3adfa58 in /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json

2020-09-26 00:57:29 UTC

/bin/sh -c chown -R istio-proxy /var/lib/istio

2020-09-26 00:57:33 UTC

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

2020-09-26 00:57:33 UTC

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

2020-09-26 00:57:33 UTC

/bin/sh -c #(nop) ARG SIDECAR=envoy

2020-09-26 00:57:35 UTC

/bin/sh -c #(nop) COPY file:0d3548a5fc14a0f441a1c92531f2132ca99f69150c1dd4f52b57e527092cefc0 in /usr/local/bin/envoy

2020-09-26 00:57:35 UTC

/bin/sh -c #(nop) ENV ISTIO_META_ISTIO_PROXY_SHA=istio-proxy:cb64d6d2fc5d4eb174544867341b655b6960edd7

2020-09-26 00:57:35 UTC

/bin/sh -c #(nop) ENV ISTIO_META_ISTIO_VERSION=1.8-dev

2020-09-28 03:53:46 UTC

/bin/sh -c #(nop) COPY file:67026297053215179d483d9a3bfbe2f91eb6add4ba43deb4b2afe5a014459e1a in /usr/local/bin/pilot-agent

2020-09-28 03:53:47 UTC

/bin/sh -c #(nop) COPY file:341d39c0e113cc70fee9021a103522a90bf4f8b9f66743f499da3770d79cd50c in /etc/istio/extensions/stats-filter.wasm

2020-09-28 03:53:47 UTC

/bin/sh -c #(nop) COPY file:9118a27dd2b403bee0e84732f7e392ba516626e68f1c12460ff1c9c81d26e180 in /etc/istio/extensions/stats-filter.compiled.wasm

2020-09-28 03:53:47 UTC

/bin/sh -c #(nop) COPY file:3caa5aba629300a471e18a2dd988a7ddb02a4071a1a1b92785a0112800140eaf in /etc/istio/extensions/metadata-exchange-filter.wasm

2020-09-28 03:53:48 UTC

/bin/sh -c #(nop) COPY file:07324128d3e7924f5f9dc2a9f8b3bbf502c848be934af4f024f2dc1a1644d2fc in /etc/istio/extensions/metadata-exchange-filter.compiled.wasm

2020-09-28 03:53:48 UTC

/bin/sh -c #(nop) 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