Namespace
istio
Image / Tag
proxyv2:63463ec22531aa3e23234394407c113ac279ba4a
Content Digest
sha256:1d79670da41aa422666b9bf8f6d935bc9a8a9e75e39507d3512b84c24000478a
Details
Created

2020-10-17 22:02:00 UTC

Size

112 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:8fece7afb77d6bd6308180d1df5d7105f73cdb45

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:c942e89d15f9de487e75f7cedf2a56cbf9816a13460a2c64f3f0b65fa09dbb4c - 0.0% (3.79 KB)

[#006] sha256:0dff4b526cdde70634e48cf7d8d7205c70ee7faf17f23eaed73ab6f44e8110de - 0.0% (1.42 KB)

[#007] sha256:6bf1a3c081c3022e52cd4e4fbb437dc0ff3fe9d1a1c2885db5903612800e18bc - 0.0% (4.13 KB)

[#008] sha256:7a74f3b8ad005e622845792394628885a694e4e8ef02090dbb9ba678a14d1409 - 19.39% (21.8 MB)

[#009] sha256:84fb571069de50d6752f1e0e0a34a4240fba13c4ce8091f014365f5bf8f13034 - 32.25% (36.2 MB)

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

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

[#012] sha256:0245e01c95fca03082346656721f3b76b9084d02a890664d27280e45efd54562 - 0.25% (286 KB)

[#013] sha256:23aec320521aa228657332b8cfde1f37ed3917f921f88f4d60318358daa784c9 - 1.59% (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-10-11 18:12:40 UTC

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

2020-10-11 18:13:03 UTC

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

2020-10-11 18:13:09 UTC

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

2020-10-11 18:13:19 UTC

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

2020-10-11 18:13:19 UTC

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

2020-10-11 18:13:20 UTC

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

2020-10-14 15:28:53 UTC

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

2020-10-16 00:57:41 UTC

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

2020-10-16 00:57:42 UTC

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

2020-10-17 22:01:52 UTC

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

2020-10-17 22:01:59 UTC

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

2020-10-17 22:01:59 UTC

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

2020-10-17 22:01:59 UTC

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

2020-10-17 22:01:59 UTC

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

2020-10-17 22:02:00 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