Namespace
antrea
Image / Tag
antrea-agent-ubuntu:latest
Content Digest
sha256:3c45d5b6538fa273f6d02bffb04fd100c7fb11b98b2cdd9c2db7a187cacd1c2b
Details
Created

2026-04-16 17:36:53 UTC

Size

135 MB

Content Digest
Labels
  • description
    The Docker image to deploy the antrea-agent.
  • maintainer
    Antrea <projectantrea-dev@googlegroups.com>
  • org.opencontainers.image.version
    24.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081 - 20.94% (28.4 MB)

[#001] sha256:6e89eec91c8f7464327d4173880f4c53eb787bb761705424c79ceb73ac26cbe1 - 1.33% (1.8 MB)

[#002] sha256:6d3623a1fd90d0869c9b4e96b430a42b7b4ae6d296289d2864fdf257b2f9ae9f - 0.0% (318 Bytes)

[#003] sha256:e459582a5b34ed1c3159a8346c27f02c6fb4af8ee00e66e63afb7ae6d22f1ce3 - 19.09% (25.8 MB)

[#004] sha256:bc62286db2181ba02fcf70fe233bf451cd939d6a4dab5ef190c655fed97f2254 - 0.0% (1.58 KB)

[#005] sha256:936fc7cd33db04349a3a0c57fdd134d1559e8183853adefa72ce224e3587ee7b - 0.71% (987 KB)

[#006] sha256:47238c475fcbb44b3be76c0eb91a4d7249581537cca3deb6800e38d31ac172fc - 12.32% (16.7 MB)

[#007] sha256:259b8d9bf236ce439f35c72aef518df91c45f3b5a9e214ae0a59d5b1c4a73039 - 7.59% (10.3 MB)

[#008] sha256:18e298e9e7036619c534b0f637cd21b950c760c37a1550c90610bc84d86288d7 - 0.01% (7.24 KB)

[#009] sha256:e2df1aa72fc0ee0e16d49738267f678cc21e00b6e460ace9f558b56a7a917cbe - 20.57% (27.8 MB)

[#010] sha256:4d0a4b0c31c91e1a5d1d9f73a02b95565e9d64ab5bf2523d57ac0aee8a73bf62 - 2.94% (3.98 MB)

[#011] sha256:5e20ad1cf6125470b128be6d1acb2210e6692434f08f16172b0232d143728964 - 13.01% (17.6 MB)

[#012] sha256:7a5282f9e8d10f8f7a2db25c5d231908ac7361d6ab4ca64423d7ddb98b584ea0 - 1.48% (2.01 MB)


History
2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:49:17 UTC

/bin/sh -c #(nop) ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /

2026-04-10 06:49:18 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-16 16:55:37 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 16:55:37 UTC (buildkit.dockerfile.v0)

LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.

2026-04-16 16:55:37 UTC (buildkit.dockerfile.v0)

COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit

2026-04-16 16:55:37 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-04-16 17:04:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables nftables 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

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

LABEL description=An Ubuntu based Docker base image for Antrea.

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/iptables-wrapper-installer.sh / # buildkit

2026-04-16 17:05:10 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/bin/iptables-wrapper / # buildkit

2026-04-16 17:22:33 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 nftables && 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/* && /iptables-wrapper-installer.sh # buildkit

2026-04-16 17:22:33 UTC (buildkit.dockerfile.v0)

COPY /opt/cni/bin /opt/cni/bin # buildkit

2026-04-16 17:36:38 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 17:36:38 UTC (buildkit.dockerfile.v0)

LABEL description=The Docker image to deploy the antrea-agent.

2026-04-16 17:36:38 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 17:36:38 UTC (buildkit.dockerfile.v0)

COPY build/images/scripts/* /usr/local/bin/ # buildkit

2026-04-16 17:36:53 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit

2026-04-16 17:36:53 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit

2026-04-16 17:36:53 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antctl /usr/local/bin/ # buildkit

2026-04-16 17:36:53 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-sysctl-init /usr/local/bin/ # buildkit

Details
Created

2026-04-16 17:42:22 UTC

Size

119 MB

Content Digest
Labels
  • description
    The Docker image to deploy the antrea-agent.
  • maintainer
    Antrea <projectantrea-dev@googlegroups.com>
  • org.opencontainers.image.version
    24.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:03a6f28563c3f1bd861a0bd521bea32abc15b3b1362797f0ee963f0cfbe31325 - 21.54% (25.6 MB)

[#001] sha256:3a44164fe9dfcb7c3a56adb93b010383603fc123d98b7660899e1d028e016953 - 1.38% (1.64 MB)

[#002] sha256:af7049a843698b42bdc4ca347d2f6a385fe0212a60300d63a60c40d5cc777957 - 0.0% (320 Bytes)

[#003] sha256:ec9d65b9339fba5b425f4755fc25cb4f35c5e91ace178d0afd2ab10c0fefb515 - 20.03% (23.8 MB)

[#004] sha256:1a9cb129a5ab6dec54ec0a35b8a86e92fc07d86783ff1bb4488980698424ed62 - 0.0% (1.58 KB)

[#005] sha256:5338247570ae41a0e4c4f3b8d05c5a9a00407e0ae4d19e610c581855f06797fd - 0.76% (923 KB)

[#006] sha256:7875355b087cb6440aa6287e4d3f2ba8f1743b88f5bbe6dce9129df3efcb6943 - 7.25% (8.62 MB)

[#007] sha256:ffcd500ea12ac09dd066fba9bf0c141a3b4f96294d6c8fbac51419d1bc92dc0b - 8.1% (9.64 MB)

[#008] sha256:fe162b045fd8013c49c5ff0c06e1c04193a9c467fd24eac9dc687140fda228ff - 0.01% (7.25 KB)

[#009] sha256:7727b7b8c0d77a3ecd357b7b02ba5d1ff59a9c66e0f0ea3ce1187541b650a35e - 22.07% (26.2 MB)

[#010] sha256:c3c2189d158d4b982de8a5108ceac9f7b314d316166e75a34f6bc1bb27870482 - 3.19% (3.8 MB)

[#011] sha256:2c66af24587530f60925d9773f42caaf04d4ac8688a4c4da71ea6b5b60deb29a - 14.01% (16.7 MB)

[#012] sha256:11acecd0c38004b80c808509dde761887581190745cfd0fd24f56e5a474732a8 - 1.66% (1.97 MB)


History
2026-04-10 06:56:30 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:56:30 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:56:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:56:33 UTC

/bin/sh -c #(nop) ADD file:341ecc672c4413d50e9543a8a38e44f8686dbdcc696b241b06e6b5b3a3ad57f6 in /

2026-04-10 06:56:33 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-16 16:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 16:46:29 UTC (buildkit.dockerfile.v0)

LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.

2026-04-16 16:46:29 UTC (buildkit.dockerfile.v0)

COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit

2026-04-16 16:46:29 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-04-16 16:46:53 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables nftables 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

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

LABEL description=An Ubuntu based Docker base image for Antrea.

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/iptables-wrapper-installer.sh / # buildkit

2026-04-16 16:47:50 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/bin/iptables-wrapper / # buildkit

2026-04-16 16:48:38 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 nftables && 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/* && /iptables-wrapper-installer.sh # buildkit

2026-04-16 16:48:38 UTC (buildkit.dockerfile.v0)

COPY /opt/cni/bin /opt/cni/bin # buildkit

2026-04-16 17:41:44 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 17:41:44 UTC (buildkit.dockerfile.v0)

LABEL description=The Docker image to deploy the antrea-agent.

2026-04-16 17:41:44 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 17:41:44 UTC (buildkit.dockerfile.v0)

COPY build/images/scripts/* /usr/local/bin/ # buildkit

2026-04-16 17:42:22 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit

2026-04-16 17:42:22 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit

2026-04-16 17:42:22 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antctl /usr/local/bin/ # buildkit

2026-04-16 17:42:22 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-sysctl-init /usr/local/bin/ # buildkit

Details
Created

2026-04-16 17:40:45 UTC

Size

121 MB

Content Digest
Labels
  • description
    The Docker image to deploy the antrea-agent.
  • maintainer
    Antrea <projectantrea-dev@googlegroups.com>
  • org.opencontainers.image.version
    24.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:818154cda96df8bbb276b4f4339124da55756620a1037af15570bc95312850fa - 22.68% (27.5 MB)

[#001] sha256:4c1c36595e4eb7fb99182cdaecba0a38a8a60acd82f9c2ec29b2bf7dc2a28e44 - 1.48% (1.79 MB)

[#002] sha256:fe349df346808650d311d465c35a3331b910a789d165a511a059d43cbf84d07d - 0.0% (321 Bytes)

[#003] sha256:31e6422cc2a6b20be3017f419e818ab602a264d3eaf44ece12fcb997aefe4878 - 21.35% (25.9 MB)

[#004] sha256:02e027257f326165443c67ea14205a2c36e130fe26bacf42e77b8e22413e3aa6 - 0.0% (1.58 KB)

[#005] sha256:36193ca92975bfde21c6317335bde863f4afd6f1d5789838c58f52f379f7222c - 0.73% (904 KB)

[#006] sha256:1bd663d45c18528467e15a3b9719ae7374061fcf5174f0111e9e351f0575981f - 7.87% (9.56 MB)

[#007] sha256:f7783ffd8a3f8e383694cd86a3946b56c55da2f293a2da1e5c253c4c31905a7e - 7.89% (9.58 MB)

[#008] sha256:05a90b74f2340bffc456ad43cc1a45904fc4e87ff25330ad38c5c70fb90f7333 - 0.01% (7.25 KB)

[#009] sha256:05c8ec4ba1bda03aad38537d7950e7ef18d1f8b8ec8867293b9f342c4e3d4b5c - 20.5% (24.9 MB)

[#010] sha256:939136c90f54a0aa77557d66345aff2495861def55e376c4201a5ebc6de0e76c - 2.99% (3.63 MB)

[#011] sha256:2852e4df69dd1e8be386c5cdc58600c76bf468594705320b6d7e287f6de4d846 - 12.98% (15.8 MB)

[#012] sha256:ceb7c3c6814c4e6ce08b0a9558953b19a1950a04ce7961dd1064652ccbdf0236 - 1.51% (1.84 MB)


History
2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) ADD file:c98b7645109cdf61ab97492b90629581b1b7cb925b9d58a5787a4aaeb719f2be in /

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-16 16:49:21 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 16:49:21 UTC (buildkit.dockerfile.v0)

LABEL description=A Docker image based on Ubuntu 24.04 which includes Open vSwitch built from source.

2026-04-16 16:49:21 UTC (buildkit.dockerfile.v0)

COPY /tmp/ovs-debs/* /tmp/ovs-debs/ # buildkit

2026-04-16 16:49:21 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-04-16 16:49:45 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables nftables 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

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

LABEL description=An Ubuntu based Docker base image for Antrea.

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/iptables-wrapper-installer.sh / # buildkit

2026-04-16 16:50:54 UTC (buildkit.dockerfile.v0)

COPY /iptables-wrappers/bin/iptables-wrapper / # buildkit

2026-04-16 16:51:45 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 nftables && 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/* && /iptables-wrapper-installer.sh # buildkit

2026-04-16 16:51:45 UTC (buildkit.dockerfile.v0)

COPY /opt/cni/bin /opt/cni/bin # buildkit

2026-04-16 17:40:16 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>

2026-04-16 17:40:16 UTC (buildkit.dockerfile.v0)

LABEL description=The Docker image to deploy the antrea-agent.

2026-04-16 17:40:16 UTC (buildkit.dockerfile.v0)

USER root

2026-04-16 17:40:16 UTC (buildkit.dockerfile.v0)

COPY build/images/scripts/* /usr/local/bin/ # buildkit

2026-04-16 17:40:44 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-agent /usr/local/bin/ # buildkit

2026-04-16 17:40:44 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-cni /usr/local/bin/ # buildkit

2026-04-16 17:40:45 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antctl /usr/local/bin/ # buildkit

2026-04-16 17:40:45 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antrea-sysctl-init /usr/local/bin/ # buildkit

Danger Zone
Delete Tag

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.

Delete