Namespace
istio
Image / Tag
proxyv2:1.5.0-alpha.0
Content Digest
sha256:6d31b7e373622b2d483124bdc46974ff7b39c9b3fff8a9dc73a47d91344a24f6
Details
Created

2019-12-20 20:14:57 UTC

Size

96.4 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:5a66e29530e578eafda1e0c20e2621b76b8d5af7

ISTIO_META_ISTIO_VERSION

1.5.0-alpha.0

PATH

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


Layers

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

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

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

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

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

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

[#006] sha256:b910780e6ffa56d888622d395b51fb25e8d0473abd52f205917990aa04a58f70 - 0.0% (3.16 KB)

[#007] sha256:a94a2e0a25326a87c11f4b327f6b0fe6645d0cee19a6096def17aab2cebeadc5 - 0.0% (974 Bytes)

[#008] sha256:20c08d30d6e5530db9e4f6b9fd252fe0332cbedceb24713834d6a1c475f0c131 - 0.0% (3.37 KB)

[#009] sha256:cfbba40f5472fe27572f1b47e2bc91f9d54059a757167850e7a9b0c40552848f - 6.68% (6.44 MB)

[#010] sha256:a9a0cc815d4c61916e0eb88d653aede8c94b8ea1a8a434bb5bdacecc619e7df2 - 16.64% (16.1 MB)

[#011] sha256:7e22d2e515ba11279f4b8d9cf9fc121dab0dc19c783607d23847ac5fe83d12a0 - 22.94% (22.1 MB)

[#012] sha256:24f2d39681c35c2b44ece1820cfcf5ac80d28af37b25d9e1c3f4af5dc4801b5a - 0.0% (1.83 KB)

[#013] sha256:4c31e18eabc3f72addf256394735c271e91f78b22ae6882dafc51ce41ca21186 - 0.0% (2.04 KB)

[#014] sha256:8459e56a3a28d31eee098bd67b2b655fe26e749337826c544ebc9a52684ec0fc - 0.0% (1.81 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-12-20 20:14:04 UTC

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

2019-12-20 20:14:06 UTC

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

2019-12-20 20:14:09 UTC

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

2019-12-20 20:14:12 UTC

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

2019-12-20 20:14:29 UTC

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

2019-12-20 20:14:32 UTC

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

2019-12-20 20:14:35 UTC

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

2019-12-20 20:14:39 UTC

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

2019-12-20 20:14:43 UTC

/bin/sh -c #(nop) ENV ISTIO_META_ISTIO_VERSION=1.5.0-alpha.0

2019-12-20 20:14:46 UTC

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

2019-12-20 20:14:49 UTC

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

2019-12-20 20:14:52 UTC

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

2019-12-20 20:14:54 UTC

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

2019-12-20 20:14:57 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