2025-11-11 14:06:18 UTC
144 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:af6eca94c8104c8e90d3f9efe59c2b3a02b20aad3d985e31c7cd009ea104c447 - 19.58% (28.2 MB)
[#001] sha256:d788117c9392122a453e64f62ea69c4489170bc7cc5a9b159275d53b49eec705 - 0.0% (1.37 KB)
[#002] sha256:af87a5f647a33c2cbe2a290e6e7aaf5825211845bf66fb4988ba4e9265adda51 - 0.0% (178 Bytes)
[#003] sha256:0b5147770780fb5a6a1fa90c90039da17edadba799beb0b7204ec2eca06908bd - 1.01% (1.46 MB)
[#004] sha256:1cce5428fbcef290e2459b3fca4cce0cc24412a43ee1a32501412ef374dffa82 - 0.0% (1.47 KB)
[#005] sha256:0f204f1bc5f7790c65e7d7627e97958a0f8fa39530555c06cab810fba39f8336 - 0.0% (225 Bytes)
[#006] sha256:129cb1801fdff7fc3efc00f75fc03759fa10d1ffa0bf1f9b0b7c8c4f3c89b0cd - 0.0% (1.45 KB)
[#007] sha256:d10af6808cebe0b51133859583e212a986a141d5c5f00d10779eef32aeaa0d4b - 0.0% (1.25 KB)
[#008] sha256:3a788d0d2aae9e64e6286218a9adcab3ff10548ee5d8b0ce0878893808c1c7ab - 58.95% (84.8 MB)
[#009] sha256:a90e1482e4c41a8e3020c37abc529f9d4ce6ae06989a76be88ceab1ec84a9ff1 - 0.0% (397 Bytes)
[#010] sha256:1cbc42473c9db856f2bfacccc0d47af0bd32fa57f2ec7dc31537cdf28f140b5e - 20.46% (29.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 07:05:07 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 07:05:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 07:05:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-10-01 07:05:09 UTC/bin/sh -c #(nop) ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 in /
2025-10-01 07:05:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-11-11 14:02:50 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2025-11-11 14:02:50 UTC (buildkit.dockerfile.v0)EXPOSE [10000/tcp]
2025-11-11 14:02:50 UTC (buildkit.dockerfile.v0)CMD ["envoy" "-c" "/etc/envoy/envoy.yaml"]
2025-11-11 14:02:50 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /etc/envoy && adduser --group --system envoy # buildkit
2025-11-11 14:02:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2025-11-11 14:02:57 UTC (buildkit.dockerfile.v0)ADD VERSION.txt /etc/envoy # buildkit
2025-11-11 14:03:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get -qq update && apt-get -qq upgrade -y && apt-get -qq install --no-install-recommends -y ca-certificates && apt-get -qq autoremove -y # buildkit
2025-11-11 14:03:20 UTC (buildkit.dockerfile.v0)EXPOSE [10000/tcp]
2025-11-11 14:03:20 UTC (buildkit.dockerfile.v0)EXPOSE [10001/tcp]
2025-11-11 14:03:20 UTC (buildkit.dockerfile.v0)CMD ["supervisord" "-c" "/etc/supervisor.conf"]
2025-11-11 14:03:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT []
2025-11-11 14:06:04 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=644 configs/google-vrp/*.yaml /etc/envoy/ # buildkit
2025-11-11 14:06:04 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=755 configs/google-vrp/launch_envoy.sh /usr/local/bin/launch_envoy.sh # buildkit
2025-11-11 14:06:04 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=644 test/config/integration/certs/serverkey.pem /etc/envoy/certs/serverkey.pem # buildkit
2025-11-11 14:06:04 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=644 test/config/integration/certs/servercert.pem /etc/envoy/certs/servercert.pem # buildkit
2025-11-11 14:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get -qq update && apt-get -qq upgrade -y && apt-get -qq install -y libc++1 supervisor gdb strace tshark && apt-get autoremove -y && chmod 777 /var/log/supervisor # buildkit
2025-11-11 14:06:18 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=755 configs/google-vrp/supervisor.conf /etc/supervisor.conf # buildkit
2025-11-11 14:06:18 UTC (buildkit.dockerfile.v0)COPY --chown=0:0 --chmod=755 /usr/local/bin/envoy /usr/local/bin/envoy # buildkit
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.