Namespace
istio
Image / Tag
proxyv2:1.4.2
Content Digest
sha256:c98b4d277b724a2ad0c6bf22008bd02ddeb2525f19e35cdefe8a3181313716e7
Details
Created

2019-12-06 20:41:07 UTC

Size

83 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:a7b2578494d79fe098f0e99282e0236946562fa0

ISTIO_META_ISTIO_VERSION

1.4.2

PATH

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


Layers

[#000] sha256:5667fdb72017d1fb364744ca1abf7b6f3bbe9c98c3786f294a461c2866db69ab - 30.65% (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:51fdb041f35fb6113f653b503e8183c6891fed2d5ea4ef4157d8371dfa733a05 - 31.8% (26.4 MB)

[#005] sha256:388806b97394a78d7f98af5e6fdb85a63ebc314a330c7d7b64ee8b6e76e78368 - 0.01% (4.26 KB)

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

[#007] sha256:06007b5d9846721cd99eaa727a12096092735a9197c5a634d14a4cf2089b948b - 0.0% (224 Bytes)

[#008] sha256:09e54b4a76a14f90d9ea5ba6c86f92398051f7aa51fbb19413b9a05565aceb14 - 0.0% (974 Bytes)

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

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

[#011] sha256:9e8e86605a8d96ea1b38055e68b930a0ff33dcc63393798341ed294851e933df - 18.65% (15.5 MB)

[#012] sha256:2e305f738b88ed8a748cfce22e704c06c2bdbf8484c8367a2343fb4643152fe2 - 18.83% (15.6 MB)

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

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

[#015] sha256:9a95f291e395e20cfbae596f75638afbb369cdf0c9b02e7c43a3dca7d4fd3ec4 - 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-11-04 19:10:51 UTC

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

2019-11-04 19:12:22 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-11-04 19:12:23 UTC

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

2019-12-06 20:40:25 UTC

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

2019-12-06 20:40:26 UTC

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

2019-12-06 20:40:28 UTC

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

2019-12-06 20:40:30 UTC

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

2019-12-06 20:40:33 UTC

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

2019-12-06 20:40:47 UTC

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

2019-12-06 20:40:50 UTC

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

2019-12-06 20:40:52 UTC

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

2019-12-06 20:40:54 UTC

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

2019-12-06 20:40:57 UTC

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

2019-12-06 20:40:59 UTC

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

2019-12-06 20:41:01 UTC

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

2019-12-06 20:41:03 UTC

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

2019-12-06 20:41:05 UTC

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

2019-12-06 20:41:07 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