Namespace
istio
Image / Tag
proxyv2:1.7.7
Content Digest
sha256:293856daa9fb3bf56486639029cf18d16f7dd27f32564d782938d91bda152764
Details
Created

2021-01-29 02:26:36 UTC

Size

92.2 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

ISTIO_META_ISTIO_PROXY_SHA

istio-proxy:2c3361dce1d39448805fe6db75ec8e1bac4b89fa

ISTIO_META_ISTIO_VERSION

1.7.7

PATH

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


Layers

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

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

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

[#003] sha256:ae2f2f5f43e003a9bd3162b806d10dee04f3aba85fa2cdace29b5cd13487e8ef - 26.1% (24.1 MB)

[#004] sha256:40fa7de0d29ebbf90e82ff0d80eacd3af7e8f763147d3adb5d2bc69067016815 - 0.0% (4.21 KB)

[#005] sha256:deef5efe3233ff5a574b5a848f4b15e33d6f28305ae87191508d9aced5ab0847 - 0.0% (3.55 KB)

[#006] sha256:2d485abfe36a9d3b5152eba0acc486a677552a0d2f6ee2d427ace1bb020819f7 - 0.0% (1.42 KB)

[#007] sha256:8e12d7b2eff5911997b44d20d821591987eb95b5cef9f424bfdfce723d5af853 - 0.0% (3.97 KB)

[#008] sha256:a83552c5695c5d0a0150fa4af2896f54c8c0bfb0a22922facfba84f28f321b06 - 23.53% (21.7 MB)

[#009] sha256:bc3517d5f5f3ff218be5833e0dc3e0cfb67e6fd349d840bae72e74a44da07323 - 19.92% (18.4 MB)

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

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

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

[#013] sha256:8bd2cad699dffd02bdf8191e59bde8e542e0d5a9c792bacb294bfd70d1ed988a - 0.3% (284 KB)

[#014] sha256:c7c13fa022e29a2c5c47a2db9d5467f2637f992a3ca7926e0b21df81c4dc3a47 - 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-01-27 20:30:57 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2021-01-27 20:30:57 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-27 20:30:58 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-29 02:26:25 UTC

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

2021-01-29 02:26:27 UTC

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

2021-01-29 02:26:28 UTC

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

2021-01-29 02:26:32 UTC

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

2021-01-29 02:26:32 UTC

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

2021-01-29 02:26:32 UTC

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

2021-01-29 02:26:33 UTC

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

2021-01-29 02:26:33 UTC

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

2021-01-29 02:26:33 UTC

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

2021-01-29 02:26:34 UTC

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

2021-01-29 02:26:35 UTC

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

2021-01-29 02:26:35 UTC

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

2021-01-29 02:26:35 UTC

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

2021-01-29 02:26:35 UTC

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

2021-01-29 02:26:35 UTC

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

2021-01-29 02:26:36 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