Namespace
istio
Image / Tag
proxyv2:377977f494e3a37d4c77818a77fe677a4e3eb1a5
Content Digest
sha256:336fd56493fb69a260483adc6a77d773e8c2cba42ac116bfd52d56c16d91f92b
Details
Created

2021-01-16 01:52:26 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:ee384799d7d626ffcd9339812fd404b662ab379e5d25270c73a363c465f3e8fa - 10.9% (10.4 MB)

[#009] sha256:31b22eb2c2f02d5a75ec85d80feea3d3bd1a909afabefc3b5c6a36809ddf3346 - 0.09% (86.2 KB)

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

[#011] sha256:3728e451447a433d3d9bca4513ee24379bb4ac4f2395186ddafe5d1bb9aca7d7 - 0.3% (291 KB)

[#012] sha256:bd3c0403b33ba69391e7f49b48be132f6761c2eb84f29e4eb7e9a35f4da3177e - 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 01:52:24 UTC

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

2021-01-16 01:52:25 UTC

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

2021-01-16 01:52:25 UTC

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

2021-01-16 01:52:25 UTC

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

2021-01-16 01:52:26 UTC

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

2021-01-16 01:52:26 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