Namespace
istio
Image / Tag
proxyv2:1.7.8
Content Digest
sha256:7d281de1a65ddc6ddb56801d19916a9d23c220f1f394e5ca687296bdf0c073b0
Details
Created

2021-02-24 00:52:04 UTC

Size

92.5 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:d68172a37cb87c52d683a906bd2fba90060f8d82

ISTIO_META_ISTIO_VERSION

1.7.8

PATH

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


Layers

[#000] sha256:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 27.55% (25.5 MB)

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

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

[#003] sha256:57d99ed04a64d4f2f63b71c1d5f083029eddc3e46ae5e57a0d7bfe116991d86b - 26.28% (24.3 MB)

[#004] sha256:d59fc720276be4aee1545344d9822ee1c5e673effc62e7701387dd72a721d022 - 0.0% (4.22 KB)

[#005] sha256:4874ce22cb06606e8c97f4fc837cbbdbcfa5ffa5c9ac566fdcadc8274284e67d - 0.0% (3.56 KB)

[#006] sha256:970a65fb560c6d4b7162cf730dfdff6e4e2290923665cfbe8d126f1efe325cfd - 0.0% (1.42 KB)

[#007] sha256:3e5e8de677318546e98378e0660db8a3b13877caaced20285fa4007aca8a8e26 - 0.0% (3.97 KB)

[#008] sha256:631765980cb2a9e5e99fc22304c162c7e9db6c290f52e3ab936ac13416668093 - 23.48% (21.7 MB)

[#009] sha256:cb19a907f2cf0cf2e6afb335a9ffe2c64124081ec3a38c541f08ccfb1416dabe - 19.87% (18.4 MB)

[#010] sha256:e385c67ff814247efb6e1391c57b572b96545c6e503b348b96c281a1d91a5ad8 - 0.0% (1.74 KB)

[#011] sha256:a19c5f751b5f8ca2c41de22534fc883dfd198d4827f0e6274ce63bb78058aace - 0.09% (82.4 KB)

[#012] sha256:c7f5f701177cf07f4063f031889006b0e763c330704cead690e284fc888f5770 - 0.5% (470 KB)

[#013] sha256:5db885f68f03b2b782be9e346eac145afe4ca933f307789127ef9ce3258768f8 - 0.3% (284 KB)

[#014] sha256:a161f018bb9c5b155deb9a0383188697e89928e6a70f9d4b21dd480d8fa934c9 - 1.93% (1.78 MB)


History
2021-01-21 03:37:59 UTC

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

2021-01-21 03:38:01 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

2021-01-21 03:38:03 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-21 03:38:05 UTC

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

2021-02-23 22:15:18 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-02-23 22:15:18 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

2021-02-23 22:15:18 UTC (buildkit.dockerfile.v0)

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

2021-02-24 00:51:54 UTC

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

2021-02-24 00:51:56 UTC

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

2021-02-24 00:51:57 UTC

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

2021-02-24 00:52:00 UTC

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

2021-02-24 00:52:01 UTC

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

2021-02-24 00:52:01 UTC

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

2021-02-24 00:52:01 UTC

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

2021-02-24 00:52:02 UTC

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

2021-02-24 00:52:02 UTC

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

2021-02-24 00:52:03 UTC

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

2021-02-24 00:52:03 UTC

/bin/sh -c #(nop) COPY file:5d124ebd0a2910dd4fa7f0c9af1eefff261f5d2be4ca2ea1871594139841ad81 in /var/lib/istio/envoy/envoy_policy.yaml.tmpl

2021-02-24 00:52:04 UTC

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

2021-02-24 00:52:04 UTC

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

2021-02-24 00:52:04 UTC

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

2021-02-24 00:52:04 UTC

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

2021-02-24 00:52:04 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