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

2026-08-14 07:37:18 UTC

Size

149 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:966c395d29cb24a3faf7e04f32878fe5778819d4132daee4f47e2aaf7b9af924 - 19.07% (28.4 MB)

[#001] sha256:fb19ac5bebf4d22960d12242d5056f24ca0b24ecbbdf8eb1c2d62a0f47e6fcb2 - 1.9% (2.82 MB)

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

[#003] sha256:59e404f51a823b82fd13b153f0c06baf5e5c23c3d101251f1eb0041bf8b9d6ac - 20.14% (30 MB)

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

[#005] sha256:682522be836e8f2244905f7aaab01b1cd949ab7fb93757c8b50ae65a76690106 - 0.65% (987 KB)

[#006] sha256:9274fbfd2610ef6e631bfb0dab7cf63c74ec69fb39445a1da19c081890010e2b - 15.38% (22.9 MB)

[#007] sha256:9125ec2755fcbf6586834e4856f554e286317b62f9d10fb2f027b67ba7267817 - 6.91% (10.3 MB)

[#008] sha256:fb0f4b5ed87d44aa83a22b868bf9a80092215a5da59d91811a6bcb2bd9139a02 - 0.0% (7.24 KB)

[#009] sha256:f49a62184cc36551e364a7fe0b1db02aa96a589354f74a31fddaa7394335c178 - 19.61% (29.2 MB)

[#010] sha256:4f614c1a2b635287dacfaf7d547ce48f9f5b3b06313a613c5a71af6c3f78c3fa - 2.69% (4 MB)

[#011] sha256:d6f6c31be1b07be7e952c6840c65195adc92792f12be6b084b59f34a43580e11 - 12.28% (18.3 MB)

[#012] sha256:7aabea4b6f8cfde9917d2236a30d77da862ef7e5ea958a47c3b3680aafb441bc - 1.35% (2.02 MB)


History
2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:22 UTC

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

2026-07-31 20:37:23 UTC

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

2026-08-04 06:32:14 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:32:14 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:32:14 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:32:14 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-08-04 06:32: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

2026-08-04 06:33:26 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-08-04 06:33:26 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:33:26 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:33:26 UTC (buildkit.dockerfile.v0)

USER root

2026-08-04 06:33:26 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:44:50 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:45: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 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-08-13 23:45:24 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:02 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:02 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:02 UTC (buildkit.dockerfile.v0)

USER root

2026-08-14 07:37:02 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:17 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:17 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:17 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:37:18 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-08-14 07:43:19 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.version
    24.04

Environment
PATH

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


Layers

[#000] sha256:c55214abec85c375f31bae91edc8d5ede87ebb1a3979fe7ba996b347fc559989 - 19.48% (25.6 MB)

[#001] sha256:c887fdc33a1b26eb6e41f7f702eec0c36f6d815be24755cb78f9411df6db24b5 - 2.33% (3.07 MB)

[#002] sha256:674a4873a845c93e8f219ebfc53a92d90e95db260acbccba3365b743950e2674 - 0.0% (318 Bytes)

[#003] sha256:24b73273c252dfc2f9ad60923ceb2155fcae424734d26c0491d898e0a3050060 - 20.68% (27.2 MB)

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

[#005] sha256:f71de6b857fe198ee897d8799802d9e34f6222f370885c0f9210c65aa5d5afce - 0.69% (924 KB)

[#006] sha256:36ca6563500a83bdcaa97a482bde51bfc35c020dd7bdff5d3a4f42c5c4ff1663 - 11.05% (14.5 MB)

[#007] sha256:aeb3d782e96fdf78b56c2bc8f13ada31171e082b4deaece6c8f84c18a29dd505 - 7.32% (9.64 MB)

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

[#009] sha256:4303ecbdeda2cb6344170d6093fc4da35206580eae83859372fdfad4e85432a0 - 20.9% (27.5 MB)

[#010] sha256:3edaf54b86ef9ffae0ccfd499ef0ff13eebbe8291667e0b7113712a30d059eb8 - 2.91% (3.82 MB)

[#011] sha256:e0d0d81fbc67233d0bf75c1a527f9b5171ca5d1b5c3b9cf6332e640ae39e64da - 13.12% (17.3 MB)

[#012] sha256:71904660c4a970d04e71d199531cf9d22947533124596a84ea3280cf659e55a5 - 1.5% (1.98 MB)


History
2026-07-31 20:45:36 UTC

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

2026-07-31 20:45:36 UTC

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

2026-07-31 20:45:36 UTC

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

2026-07-31 20:45:39 UTC

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

2026-07-31 20:45:40 UTC

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

2026-08-04 06:33:22 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:33:22 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:33:22 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:33:22 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2026-08-04 06:33:45 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-08-04 06:34:40 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2026-08-04 06:34:40 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:34:40 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:34:40 UTC (buildkit.dockerfile.v0)

USER root

2026-08-04 06:34:40 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:46:12 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:47:00 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-08-13 23:47:00 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:42:40 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:42:40 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:42:40 UTC (buildkit.dockerfile.v0)

USER root

2026-08-14 07:42:40 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:43:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:43:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:43:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:43:19 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-08-14 07:41:48 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.version
    24.04

Environment
PATH

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


Layers

[#000] sha256:d23996caa910b8e5029375ee7c7ec02ef8bae3d85194897323e7145071299ac9 - 20.81% (27.5 MB)

[#001] sha256:59852c377513e60d2fe01771f502db62b2aec72694a101643fe607ba6b7ad157 - 2.15% (2.85 MB)

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

[#003] sha256:0b07bc075006eb04efad11884e30e79441ae799bfa379c2a6884c03b671a4418 - 21.0% (27.8 MB)

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

[#005] sha256:3b7d12c9b1d8bc8f395685c5d41e17c8d1965276e7f0191a9a2d781c8495521c - 0.67% (904 KB)

[#006] sha256:c339a7e5519eb85802062a1f63e01e99cca6cddce528034d599cd53fa24877f3 - 11.93% (15.8 MB)

[#007] sha256:5949c00449f3057196110da31087f073c3d12cafb70de3cc6e3228134c2cd212 - 7.24% (9.58 MB)

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

[#009] sha256:f5c726a51d2923fa18e21cff233ebe59329aed40b64874b0167a45896c1e003e - 19.71% (26.1 MB)

[#010] sha256:aa76584c7ee4ef0638a9d8cc70c982078c2b2df707ad1b359bf57c78fa737cd2 - 2.76% (3.66 MB)

[#011] sha256:84be7fec5fe051a2ac3aec073b09e6c171d76f3ad59f8baf852557759063246b - 12.35% (16.4 MB)

[#012] sha256:002165224bada4a3a69b7bee320c669b9206a30d06076ee1e683079268f53d95 - 1.39% (1.84 MB)


History
2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:37 UTC

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

2026-07-31 20:45:37 UTC

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

2026-08-04 06:36:42 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:36:42 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:36:42 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:36:42 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

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

ARG SURICATA_VERSION=7.0

2026-08-04 06:38:10 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:38:10 UTC (buildkit.dockerfile.v0)

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

2026-08-04 06:38:10 UTC (buildkit.dockerfile.v0)

USER root

2026-08-04 06:38:10 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:46:11 UTC (buildkit.dockerfile.v0)

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

2026-08-13 23:47:00 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-08-13 23:47:00 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:18 UTC (buildkit.dockerfile.v0)

USER root

2026-08-14 07:41:18 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:48 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:48 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:48 UTC (buildkit.dockerfile.v0)

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

2026-08-14 07:41:48 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