Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.5.1
Content Digest
sha256:3a17be45b3574be71154e65499f3424fa6123e833a15961a1fdad75c91f1a332
Details
Created

2026-01-12 02:11:17 UTC

Size

134 MB

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

Environment
PATH

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


Layers

[#000] sha256:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 21.16% (28.3 MB)

[#001] sha256:ba6c44f83ae9c6f8692f34cb81fa416c95c8042720f77261400aea2a7570ad9c - 1.35% (1.8 MB)

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

[#003] sha256:de422b08056e6b915c11f0ff0db0064751ce68189fe495eca15f644529d2f517 - 19.29% (25.8 MB)

[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)

[#005] sha256:947e40afa5de4dd8cf64dd6c29ca80f9930306a3d9a7d196a08179aef74db4c0 - 11.72% (15.7 MB)

[#006] sha256:6ec891103cc1a6442d14e959485233ae87f996bb9899aa5b013d96679e16ce6d - 7.68% (10.3 MB)

[#007] sha256:7dcd7ba8f9a8a79571aee16c9671ad52b10c5cd8bfe9e38f72639f6048de9a34 - 0.01% (7.24 KB)

[#008] sha256:e0e3c6f099e6a0ae39bfb2ba61875b79935d9d9af2adc763a7ff32b7fb53b647 - 20.9% (28 MB)

[#009] sha256:939bf04ba89be62d435125a69c2f25f34a57eff85636f0893b05fde2275da66b - 2.94% (3.94 MB)

[#010] sha256:d829c612493d7c0ab575b59c58b42f6519446c99048e4fbb733c37a62f857cb4 - 13.55% (18.1 MB)

[#011] sha256:3f7a2c397a372bb078f2dfe8ad070e456d94d4049fb01faed7b227c0bc42b8e8 - 1.41% (1.89 MB)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

2025-11-17 09:05:14 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:05:14 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:05:14 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:05:14 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-11-17 09:05:30 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

2025-11-17 09:06:20 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-11-17 09:06:20 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:06:20 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:06:20 UTC (buildkit.dockerfile.v0)

USER root

2025-11-17 09:06:20 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit

2025-11-17 09:06:54 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/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit

2025-12-12 03:18:08 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:01 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:01 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:01 UTC (buildkit.dockerfile.v0)

USER root

2026-01-12 02:11:01 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:16 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:17 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:17 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:11:17 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-01-12 02:16:34 UTC

Size

117 MB

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

Environment
PATH

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


Layers

[#000] sha256:6cdc0abf996c3192bfbda4018d34c282871d4be33fb369176002cb2199673adf - 21.82% (25.6 MB)

[#001] sha256:1b73f808b66fb04a528b48cf39add388092c92e090d75ac51f0471c2b9958d6f - 1.39% (1.64 MB)

[#002] sha256:16027ac136b1696f1049a604bc278995447c47a1fc762720479967355181e48e - 0.0% (318 Bytes)

[#003] sha256:570071d882beec00804a67a8e38e211958ed79c04f96a9f41724a559d7dd22e1 - 20.29% (23.8 MB)

[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)

[#005] sha256:f0a142ec8feb34c26d6546d817335de178c7c39b4973f6bb8d3f8f20e081129d - 6.57% (7.71 MB)

[#006] sha256:8cfe35e8312519662c367597101ee0520d4b9e15edb3cc11034c768dd784bc03 - 8.2% (9.63 MB)

[#007] sha256:7d3a2ea54865d84b595742a52a179f41e41c0215d31c9f04b44ffea6912b8201 - 0.01% (7.25 KB)

[#008] sha256:502304ca9e941c56872956f18f22ac306d6eaa65b080412b365268c5bbe23b88 - 22.39% (26.3 MB)

[#009] sha256:98e2d70fdc3facb14f348438fd8eb95f333e7d7a4cfec109bdcd901d9bc0274b - 3.19% (3.75 MB)

[#010] sha256:8f2a9c965bb64af6e89de8c1ef507ce96a7a984f0d13660eea7a05cd2e2a0989 - 14.57% (17.1 MB)

[#011] sha256:aae799f8493237793ac94d0538b0b05f98e9d18a46270922f4d549847f7376fe - 1.55% (1.82 MB)


History
2025-10-16 19:25:17 UTC

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

2025-10-16 19:25:17 UTC

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

2025-10-16 19:25:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-10-16 19:25:17 UTC

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

2025-10-16 19:25:20 UTC

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

2025-10-16 19:25:21 UTC

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

2025-11-17 09:07:51 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:07:51 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:07:51 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:07:51 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-11-17 09:08:19 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

2025-11-17 09:09:09 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-11-17 09:09:09 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:09:09 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:09:09 UTC (buildkit.dockerfile.v0)

USER root

2025-11-17 09:09:09 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit

2025-11-17 09:10:05 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/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit

2025-12-12 04:27:26 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:53 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:53 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:53 UTC (buildkit.dockerfile.v0)

USER root

2026-01-12 02:15:53 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:16:33 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:16:33 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:16:34 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:16:34 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-01-12 02:15:05 UTC

Size

120 MB

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

Environment
PATH

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


Layers

[#000] sha256:97dd3f0ce510a30a2868ff104e9ff286ffc0ef01284aebe383ea81e85e26a415 - 22.9% (27.5 MB)

[#001] sha256:5d78caeb618ea0a58ffa174f3c9254c8b8b45c9c8d7460e8cd2a46dc20b46897 - 1.49% (1.79 MB)

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

[#003] sha256:b5f3e5c313538de83126aa9b21d321b78a82d780601ae1b56018376068a377d2 - 21.57% (25.9 MB)

[#004] sha256:642ef55a72e8929b2e290d0a1fda7fd44e3830315e99865b5f9b0fdc78af40f9 - 0.0% (2.21 KB)

[#005] sha256:1454b71e24e2483e1a6b1db8ecd4469f48b2947caf566c2933a6ddd422eea8fc - 7.21% (8.66 MB)

[#006] sha256:787a1830777e9990464c0d215dd22b550ab0bca5458b7ae695c4fe97c6970e5f - 7.96% (9.57 MB)

[#007] sha256:cc7c0af034ab899d3dd2b11fa3af8868daa141ab66fa0748a803884947f110ac - 0.01% (7.24 KB)

[#008] sha256:785a37e84704e015b4bf15aebd49c3d0b2ea2ac64573b3c542aad755bf8838fb - 20.87% (25.1 MB)

[#009] sha256:4fcff7dd2825a5fce885f243ca9c36c063c292c4ab264963ba1553e04f5cec6c - 3.0% (3.6 MB)

[#010] sha256:9f2ef546a6da47e9e9e56811fe6bcd60e7f1c8353c263d50790a8d608a6b148c - 13.55% (16.3 MB)

[#011] sha256:3e89b694a93a2fbabecea9e9455d7b12bb52acaeea255ad984eb58052b3ec6ee - 1.45% (1.75 MB)


History
2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:58 UTC

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

2025-10-16 19:26:58 UTC

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

2025-11-17 09:10:35 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:10:35 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:10:35 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:10:35 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-11-17 09:11:01 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

2025-11-17 09:12:01 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-11-17 09:12:01 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:12:01 UTC (buildkit.dockerfile.v0)

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

2025-11-17 09:12:01 UTC (buildkit.dockerfile.v0)

USER root

2025-11-17 09:12:01 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit

2025-11-17 09:12:51 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/* && chmod +x /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh # buildkit

2025-12-12 04:27:31 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:14:35 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:14:35 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:14:35 UTC (buildkit.dockerfile.v0)

USER root

2026-01-12 02:14:35 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:05 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:05 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:05 UTC (buildkit.dockerfile.v0)

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

2026-01-12 02:15:05 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