Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.2.2
Content Digest
sha256:c5361f1d3f5b1452897693dfefd3d10d0f4ce54bcb16ff7a383a9f4178cb3dfb
Details
Created

2025-09-17 08:49:42 UTC

Size

127 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:953cdd4133718b72c5d0a78e754c1405c02510fdb5237265f7955863f1757f83 - 22.37% (28.3 MB)

[#001] sha256:a30a4901d97fa7042b9d37d3ccac6d85d668571e9b254b0653f785489e1a0536 - 1.42% (1.8 MB)

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

[#003] sha256:916d5daf4326be4f269e61e1a578468ad93731d42d2b697177df80219dd7c6d2 - 19.94% (25.3 MB)

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

[#005] sha256:81a8af502b7e29a23ab03505f4d59d1050066413feef74db312e163cc774c82d - 12.41% (15.7 MB)

[#006] sha256:e3a514050bb347266852c893e30f2692dd5ada16a58476b574ac656e355cdb78 - 7.73% (9.79 MB)

[#007] sha256:1f760a4f383e5fe5044779534ca0eb21bf9a59f03d75a3f4a39b8960955f1704 - 0.01% (7.22 KB)

[#008] sha256:1504e1b33be3708789e8107aa4aae1309e77f6904374a426ae24865af20a86ff - 20.39% (25.8 MB)

[#009] sha256:856d760cdb8035241f6cde2a3857e22739efb20670277a34f5c7c1fb848833c5 - 2.81% (3.56 MB)

[#010] sha256:d0e9ad80f1eed78cc9a61492a0940967a64417758d244a84c2045c1845df1638 - 12.93% (16.4 MB)


History
2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:34 UTC

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

2025-09-10 05:42:34 UTC

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

2025-09-17 08:46:14 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:14 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:14 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:14 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-09-17 08:46:30 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-09-17 08:46:32 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-09-17 08:46:32 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:32 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:32 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:46:32 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:47:24 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-09-17 08:47:24 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:22 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:22 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:22 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:49:22 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:42 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:42 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-17 08:52:00 UTC

Size

110 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:d7ffb5187e159334b70dbe49cbca848457358d2d2b56fe7072a42dbd9ac9c7cf - 23.24% (25.6 MB)

[#001] sha256:c44615f89f33456f58deaf5dfdededc10bfa6ae1a39fa515acac42880e76a95f - 1.48% (1.64 MB)

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

[#003] sha256:6ab4e9d1ae3b91a0dfc82943ac45eb2be82164b7080e19b8e787943c867b7dd7 - 21.19% (23.4 MB)

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

[#005] sha256:e6aeab18bbe1ab39bd48773ac0a2448e01742db9f0153194b83938db3618d732 - 7.02% (7.74 MB)

[#006] sha256:4b5eb2efd357b7c6357e0f5d7a83022128cbbd371ea8771649c755eb0ab50989 - 8.18% (9.02 MB)

[#007] sha256:c40590297905ac93dd7451b7a4ffcb36f4de38896bb6d29c5a4ec9acc7dd621f - 0.01% (7.22 KB)

[#008] sha256:14e1b747885f9e8dfac820f670792da648ec4bc6cd469b01cbc88d5cdc6b9759 - 21.98% (24.2 MB)

[#009] sha256:482b967a4e126cbf6279fa9a0c564c9e9a2009c61d88c412fc898959baf13594 - 3.01% (3.32 MB)

[#010] sha256:ff229f93595fdc21b8b349cac19a9abcdfd1a9ab178504ec7eb81fe03907750e - 13.89% (15.3 MB)


History
2025-09-10 05:44:55 UTC

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

2025-09-10 05:44:55 UTC

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

2025-09-10 05:44:55 UTC

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

2025-09-10 05:44:55 UTC

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

2025-09-10 05:44:59 UTC

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

2025-09-10 05:44:59 UTC

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

2025-09-17 08:46:33 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:33 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:33 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:33 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-09-17 08:46:56 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-09-17 08:46:58 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-09-17 08:46:58 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:58 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:46:58 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:46:58 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:47:52 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-09-17 08:47:52 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:51:23 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:51:23 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:51:23 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:51:23 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:00 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:00 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:00 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-17 08:53:12 UTC

Size

114 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:59a5d47f84c39a2d62d1b5089e60ab67303111f17e1df01dbbcc598246282797 - 24.06% (27.5 MB)

[#001] sha256:6d153b4923357f51f112f213eff293d4ac36ac81c1c71c658d0733afef33837c - 1.57% (1.79 MB)

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

[#003] sha256:b42b57706f6e3823cfc1a53efa3444cdef82d68e3fb58c312aab7cb1d1df0996 - 22.17% (25.4 MB)

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

[#005] sha256:be846a3ab8085528d0da506a9275010ebc92472d36a379a72ff1ca8a0d58b4af - 7.57% (8.66 MB)

[#006] sha256:61a72f8acd17039519398a2949db36c2d288e54e96a5de8f03f7539b00777baa - 8.05% (9.21 MB)

[#007] sha256:aad0f2ff512b3b311ad0d779550838226e1e57de0f16fb1fdfc48cc32c83e3fc - 0.01% (7.22 KB)

[#008] sha256:6d62c3e1ae21b04b20d01047c98629898770f0a219d5dcc1f97e037d175ab3c4 - 20.64% (23.6 MB)

[#009] sha256:3212dad0573e2106d9e1bd53cb55d8cc6f4cb3b1446b971bc94ef2ea6021e3f0 - 2.89% (3.3 MB)

[#010] sha256:393818d5d7ee5184b16486b1619439436a984d6f729ff6da15397a17c442d2b3 - 13.05% (14.9 MB)


History
2025-09-10 05:45:34 UTC

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

2025-09-10 05:45:34 UTC

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

2025-09-10 05:45:34 UTC

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

2025-09-10 05:45:34 UTC

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

2025-09-10 05:45:38 UTC

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

2025-09-10 05:45:39 UTC

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

2025-09-17 08:48:59 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:48:59 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:48:59 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:48:59 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-09-17 08:49:18 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-09-17 08:49:20 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-09-17 08:49:20 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:20 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:49:20 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:49: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-09-17 08:50: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-09-17 08:50:17 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:47 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:47 UTC (buildkit.dockerfile.v0)

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

2025-09-17 08:52:47 UTC (buildkit.dockerfile.v0)

USER root

2025-09-17 08:52:47 UTC (buildkit.dockerfile.v0)

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

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

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

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

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

2025-09-17 08:53:12 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