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

2026-06-12 09:20:59 UTC

Size

136 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:cb259a83ac3dd9fea0b394df41df2b298adf0df938fef5999475af18a751c257 - 20.85% (28.4 MB)

[#001] sha256:998523a9eddd6091ca0dba16b0043d6f00496885ce246087f86bc563eebf5ffb - 1.33% (1.8 MB)

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

[#003] sha256:5246928486e7fd64acb0efe27cd13d4da51a0df8132fea24a5d059f616e687d8 - 19.03% (25.9 MB)

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

[#005] sha256:756aa240f2880a9d1e127944754213d37012cbb5b6efe895c11cb8a0d33fecff - 0.71% (987 KB)

[#006] sha256:c265ff1e1b5f3ba940eb177e552286ea4ea290ec3d3669ef9e807f8a7e02fd41 - 12.34% (16.8 MB)

[#007] sha256:239383e482111ff75df81886f65bc4bbab4c282591cd3b26d5e37ae49ea6a293 - 7.56% (10.3 MB)

[#008] sha256:970867db3769c595e84cab588cf9ad81a946ab0afc193eff11a80954910e3f22 - 0.01% (7.24 KB)

[#009] sha256:5685688cce64d381a6a24368b9e91f303e1d2f1e2bb11a9a2470ea057141797c - 20.68% (28.1 MB)

[#010] sha256:dedf4ee138f19a76fc80abbfb3abba325bd94aba71c2d9236f52679dee7bd465 - 2.93% (3.99 MB)

[#011] sha256:2e6bce3a4b47d6c8fce7d5620fc234b0a2495648bb84a27f0f00c49f40bb062e - 13.09% (17.8 MB)

[#012] sha256:0e82a293e3041b3323620a9db48dec33c17969980f92b9802e49b7ea5bf4a801 - 1.48% (2.01 MB)


History
2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

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

2026-05-20 01:37:22 UTC

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

2026-06-03 03:36:31 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:36:31 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:36:31 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:36:31 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-06-03 03:36:42 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-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

USER root

2026-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:37:41 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:38:08 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-06-03 03:38:08 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:44 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:44 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:44 UTC (buildkit.dockerfile.v0)

USER root

2026-06-12 09:20:44 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:59 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:59 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:59 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:20:59 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-06-12 09:27:05 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:a2dede8d0e9ca179460cb274dab10c5c4b741cf1544b130df872809a4467e3e4 - 21.45% (25.6 MB)

[#001] sha256:366fa6e32e8a82d2c94e7557c34361544f8df6d9dff5ffe3f89c1bf397a540da - 1.37% (1.64 MB)

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

[#003] sha256:5b6b5e3ca2f73dce43e4f5c19c109827758140496ef385cdff6e81bc4048e335 - 19.97% (23.8 MB)

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

[#005] sha256:71cdcad752e73328d9a7662d084f2ad8b6e3112307d80109b79d1a1410328adb - 0.76% (924 KB)

[#006] sha256:0c22fd1828a93d14e3281579d5851f04451ccb9c6061789409360e3ca42e3c5e - 7.29% (8.71 MB)

[#007] sha256:c008f3ac051b6735010209e7223207ed397ab0878e9af94d9e0034711ef1dfb1 - 8.07% (9.64 MB)

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

[#009] sha256:c237c8ca61a7a159dc5b34697e37e1e18da35ceaf418e9bf93b65b515fa9f119 - 22.16% (26.5 MB)

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

[#011] sha256:2c199adb0f31479563f0b1902eba930b4f8ccfeee03e1b24b0843470606a775a - 14.08% (16.8 MB)

[#012] sha256:c7acd7d99640e5484520689499ad13d10300204cfa34e9c95942e8ced81293fe - 1.65% (1.97 MB)


History
2026-05-20 01:36:59 UTC

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

2026-05-20 01:36:59 UTC

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

2026-05-20 01:36:59 UTC

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

2026-05-20 01:37:02 UTC

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

2026-05-20 01:37:02 UTC

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

2026-06-03 03:38:59 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:38:59 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:38:59 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:38:59 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-06-03 03:39:16 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-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

USER root

2026-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:40:27 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:41:04 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-06-03 03:41:04 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:26:26 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:26:26 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:26:26 UTC (buildkit.dockerfile.v0)

USER root

2026-06-12 09:26:26 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:27:05 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:27:05 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:27:05 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:27:05 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-06-12 09:25:25 UTC

Size

122 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:fff3795b437199a0b714aadba6fb2c251d7da853c3e257d3fed1d2c8d0f05158 - 22.57% (27.5 MB)

[#001] sha256:bf56f071da00c1104dd00c0927a5bcf155f011e643cfd04236256c897ac3dd29 - 1.47% (1.79 MB)

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

[#003] sha256:644f4648395dc1f6a7ce50a87414abde3f15ef1adbe8258ca354b0e8b968b16a - 21.27% (26 MB)

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

[#005] sha256:4ecc2464d2b50efb5bffc4ddeb301edf82d292948d7e0558f28f77445b674d9a - 0.72% (904 KB)

[#006] sha256:d3b0e4e59a9bf407bb40ac15258485f018b5d4bdd7d3ab9dc89b4e4820de0be8 - 7.93% (9.68 MB)

[#007] sha256:2b860df9baea24c62a4316f57894d500a989597709c90c6cf154cedcc707ec5f - 7.85% (9.58 MB)

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

[#009] sha256:8f8f364e887eae19ae1273e7fbae47344d717c7d987fde3625c43733a82f0f83 - 20.61% (25.1 MB)

[#010] sha256:2b4004e4d8b37b8485a3410de7f782646b3c3e42803227daf51cd167afd4f5ee - 2.98% (3.64 MB)

[#011] sha256:d4b360d389c70785eeda6bcb4ef2b8eeedab85e1ca23dedfb943fb7b2c40768b - 13.07% (15.9 MB)

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


History
2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:34 UTC

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

2026-05-20 01:37:34 UTC

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

2026-06-03 03:41:34 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:41:34 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:41:34 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:41:34 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-06-03 03:41:52 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-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

USER root

2026-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:43:07 UTC (buildkit.dockerfile.v0)

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

2026-06-03 03:43:47 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-06-03 03:43:47 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:24:56 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:24:56 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:24:56 UTC (buildkit.dockerfile.v0)

USER root

2026-06-12 09:24:56 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:25:24 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:25:24 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:25:25 UTC (buildkit.dockerfile.v0)

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

2026-06-12 09:25:25 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