2023-04-03 21:10:41 UTC
85.6 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA9da601c6a0a60b071c84d173ee3403bf84c11d3c
ISTIO_META_ISTIO_VERSION1.15.7
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d08111ea247da3d061f0de953ae4d9f058faf8254aac73bc2f78e5f06415c830 - 37.89% (32.4 MB)
[#001] sha256:911fcc2b74bbfb7ce69ad4b4626237fac0abd7f072f5b68d33d993c02e90e80c - 9.06% (7.75 MB)
[#002] sha256:155293a583d9b768597670278575a3ca1692b3b12bf09df7c013ed30b80215b7 - 0.01% (4.55 KB)
[#003] sha256:770001eff70e66703b5ed9bb9e8984d10bac5bf5e20ccc15db96c79440460e99 - 0.0% (4.26 KB)
[#004] sha256:3241b628f363d532b6f0924d4354241fb6faf6bd18103bd48c876c617fd9f668 - 0.0% (2.32 KB)
[#005] sha256:91f944ea86159e0f53069f01851c07557d05e5b8a46defd55106cd870d05b524 - 33.11% (28.3 MB)
[#006] sha256:3e3976aed09d1155c3bb5fd29a523f879124099ae08c4acc153d09a58efa1a53 - 16.81% (14.4 MB)
[#007] sha256:ffe81048cfddb5658f360e29e1bc9e3c42ac3efb9a56a6ce0d096f100c2a39c1 - 0.11% (93.9 KB)
[#008] sha256:562a7758ec8e87272a178399e589ac4668a283172dede948febeebc6e75090a5 - 0.6% (528 KB)
[#009] sha256:e81bd780be89fa3096f6a213973df9452865a54f6328936c706bd6ab7a53b8fe - 0.33% (293 KB)
[#010] sha256:a203162d70f9e1c6e3e1689b63d13cfd5c690ecb9bdab1140dd66b96de480dfd - 2.07% (1.77 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in /
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-21 19:04:10 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-03-21 19:04:10 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 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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit
2023-03-21 19:04:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-04-03 21:10:36 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-04-03 21:10:36 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-04-03 21:10:36 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-04-03 21:10:36 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-04-03 21:10:36 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:10:37 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:10:37 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:10:39 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2023-04-03 21:10:39 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=9da601c6a0a60b071c84d173ee3403bf84c11d3c
2023-04-03 21:10:39 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.15.7
2023-04-03 21:10:39 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:10:40 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-04-03 21:10:40 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-04-03 21:10:40 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-04-03 21:10:40 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-04-03 21:10:41 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-04-03 21:10:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2023-04-03 21:15:29 UTC
80.8 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHA9da601c6a0a60b071c84d173ee3403bf84c11d3c
ISTIO_META_ISTIO_VERSION1.15.7
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6aaaa7b85d49f283e77b4bd844f3fa8c991cf7fa8b7605ad0b3cd53fbab8450f - 36.89% (29.8 MB)
[#001] sha256:1e298571aaad15e19586254f2e24bb2422496b7fcfb6fdddf01d7e2d026f4bec - 9.38% (7.58 MB)
[#002] sha256:4f1c73073cb29e39195aad7b50eb07b1e0b5fc3f0665a7b880d25da48da4e99a - 0.01% (4.56 KB)
[#003] sha256:74d99ba9a97bbf4ceb988546af2abb25b7e9a2cea790ab7d7d45ce845946531a - 0.01% (4.26 KB)
[#004] sha256:8c44abe953654aca67ed2dcf50951367194c555fff80fd7caf2fd10750cc39ff - 0.0% (2.32 KB)
[#005] sha256:d19774fd769dd090d1af278a92282d6285610a4af10cc5f7ae511b7edc69d4f2 - 34.3% (27.7 MB)
[#006] sha256:585d9bda36bd39aa880260393ab1a02cbfa35778e4de9b90d0974569b1f92b53 - 16.11% (13 MB)
[#007] sha256:729a6d7c7172b845a96c718569e73e13243352d48f093cef8bbb65e4e738889d - 0.11% (93.9 KB)
[#008] sha256:a18c5ddc832074ed3356a8ad88399bc78e5dce5bdd241ffce2ebace63684dea8 - 0.64% (528 KB)
[#009] sha256:9d6aabef60b78e582e9def02929eac7bf8c7963a3a030528bd415673c8b72062 - 0.35% (293 KB)
[#010] sha256:acc5f6ed8a78b8ea6e1c6ab833041c47d930b38f535d2b955092f771b060d989 - 2.2% (1.77 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:32:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:32:40 UTC/bin/sh -c #(nop) ADD file:79b36308bc382d9cae7197b4cecc21430f4e8f3e8bec3547d0f00bcff7681e60 in /
2023-03-08 04:32:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-21 19:06:25 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-03-21 19:06:25 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 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 && update-alternatives --set iptables /usr/sbin/iptables-legacy && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit
2023-03-21 19:06:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-04-03 21:15:25 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-04-03 21:15:25 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-04-03 21:15:25 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-04-03 21:15:25 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-04-03 21:15:25 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:15:26 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-04-03 21:15:26 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:15:27 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2023-04-03 21:15:27 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=9da601c6a0a60b071c84d173ee3403bf84c11d3c
2023-04-03 21:15:27 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.15.7
2023-04-03 21:15:27 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-04-03 21:15:28 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-04-03 21:15:28 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-04-03 21:15:29 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-04-03 21:15:29 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-04-03 21:15:29 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-04-03 21:15:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
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.