Namespace
istio
Image / Tag
proxyv2:9edccdbf287c54952088c88a53254954a0cede32
Content Digest
sha256:9c85a404a9362e7ec95c82786c39411b9690829c235be2f64c267c08ed276aad
Details
Created

2021-01-16 18:57:15 UTC

Size

95 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:1a0556d3c5d41a155b78b7a3c5d8d03a50bdf41e

ISTIO_META_ISTIO_VERSION

1.10-dev

PATH

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


Layers

[#000] sha256:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 26.82% (25.5 MB)

[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)

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

[#003] sha256:e69a120d0c7eaacfd5c3da24ec6962a11370d2f433f0efd1e6bbd4824d27332b - 34.08% (32.4 MB)

[#004] sha256:743599d901d4019994d30f4a3576c1a7eb03c3e23b9dbe7c377001ea58f35974 - 0.0% (4.21 KB)

[#005] sha256:8cd80e476166085f08e469c69403f4467585ad9cf5605e8c4ca58ea89bdfd0ec - 0.0% (3.89 KB)

[#006] sha256:166875b01df31d9e88c30e0c6cf8f195c8ba583469e9b8f67abb112a694481c4 - 0.0% (1.42 KB)

[#007] sha256:1f296b63a6b6f5190311db60c4fd57e1bba13077ee6d295d8abe8b7a73a8fac1 - 25.34% (24.1 MB)

[#008] sha256:a04d5da55b2f77c2448f5653529e038bf36249b1e147b42f2cd0ec497e22cf9f - 10.9% (10.4 MB)

[#009] sha256:504a5cbd5e26859aa19ee529dc2ee0d21c0fae19be37a00c434a60a677d7e4bf - 0.09% (86.2 KB)

[#010] sha256:a25a1ac9b1b555db86a296d7315ea3e75b4acdb5c7be22a15943e0f6b0e47786 - 0.5% (487 KB)

[#011] sha256:5f2eb5ac278362196cbc0074a120a16485f2fa858e6eee6a62f626b51c8f6ff8 - 0.3% (291 KB)

[#012] sha256:612ffdab030acc7823bd08f39505b6aa600703666769905651c0ae6c263db0f8 - 1.96% (1.86 MB)


History
2020-11-25 22:25:13 UTC

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

2020-11-25 22:25:14 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-11-25 22:25:15 UTC

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

2020-11-25 22:25:16 UTC

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

2020-11-25 22:25:17 UTC

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

2021-01-14 18:17:20 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-01-14 18:17:20 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-01-14 18:17:21 UTC (buildkit.dockerfile.v0)

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

2021-01-16 00:47:56 UTC

/bin/sh -c #(nop) WORKDIR /

2021-01-16 00:47:56 UTC

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

2021-01-16 00:47:56 UTC

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

2021-01-16 00:47:56 UTC

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

2021-01-16 00:47:56 UTC

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

2021-01-16 00:47:57 UTC

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

2021-01-16 00:47:58 UTC

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

2021-01-16 00:47:59 UTC

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

2021-01-16 00:47:59 UTC

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

2021-01-16 18:57:13 UTC

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

2021-01-16 18:57:14 UTC

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

2021-01-16 18:57:14 UTC

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

2021-01-16 18:57:15 UTC

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

2021-01-16 18:57:15 UTC

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

2021-01-16 18:57:15 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