Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.5.0
Content Digest
sha256:81030ef878f51cedd30c83479fd41bd0c982e439307e50b38ee0358e9342d074
Details
Created

2025-12-04 06:58:14 UTC

Size

132 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.46% (28.3 MB)

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

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

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

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

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

[#006] sha256:964227fde10cfad44a4708566a3f9accaeb5bbe26ff7ef15e6d20c45cb577c63 - 7.78% (10.3 MB)

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

[#008] sha256:98c4032bd821d8b503d95ae1d8f54e9f999614cf4eb69dc6c1ab874c843fdb6d - 21.2% (28 MB)

[#009] sha256:bd131aecc4e06830ceece054e027a67bf4eecb471baf0142c2566049b630d241 - 2.98% (3.94 MB)

[#010] sha256:ed627d6ace6d8ff90a40cafdd0d37d3e5c3f75921a3ed45c5878099bbc6e7b30 - 13.74% (18.1 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-11-17 09:06:54 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:57:58 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:57:58 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:57:58 UTC (buildkit.dockerfile.v0)

USER root

2025-12-04 06:57:58 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:58:13 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:58:14 UTC (buildkit.dockerfile.v0)

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

2025-12-04 06:58:14 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-12-04 07:03:10 UTC

Size

116 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 - 22.17% (25.6 MB)

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

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

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

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

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

[#006] sha256:1df3fee036592ca450081a7499c7b023b78e8b46aa480449a18aec1005547c9d - 8.33% (9.62 MB)

[#007] sha256:40f69f6343d249dfb58bf3775d9efd3311d244978d2ec32a54b4556f57b4e116 - 0.01% (7.25 KB)

[#008] sha256:8e17f51ee6115221a5e6570d3ef04ac9340719b2c8c1bb4ec6f83e16ab824f53 - 22.74% (26.3 MB)

[#009] sha256:dee4d8060d5cbbfb8be574d094bc36a314aaf41ce96c1d2e185c5faa4ddbb233 - 3.24% (3.75 MB)

[#010] sha256:d322a9b438eed3ab732b6bb74a3dc4fe7ee2fd801527a07d31d39df88a1baaf8 - 14.8% (17.1 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-11-17 09:10:05 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:02:30 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:02:30 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:02:30 UTC (buildkit.dockerfile.v0)

USER root

2025-12-04 07:02:30 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:03:10 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:03:10 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:03:10 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-12-04 07:01:37 UTC

Size

118 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 - 23.24% (27.5 MB)

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

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

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

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

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

[#006] sha256:b2593ebad96d7441202353f39090f90d1178278f46217aff07e885aad28307a1 - 8.08% (9.57 MB)

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

[#008] sha256:de13ef159e5aa654b7bca41023377db32f38d8d8f7805c0f4a112c003804f15b - 21.18% (25.1 MB)

[#009] sha256:c064e2e71377541440af06c38c150f35c24d21d7cc40063c8a0a46612147ff8e - 3.04% (3.6 MB)

[#010] sha256:8e7d89a5145ac5fe8eadc4f405add3417ef1dbdc8126ab15a00629390d29fa18 - 13.75% (16.3 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-11-17 09:12:51 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:08 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:08 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:08 UTC (buildkit.dockerfile.v0)

USER root

2025-12-04 07:01:08 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:37 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:37 UTC (buildkit.dockerfile.v0)

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

2025-12-04 07:01:37 UTC (buildkit.dockerfile.v0)

COPY /antrea/bin/antctl /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