Namespace
istio
Image / Tag
proxyv2:1.4.0-beta.1
Content Digest
sha256:c5401708f596cd0c45574dce5ec36cc5f7a08ed5e7265339b6cb2713e0eb9e82
Details
Created

2019-10-29 15:45:38 UTC

Size

82.5 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:586ca4896aac3c3cad7e6596afddbc89e376a43e

ISTIO_META_ISTIO_VERSION

1.4.0-beta.1

PATH

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


Layers

[#000] sha256:5667fdb72017d1fb364744ca1abf7b6f3bbe9c98c3786f294a461c2866db69ab - 30.85% (25.4 MB)

[#001] sha256:d83811f270d56d34a208f721f3dbf1b9242d1900ad8981fc7071339681998a31 - 0.04% (34.5 KB)

[#002] sha256:ee671aafb583e2321880e275c94d49a49185006730e871435cd851f42d2a775d - 0.0% (850 Bytes)

[#003] sha256:7fc152dfb3a6b5c9a436b49ff6cd72ed7eb5f1fd349128b50ee04c3c5c2355fb - 0.0% (163 Bytes)

[#004] sha256:aabe515ca3ec1ae8b111f648e454cb4da942986948d79dea34bfe6ab3396354f - 31.92% (26.3 MB)

[#005] sha256:7d40ae70bc4fd1cc3aee71d5352aca686df869c06ce55f3d5e97d785247a2c24 - 0.0% (4.21 KB)

[#006] sha256:e0956be1097e1f33fde53f9d133f181651853398fa7498d4c68a51001e52e452 - 0.0% (3 KB)

[#007] sha256:d218309258ed4e3476840d9004176e107467e22aad9d39256ba06404cc380fb4 - 0.0% (223 Bytes)

[#008] sha256:d496b155ac3587f78ed0df7ec06283ca4fae5e8b355f4d48a46c2e9d975a7655 - 0.0% (970 Bytes)

[#009] sha256:d9dd8da6e044fe26ee39544ab3d1a3562988eb383e818fa63c567139a10b4814 - 0.0% (3.24 KB)

[#010] sha256:0c1c1aa73baa898fc9a84899833ac3202bb8bc31bcaa977cd8d6086e1d6c33c3 - 0.01% (5.55 KB)

[#011] sha256:303ed4a07310742e5b9b40d28b845ac87a7b6b4ddbc54c9391492a1e5f582f80 - 17.96% (14.8 MB)

[#012] sha256:2fada222b339f6d37cce9a9791715afb82ef7904d3da09c80adccaa36d9d24b0 - 19.2% (15.8 MB)

[#013] sha256:a560134782efd9c41647fc20bba8823db40129f8f850fa5d4c0ac0d332dc6dc2 - 0.0% (1.82 KB)

[#014] sha256:c33ad4333b30827ddd409c026cb5093aa598cdae716ebaa1a10abdfe0e8a93cb - 0.0% (2.04 KB)

[#015] sha256:b42d463fe7903b46cf1d1f94165a64b5a119b067ccec068826abadd38bbb6e88 - 0.0% (1.8 KB)


History
2019-09-18 23:20:25 UTC

/bin/sh -c #(nop) ADD file:288ac0434f65264f3c50cf3e2766c5dbf3fa953c89995dd9445063fd565aac81 in /

2019-09-18 23:20:25 UTC

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

2019-09-18 23:20:26 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

2019-09-18 23:20:27 UTC

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

2019-09-18 23:20:27 UTC

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

2019-10-16 20:21:30 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2019-10-16 20:23:01 UTC

/bin/sh -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl iptables iproute2 iputils-ping knot-dnsutils netcat tcpdump 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

2019-10-16 20:23:02 UTC

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

2019-10-29 15:44:51 UTC

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

2019-10-29 15:44:53 UTC

/bin/sh -c #(nop) COPY file:116341a17bb1efd60de96e56d7f706aed9024fcef32ee9aae86730c59f6b2e99 in /var/lib/istio/envoy/envoy_bootstrap_drain.json

2019-10-29 15:44:54 UTC

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

2019-10-29 15:44:57 UTC

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

2019-10-29 15:45:00 UTC

/bin/sh -c #(nop) COPY file:bfa6902b022df49c307d24f4a5b5aafa4cdafe096fbd4411797156aa80d3bebe in /usr/local/bin/istio-iptables

2019-10-29 15:45:16 UTC

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

2019-10-29 15:45:19 UTC

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

2019-10-29 15:45:21 UTC

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

2019-10-29 15:45:24 UTC

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

2019-10-29 15:45:27 UTC

/bin/sh -c #(nop) ENV ISTIO_META_ISTIO_VERSION=1.4.0-beta.1

2019-10-29 15:45:30 UTC

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

2019-10-29 15:45:32 UTC

/bin/sh -c #(nop) COPY file:821f889275885988b1d8a03d8cdc525d1f1bb973277f82dbe1719e0d701113fc in /etc/istio/proxy/envoy_pilot.yaml.tmpl

2019-10-29 15:45:34 UTC

/bin/sh -c #(nop) COPY file:de545a3eff8a021d449b5f2ac199a90f6ed925a72c6b140dbd7b048d5f194e87 in /etc/istio/proxy/envoy_policy.yaml.tmpl

2019-10-29 15:45:36 UTC

/bin/sh -c #(nop) COPY file:e5a2427eff50f898b6b61c073c46100e30ea7c1dd01dc0cbd4862f28e50fc68e in /etc/istio/proxy/envoy_telemetry.yaml.tmpl

2019-10-29 15:45:38 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