2023-02-09 22:31:10 UTC
90.7 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAe12aa2ab6210d1f00fbcfeb8dbd95c1f6b3a2501
ISTIO_META_ISTIO_VERSION1.17.0-rc.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cd2dd85d9fe3e211f2ed2167d98872f72a5b79fb5f42756e3c6fb7febbd1f6e5 - 35.73% (32.4 MB)
[#001] sha256:f5cc8452ea58990eca350db833881c619c104448cf690af230056cea68385784 - 11.63% (10.5 MB)
[#002] sha256:ce135d1b1aa56dc198c22404332246dc97b9a3e272261ec5345222f854a75b3d - 0.0% (4.57 KB)
[#003] sha256:96a8a8a491826d3f819ccb14751ce770869a6e6ae36efe0bfc2909a706204345 - 0.0% (4.36 KB)
[#004] sha256:99ce708fbce14f770e630d2a8ad809e9dcef6c5f62f482fe3cb5f15587018ece - 0.0% (2.32 KB)
[#005] sha256:99400b07d6fe8b03f2fe686e584a82f675bbfa79cf539ddea21bf7f74df49334 - 33.06% (30 MB)
[#006] sha256:92a07bd7fb34018df1fc3df4b7e6654f7993fc02c6afa432701b2eef9afee7d3 - 16.35% (14.8 MB)
[#007] sha256:5510cd65ba86677bc9f2e190468aed78c31ca8ca60868dd7cb3bf59a8a5fed95 - 0.1% (93.8 KB)
[#008] sha256:27ac04d1705db68c2ef6210e7f4b5329536d2409ed302f051b893fd8e4a843a9 - 0.57% (527 KB)
[#009] sha256:7c2da68cf52dadeaf499121eeb79a2f611d4b47e2b7bd283cf874e5f491a2aeb - 0.37% (344 KB)
[#010] sha256:87956aa6e9a855609e011e5eb35081fc113a3e085631c0d5059dd74f434ba1f7 - 2.18% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-01-26 04:57:59 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-01-26 04:58:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-01-26 04:58:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-01-26 04:58:02 UTC/bin/sh -c #(nop) ADD file:18e71f049606f6339ce7a995839623f50e6ec6474bfd0a3a7ca799db726f47f6 in /
2023-01-26 04:58:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-08 19:04:06 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-02-08 19:04:06 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-02-08 19:04:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-02-09 22:31:03 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-02-09 22:31:03 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-02-09 22:31:03 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-02-09 22:31:03 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-02-09 22:31:03 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-02-09 22:31:05 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-02-09 22:31:05 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 22:31:07 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2023-02-09 22:31:07 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=e12aa2ab6210d1f00fbcfeb8dbd95c1f6b3a2501
2023-02-09 22:31:07 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.0-rc.0
2023-02-09 22:31:07 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 22:31:08 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-02-09 22:31:08 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-02-09 22:31:08 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-02-09 22:31:09 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-02-09 22:31:10 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-02-09 22:31:10 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2023-02-09 22:35:15 UTC
85.6 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAe12aa2ab6210d1f00fbcfeb8dbd95c1f6b3a2501
ISTIO_META_ISTIO_VERSION1.17.0-rc.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d332511a13be7110823a55052fecb4792e77a81df00ae4cacdabccf8df8678d5 - 34.83% (29.8 MB)
[#001] sha256:af5901dcfd315e0dba83f424bf52c75dc73191d733c3cee30fb6821eddee3c09 - 11.89% (10.2 MB)
[#002] sha256:832085995a8b176d967413825e75d5a70fbd1307e87f03148c9153ef2c1a178d - 0.01% (4.57 KB)
[#003] sha256:574bcaad4df387fb5ebe5c913b2213129d4206b7d5e28c635f8961276361b8c6 - 0.0% (4.36 KB)
[#004] sha256:c04d9e93c4440998be67d3af65f4f32409099779a5448c14a0c01cd3d8fbc309 - 0.0% (2.32 KB)
[#005] sha256:8bb29f6fdcdcb4894228e61682c6012eef29cf0da8887b6040bb905c8ed9f2f7 - 34.16% (29.3 MB)
[#006] sha256:e532e023769bc3756b756570d3c89c78177fdd9672d71e31203760f6aa264581 - 15.7% (13.4 MB)
[#007] sha256:3cc9ca2cc529373170c25d643fbf9818e9fe5a41bd86ead07e0237dc1842a029 - 0.11% (93.8 KB)
[#008] sha256:031d39250352f7306c349861b21c139c70f68f236659405ef749dd154210ecd4 - 0.6% (527 KB)
[#009] sha256:5882d27210c5611155f8357d09519a14bd5dad4bbd7e649d20db0a858356e38d - 0.39% (344 KB)
[#010] sha256:677fcbb16781b3cd2f2429e1a7a142f93dc333ff7c9400134a42b377811b630e - 2.31% (1.98 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-01-26 05:05:49 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-01-26 05:05:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-01-26 05:05:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-01-26 05:05:51 UTC/bin/sh -c #(nop) ADD file:55486a91f732042dd4e81ecfd8457d23e04dcd7dd80a0bb06cc7c44873fac838 in /
2023-01-26 05:05:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-08 19:06:41 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2023-02-08 19:06:41 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-02-08 19:06:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)WORKDIR /
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)ARG proxy_version
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)ARG istio_version
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2023-02-09 22:35:11 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 22:35:13 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2023-02-09 22:35:13 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=e12aa2ab6210d1f00fbcfeb8dbd95c1f6b3a2501
2023-02-09 22:35:13 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_VERSION=1.17.0-rc.0
2023-02-09 22:35:13 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 22:35:14 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2023-02-09 22:35:14 UTC (buildkit.dockerfile.v0)COPY stats-filter.wasm /etc/istio/extensions/stats-filter.wasm # buildkit
2023-02-09 22:35:14 UTC (buildkit.dockerfile.v0)COPY stats-filter.compiled.wasm /etc/istio/extensions/stats-filter.compiled.wasm # buildkit
2023-02-09 22:35:14 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.wasm /etc/istio/extensions/metadata-exchange-filter.wasm # buildkit
2023-02-09 22:35:15 UTC (buildkit.dockerfile.v0)COPY metadata-exchange-filter.compiled.wasm /etc/istio/extensions/metadata-exchange-filter.compiled.wasm # buildkit
2023-02-09 22:35:15 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.