Namespace
antrea
Image / Tag
antrea-agent-ubuntu:latest
Content Digest
sha256:23babd9c1fa70e2aa855c488f2302ff7ce55df8fda25253b5e7a3e70c9d9b9d5
Details
Created

2026-02-10 06:25:37 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.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:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 21.04% (28.3 MB)

[#001] sha256:8a7ba185618a7362d4a538bdff2e1b4913a89d016111edcc0bb2936a7c4158b2 - 1.34% (1.8 MB)

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

[#003] sha256:27bd0b38d994b57f64bbca79f0743c54e43cb15bcbe201f198f10af529366826 - 19.17% (25.8 MB)

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

[#005] sha256:39577141687af72be52eb4cf94add9fc4b549be4c41aa77c11252d91c8917abc - 0.69% (949 KB)

[#006] sha256:2fd9ce2d30678b83110e736372916c5205f261f382517128f590f281a75d11fc - 12.34% (16.6 MB)

[#007] sha256:9e36dfca87878d55978dba76b21bcb930093e4cfad6de0ba48e091384f311f3e - 7.63% (10.3 MB)

[#008] sha256:6a36fb52335ceff95655d25b63467e92c4e82b94888c9abb67d8854feefce543 - 0.01% (7.24 KB)

[#009] sha256:4d3d122f4fc4acd5948791cb9c54d3c832d9ea35db64120b8a48e136d0de1069 - 20.5% (27.6 MB)

[#010] sha256:0ffd0c0bf23f656a8813fdac85c82c786bb1f45ab09c52a2d231e7e237b0d705 - 2.93% (3.95 MB)

[#011] sha256:53c446790e9460a26c470daf9047f89ad643040e230c9e4398c1f8277eeb5a44 - 12.96% (17.5 MB)

[#012] sha256:b265a04fabe9a7a06a47cae890b30fa55f0aa1852ef9d69282b7de75c548d11d - 1.4% (1.89 MB)


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-16 07:21:33 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:21:33 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:21:33 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:21:33 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-01-16 07:21:51 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-01-28 05:27:45 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-01-28 05:27:45 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:27:45 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:27:45 UTC (buildkit.dockerfile.v0)

USER root

2026-01-28 05:27:45 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:22:52 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:23:28 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-02-09 03:23:28 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:22 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:22 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:22 UTC (buildkit.dockerfile.v0)

USER root

2026-02-10 06:25:22 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:25:37 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-02-10 06:30:48 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:a56277e49d30e9a430d5cefad3038f88470a8681e48b806fff292791ed54f1fc - 21.69% (25.6 MB)

[#001] sha256:71f2ba5b68bcc3f8699684a0bd614e8c64cb77caa7c5e4866444ee2d63153dbf - 1.39% (1.64 MB)

[#002] sha256:e46296b90f6f3e1a3d67bcbabe95c4b9e03aa64a845374902a7c62dda0c9a24e - 0.0% (322 Bytes)

[#003] sha256:5c05c413c4820ca17f566e571397f121dac10706740d8bec4c5fe178bd38ab4e - 20.17% (23.8 MB)

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

[#005] sha256:c6b1a645d46067e90115756e7bccfad31cd5c1b6109aa8c78616b3a82e3db3d0 - 0.74% (898 KB)

[#006] sha256:d1e43d0d4eddccaddedee3d6087d7cabcc320ca32c662244c8a6af2f4a6f5322 - 7.28% (8.59 MB)

[#007] sha256:ec8747d48c9cd5bd1981c4da18cfcab6aa2a28c878a465d93c5f59e7bac90666 - 8.15% (9.63 MB)

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

[#009] sha256:0f659f492bafe6d8d05b08e322ddc2f8e93614f683033fcb628f64b04dfb3be7 - 21.93% (25.9 MB)

[#010] sha256:b19cae0ecbb7ac7e8bb87ec9cd6ffd42fd9ffbbc732593e68d2b84cb13f5bb19 - 3.18% (3.75 MB)

[#011] sha256:5f3f6833a7690c74fef34889eb9f4a429f4e8d111a33a67d3bc33549c4951343 - 13.92% (16.4 MB)

[#012] sha256:03c4e20a51e8a17886d1303a05d1c56490397755acaa2b7fa80e52d5354296e4 - 1.54% (1.82 MB)


History
2026-01-13 05:39:59 UTC

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

2026-01-13 05:39:59 UTC

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

2026-01-13 05:39:59 UTC

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

2026-01-13 05:39:59 UTC

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

2026-01-13 05:40:02 UTC

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

2026-01-13 05:40:03 UTC

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

2026-01-16 07:23:52 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:23:52 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:23:52 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:23:52 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-01-16 07:24:13 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-01-28 05:29:14 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-01-28 05:29:14 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:29:14 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:29:14 UTC (buildkit.dockerfile.v0)

USER root

2026-01-28 05:29:14 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:28:17 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:28:57 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-02-09 03:28:57 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:09 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:09 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:09 UTC (buildkit.dockerfile.v0)

USER root

2026-02-10 06:30:09 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:47 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:47 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:48 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:30:48 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-02-10 06:29:05 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.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:36bf709aa36d66b784b0ba1aa3276848f28501175eeb4d7a310b1a98578f8558 - 22.76% (27.5 MB)

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

[#002] sha256:aa1e023e825f4b01b6978d0f32233c8b6b7ee5793de0fa813389ddfdc5378cab - 0.0% (322 Bytes)

[#003] sha256:e93be36a9b78d4d69eb601be1f8af1a0c3c7b5ad638a4e1790af9b56c8f262cd - 21.44% (25.9 MB)

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

[#005] sha256:7769fca23b614dee191b0ebf51e19844d32205b1dc7e67d7b8452bf770fdff5b - 0.71% (878 KB)

[#006] sha256:7729df2da8be6619f745673c31359a2a296a148dadf145bb33884d9a2453ef87 - 7.87% (9.52 MB)

[#007] sha256:9144c7b06503f5dccb56b11aebf949944c46350a01299c368fb2dbf041bd7faa - 7.91% (9.57 MB)

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

[#009] sha256:6396003c4b3d6d86fea96d0795b9205185c7255a6b69a4b2afcdc597e22f031c - 20.45% (24.7 MB)

[#010] sha256:f672158d7c556423e27e32c287b09e966a0425e0be43ec931786195b03055667 - 2.98% (3.61 MB)

[#011] sha256:da06c4ac823a8c10e86131d2437b9b74e5978a58b93d9d6aa51b70a64afd4092 - 12.93% (15.6 MB)

[#012] sha256:459128db2c1d87c5db9927230e9e38febe564002bbe880a1ba0ace16e8dc8c58 - 1.44% (1.75 MB)


History
2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:17 UTC

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

2026-01-13 05:40:17 UTC

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

2026-01-16 07:26:42 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:26:42 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:26:42 UTC (buildkit.dockerfile.v0)

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

2026-01-16 07:26:42 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-01-16 07:27:03 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-01-28 05:29:18 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-01-28 05:29:18 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:29:18 UTC (buildkit.dockerfile.v0)

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

2026-01-28 05:29:18 UTC (buildkit.dockerfile.v0)

USER root

2026-01-28 05:29:18 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:28:21 UTC (buildkit.dockerfile.v0)

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

2026-02-09 03:29: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-02-09 03:29:08 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:28:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:28:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:28:37 UTC (buildkit.dockerfile.v0)

USER root

2026-02-10 06:28:37 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:29:05 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:29:05 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:29:05 UTC (buildkit.dockerfile.v0)

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

2026-02-10 06:29: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