2024-02-02 19:23:26 UTC
92.8 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAaf5e0ef2c1473f0f4e61f78adf81c85ff6389f87
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:84041ef6c694bef320154facfaf9fc00a97bd4258cd48fb3e4feb8968f427acb - 34.89% (32.4 MB)
[#001] sha256:e048c0c86304b137d4353d73ae535dafaa2beddbfa57b855e083be1d824d98a7 - 13.08% (12.1 MB)
[#002] sha256:d376b55b35084589b8c10f16a87f8d13c23ba1c8736a70588f29f93544294877 - 0.0% (4.57 KB)
[#003] sha256:dc7d6bb87193e73ad30f8066db0c9365a7bbe8aae63bc0cc89635378daecfcc9 - 0.0% (4.57 KB)
[#004] sha256:c6efce22dd0d1c883486d9ed1ee518f5bac582e89ac1cad4831e90c3504db114 - 0.0% (2.32 KB)
[#005] sha256:46233f0d2cf2aa18f16e31e42d379a619d198f581065e84be87db9ea95e7a1c9 - 35.07% (32.5 MB)
[#006] sha256:7564fa80abf4fd265d97713ad8661f3c983394909eb2e0399b4e38e12f00199d - 16.95% (15.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-01-11 17:08:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-01-11 17:08:11 UTC/bin/sh -c #(nop) ADD file:c646150c866c8b5ece67bc79c610718acf858034fa22502b0dba3d38c53fc9a9 in /
2024-01-11 17:08:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-01-31 19:06:57 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-01-31 19:06: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 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
2024-01-31 19:06:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-02-02 19:23:21 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-02-02 19:23:21 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-02-02 19:23:21 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-02-02 19:23:21 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-02-02 19:23:23 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-02-02 19:23:23 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-02-02 19:23:24 UTC (buildkit.dockerfile.v0)COPY amd64/envoy /usr/local/bin/envoy # buildkit
2024-02-02 19:23:24 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=af5e0ef2c1473f0f4e61f78adf81c85ff6389f87
2024-02-02 19:23:24 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-02-02 19:23:26 UTC (buildkit.dockerfile.v0)COPY amd64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-02-02 19:23:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/pilot-agent"]
2024-02-02 19:26:26 UTC
87.6 MB
noninteractive
ISTIO_META_ISTIO_PROXY_SHAaf5e0ef2c1473f0f4e61f78adf81c85ff6389f87
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9eef767221f8ba2ecb296464e22e260f9f75ca682ab9ebbb29da3152897574e4 - 34.06% (29.9 MB)
[#001] sha256:cb7fd10f307547ad1e7f89c805792a8238a3bf6e616a6605f2bf05b86c4bcb44 - 13.38% (11.7 MB)
[#002] sha256:a49427057ae76a256afef33f9d80d73a7ebd8eade7df06f1bafc0a7cfedcb60a - 0.01% (4.59 KB)
[#003] sha256:e3d5498bf65ab9bab1b0d476254af952325b4881c4324627e07c9876ed056019 - 0.01% (4.57 KB)
[#004] sha256:7953c1289e0115ba79f49ca328c4b33b56bc2d1c1a007ba9515c0ce31a9f617a - 0.0% (2.32 KB)
[#005] sha256:96f9e054323db4bfc37cd7e81ed50511f5bee9691260308a11392b02ba65f19a - 36.18% (31.7 MB)
[#006] sha256:45a740c451c4b6ae4427454f58be21e44be11750cd8eaa36c45cc6dac4b54ecc - 16.37% (14.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-01-11 17:03:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-01-11 17:03:15 UTC/bin/sh -c #(nop) ADD file:5703a6689620ec495e864cfc12e80f8b2ee9e69b1a7b7365bf80955ba05a53ab in /
2024-01-11 17:03:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-01-31 19:10:10 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2024-01-31 19:10: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
2024-01-31 19:10:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -m --uid 1337 istio-proxy && echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)WORKDIR /
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)ARG proxy_version
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)ARG SIDECAR=envoy
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)COPY envoy_bootstrap.json /var/lib/istio/envoy/envoy_bootstrap_tmpl.json # buildkit
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)COPY gcp_envoy_bootstrap.json /var/lib/istio/envoy/gcp_envoy_bootstrap_tmpl.json # buildkit
2024-02-02 19:26:23 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-02-02 19:26:24 UTC (buildkit.dockerfile.v0)COPY arm64/envoy /usr/local/bin/envoy # buildkit
2024-02-02 19:26:24 UTC (buildkit.dockerfile.v0)ENV ISTIO_META_ISTIO_PROXY_SHA=af5e0ef2c1473f0f4e61f78adf81c85ff6389f87
2024-02-02 19:26:24 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-02-02 19:26:26 UTC (buildkit.dockerfile.v0)COPY arm64/pilot-agent /usr/local/bin/pilot-agent # buildkit
2024-02-02 19:26:26 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.