2025-10-15 07:53:49 UTC
130 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 - 21.84% (28.3 MB)
[#001] sha256:3c501acc425b617a3ecde39f85ee8640fd4e53fde7377c6677bc83d147276a74 - 1.39% (1.8 MB)
[#002] sha256:46267b89b8c8ee31edd03c571bdf28716e766c28161ee8f1c7526b6a908566cb - 0.0% (322 Bytes)
[#003] sha256:5622be8c082ff3df2b81bc1af3572c042fdfc1602abd42c0d201b5cc9ea4eed1 - 19.97% (25.9 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:8e18dc88d890244a8cc30225c7e57aad4a6793083d37ad8b3a2d9c4cd99b2a57 - 12.12% (15.7 MB)
[#006] sha256:e5c56271de4f10d4bfab451c8aec48fb5eabc67ac656c6467702cd8380b2b292 - 7.92% (10.3 MB)
[#007] sha256:4a5a855b4015727b9a1de383742ae59642448209771dbc5de93504e1443f9660 - 0.01% (7.24 KB)
[#008] sha256:711633da75796b651de00afa9346457dbb19d6d38f27249ca86212e4a974a44d - 20.37% (26.4 MB)
[#009] sha256:d557614d82b8c57db3f12c01b71da1bc3e5de3310f73a806cbe8272f46cf80a2 - 3.0% (3.89 MB)
[#010] sha256:12340a4705ed292c2080f692053d18a3eed30f79c68f1ac1ac7eb6e79827d179 - 13.38% (17.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in /
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-15 07:50:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:50:43 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-10-15 07:50:43 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-10-15 07:50:43 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-10-15 07:50:57 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-10-15 07:50:59 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION=7.0
2025-10-15 07:50:59 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:50:59 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-10-15 07:50:59 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:50:59 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-10-15 07:51:29 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-10-15 07:51:29 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-10-15 07:53:35 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:53:35 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-10-15 07:53:35 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:53:35 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2025-10-15 07:59:07 UTC
113 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4afa85c5883c0db62b02025c149edaaa237af5ba25ea48039e875a802d465ac7 - 22.6% (25.6 MB)
[#001] sha256:74227349496383478c337f1d0122f70bd449242f372d370f9034e15bcbe9e92e - 1.44% (1.64 MB)
[#002] sha256:d76b9f695c75620fb2d9e775857988fe9a583639e032da5d52348417348c166b - 0.0% (321 Bytes)
[#003] sha256:0ff1e8474624429865b234de8eb3a156eea69211e2656fdcdbca5621cb909d96 - 21.13% (23.9 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:43be4cacb1b57ee6136f90a4655ca41eb0bf9340978a03c6cace7cd24d3919c7 - 6.83% (7.74 MB)
[#006] sha256:4d389dd35be8f42bad63cfe2a5d4549f2d38807271921146369c18782028c23a - 8.49% (9.62 MB)
[#007] sha256:1405f76283b1478c77178514d4dc77c8a4d0761d8ad6bb2f84423ea1657da3dd - 0.01% (7.24 KB)
[#008] sha256:912e6992ab2b2d6b67094f3a2d1d0a5021ba3867f35e830c83046c612648fc61 - 21.84% (24.8 MB)
[#009] sha256:d382440849900516abab731664b94df277733592e7fa4b9416b0525fb051668a - 3.26% (3.69 MB)
[#010] sha256:3eec2ca0622bc7fde5d974cfefcce4c2ba41c12ef72dd72357d4ab33c8c78096 - 14.4% (16.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:02:27 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:02:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:02:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:02:31 UTC/bin/sh -c #(nop) ADD file:1ccdd7fca45ec88ba0ddda07e5e5acb6b40ddcb3023e0cbc04ffffdf4e30fb0a in /
2025-10-01 13:02:31 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-15 07:52:11 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:52:11 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-10-15 07:52:11 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-10-15 07:52:11 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-10-15 07:52:36 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-10-15 07:52:39 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION=7.0
2025-10-15 07:52:39 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:52:39 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-10-15 07:52:39 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:52:39 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-10-15 07:53:28 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-10-15 07:53:29 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-10-15 07:58:33 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:58:33 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-10-15 07:58:33 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:58:33 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-10-15 07:59:07 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-10-15 07:59:07 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-10-15 07:59:07 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antctl /usr/local/bin/ # buildkit
2025-10-15 07:57:28 UTC
117 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b8a35db46e38ce87d4e743e1265ff436ed36e01d23246b24a1cbbeaae18ec432 - 23.53% (27.5 MB)
[#001] sha256:3a4809c471d9fd481001fde80d5208ddcad61d4652f1422da4fdeb681ab1cd68 - 1.53% (1.79 MB)
[#002] sha256:d085513c9d320a5228f025890d6670cccc96a9df8d646b8d1fdc9f69901a8075 - 0.0% (320 Bytes)
[#003] sha256:2190f5f0c046a188aef5fc79ecc7cfaef853c384f6bdef43548954a2a055d36e - 22.22% (26 MB)
[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)
[#005] sha256:6886b413812919cd5d9531fdb22b2ce39abeb4aa3e48f9fbcdbe95c897182085 - 7.4% (8.66 MB)
[#006] sha256:a5d160424ebde791a5556a555f14acbed47f4baed193eadbb61d95d31f5efcd6 - 8.18% (9.57 MB)
[#007] sha256:3ccadf4c3ff735b20f579b970a8e02bbf0fe2670bf5e9b428d36bf7b7e29e428 - 0.01% (7.24 KB)
[#008] sha256:fb4ae6c65cff7c11db2b13f89919f6f63cc40bc4fb4606e7261bceb9a169d3cb - 20.56% (24.1 MB)
[#009] sha256:a4274340c83f0ad4c68c741cf9eb2792a6ab8d5cb39b80ee4781a1544a093d1a - 3.07% (3.59 MB)
[#010] sha256:4e8a7ad0c0f40198f3ec2a96f59b1ec30a4a4a353b5baeefc08c855d5cb77c44 - 13.5% (15.8 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) ADD file:d77dea5c49828eb0de89439d2b631bc8ea27cb9ef774412b56a060ba1673487b in /
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-15 07:53:33 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:53:33 UTC (buildkit.dockerfile.v0)LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.
2025-10-15 07:53:33 UTC (buildkit.dockerfile.v0)COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit
2025-10-15 07:53:33 UTC (buildkit.dockerfile.v0)COPY charon-logging.conf /tmp # buildkit
2025-10-15 07:53:48 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-10-15 07:53:49 UTC (buildkit.dockerfile.v0)ARG SURICATA_VERSION=7.0
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)LABEL description=An Ubuntu based Docker base image for Antrea.
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:53:49 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
2025-10-15 07:54:22 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-10-15 07:54:22 UTC (buildkit.dockerfile.v0)COPY /opt/cni/bin /opt/cni/bin # buildkit
2025-10-15 07:57:08 UTC (buildkit.dockerfile.v0)LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
2025-10-15 07:57:08 UTC (buildkit.dockerfile.v0)LABEL description=The Docker image to deploy the antrea-agent.
2025-10-15 07:57:08 UTC (buildkit.dockerfile.v0)USER root
2025-10-15 07:57:08 UTC (buildkit.dockerfile.v0)COPY build/images/scripts/* /usr/local/bin/ # buildkit
2025-10-15 07:57:27 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit
2025-10-15 07:57:27 UTC (buildkit.dockerfile.v0)COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit
2025-10-15 07:57:28 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.