2025-07-03 15:28:14 UTC
128 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b08e2ff4391ef70ca747960a731d1f21a75febbd86edc403cd1514a099615808 - 22.15% (28.3 MB)
[#001] sha256:9aee8a0b536cf4ebc530a66b719688c4d872ba8be3c8aa9ead2ffde3a92eb12d - 1.41% (1.8 MB)
[#002] sha256:db56981b7ee856cad3113f7184b22cfb75d2d74d3821ff20a85c9ce83c839b2d - 0.0% (321 Bytes)
[#003] sha256:b5f52cfac0c3983300ba9da2c73c65f9bde2c8e7af9b8020aa3013b6cdcc99d1 - 20.36% (26 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:cb4c5fee9f638bbde98cedd0798d2e39e161760c9ee1946ca360d00820e25ad0 - 12.31% (15.7 MB)
[#006] sha256:86ba4593cf90f3bbcbca33495bd81ead5947d97f1368ce03751c19ba38a45ab8 - 7.65% (9.79 MB)
[#007] sha256:3790ace059dd5d7d57209c3e2d8505cc72a30c68d3e44b86953c4a0e1129950a - 0.01% (7.22 KB)
[#008] sha256:678821cb5e146b06a86b2716070491723219969dfbfe19eda7f5a777d3ab5480 - 20.37% (26.1 MB)
[#009] sha256:05d95513f3352b210c789462defc0f7427c8d0b28fc3d55bf81eb21eecafbb37 - 2.85% (3.64 MB)
[#010] sha256:aff9ce9a50bc48ef85bd426a09df6040f4632905096b0ab1bf460ec075371b96 - 12.9% (16.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-06-19 23:16:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-06-19 23:16:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-06-19 23:16:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-06-19 23:16:35 UTC/bin/sh -c #(nop) ADD file:0ebb3dd98809cffc1b5ade76d8ccac01def087e7d7a84a84a33db4aa9090ac67 in /
2025-06-19 23:16:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-03 15:25:06 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:25:06 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-07-03 15:25:06 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-07-03 15:25:06 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-07-03 15:25:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2025-07-03 15:25:24 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION=7.0
2025-07-03 15:25:24 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:25:24 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-07-03 15:25:24 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:25:24 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:26:00 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=7.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:26:00 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-07-03 15:27:59 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:27:59 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-07-03 15:27:59 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:27:59 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-07-03 15:28:14 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-07-03 15:28:14 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-07-03 15:28:14 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2025-07-03 15:31:28 UTC
111 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:149362fdfa6e6a5d9f009b896da3be3172c395ba2287b57d4969f3f46e573055 - 23.0% (25.6 MB)
[#001] sha256:40f6fdb6500b9718e404fb4da32c3ddd445576f2705048ff9a67abe202e74b18 - 1.47% (1.64 MB)
[#002] sha256:45e041f437b7fe869d7dc4cb68c705cc9d855b6651673d27a702bb9ce0363d0c - 0.0% (320 Bytes)
[#003] sha256:3caa1a854cf20506256759ac576d2a5bae4d557b507393f3c9240535b53c9b00 - 21.6% (24 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:75304634680d2449bde63b0c336ed9fa3f3b0a4fe59706eec5b6f15921adfe26 - 6.98% (7.76 MB)
[#006] sha256:fb471d080421f51d45a331b75c41938bf4eef1dfc10ab14d580f660521306523 - 8.1% (9.02 MB)
[#007] sha256:2aaab476add0004f8976e3a5fb44db29e9ea234456159ac05c7582b149f45703 - 0.01% (7.22 KB)
[#008] sha256:e09f4baa06edfc40f4c6b98017ff77a168b27b4a8d6cfb7622412df711ee6c27 - 21.94% (24.4 MB)
[#009] sha256:404d38f3c3e00b6b53a5f7ae797f0a8a258eb106df78df335428751b86b0c345 - 3.05% (3.39 MB)
[#010] sha256:05a7163807c40d4c8c351ba43e55e543fc8d2caea337bb16e3fa2cac4e236285 - 13.85% (15.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-06-19 23:17:29 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-06-19 23:17:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-06-19 23:17:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-06-19 23:17:32 UTC/bin/sh -c #(nop) ADD file:88b7ca184cec1707b10b6b543ddfa7abfcacc2605cdd5919877294ff5290aa3e in /
2025-06-19 23:17:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-03 15:26:02 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:26:02 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-07-03 15:26:02 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-07-03 15:26:02 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-07-03 15:26:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2025-07-03 15:26:28 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION
2025-07-03 15:26:28 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:26:28 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-07-03 15:26:28 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:26:28 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:27:17 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=7.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:27:17 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-07-03 15:30:58 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:30:58 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-07-03 15:30:58 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:30:58 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-07-03 15:31:27 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-07-03 15:31:27 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-07-03 15:31:28 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2025-07-03 15:30:40 UTC
116 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3eff7d219313fd6db206bd90410da1ca5af1ba3e5b71b552381cea789c4c6713 - 23.8% (27.5 MB)
[#001] sha256:9f36badf51e888102935a3a539f26818f9cdbde833c7b929101161742d1ee9b0 - 1.55% (1.79 MB)
[#002] sha256:16ae9b3c6fa0f0fe3fdd09d0c3739fb5939592da07e2158d161fe04b62a7fae3 - 0.0% (321 Bytes)
[#003] sha256:12889d63a5d8489c6878d7da3bda10b3f386576b9898aa88bf8136b8ae3da17a - 22.61% (26.1 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:3200e4ce5e9eefa5da3a90aec39319ca3790552850dabff695da73a5ad0ecd42 - 7.51% (8.68 MB)
[#006] sha256:9b21097dc1123b854f83fa510b46d19df39f5a3857224c1271447690e0700bd3 - 7.97% (9.21 MB)
[#007] sha256:a0378a489b55710f1f85553bc8a4ce104ca7bb3be4932f79146fae182b8e1781 - 0.01% (7.22 KB)
[#008] sha256:fdf936169ef7bb349b1e4b0b4d0c81d05c15b4ddc6a37fdbfdc6b40739f7a51c - 20.6% (23.8 MB)
[#009] sha256:f1870cec669757da0ed35555a82b07a57f473f39f2a2df7ebd63152935b980ae - 2.93% (3.39 MB)
[#010] sha256:a57b7684344fd9ac8c54e945454a961c246d19d45a079d19e5ea4fd7f4815d3b - 13.01% (15 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-06-19 23:16:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-06-19 23:16:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-06-19 23:16:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-06-19 23:16:56 UTC/bin/sh -c #(nop) ADD file:d3e5c3c7ed81035a9d3dc27dc9f7b63cca5f6bbbaa499c38e470d52b7e57817d in /
2025-06-19 23:16:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-03 15:26:38 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:26:38 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-07-03 15:26:38 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-07-03 15:26:38 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-07-03 15:27:01 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables logrotate libstrongswan-standard-plugins && apt-get -f -y --no-install-recommends install /tmp/ovs-debs/*.deb && apt-mark hold *openvswitch* && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && sed -i "/rotate /a\ #size 100M" /etc/logrotate.d/openvswitch-switch && sed -i "/^.*filelog.*{/r /tmp/charon-logging.conf" /etc/strongswan.d/charon-logging.conf && rm -rf /tmp/* # buildkit
2025-07-03 15:27:03 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION
2025-07-03 15:27:03 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:27:03 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-07-03 15:27:03 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:27:03 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:27:44 UTC (buildkit.dockerfile.v0)RUN |1 SURICATA_VERSION=7.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit
2025-07-03 15:27:45 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-07-03 15:30:20 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-07-03 15:30:20 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-07-03 15:30:20 UTC (buildkit.dockerfile.v0)USER root
2025-07-03 15:30:20 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-07-03 15:30:40 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-07-03 15:30:40 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-07-03 15:30:40 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # 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.