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

2025-08-19 08:58:48 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.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
PATH

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


Layers

[#000] sha256:a3be5d4ce40198dc77f17780f02720f55b1898a2368f701dd1619fc9f84aac86 - 23.7% (28.2 MB)

[#001] sha256:226a08c7aeff9ffad1c71f0abb853b4225208d512749fcc7945b0ca96b45e354 - 1.62% (1.93 MB)

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

[#003] sha256:9ed38edbb00feed6b19c89144768d6ea7f7ebc51c1fe17509486ad3c452eb031 - 13.97% (16.6 MB)

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

[#005] sha256:7750a6b09178f5f1cc689f379fdde6b47f7c99daf7d19850e89b044cd3e47b1d - 16.82% (20 MB)

[#006] sha256:510d32f1d145a7e96f8616031dddd964a7381740b34a094319af315e95f66916 - 8.24% (9.79 MB)

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

[#008] sha256:cf0e8d5d028c4c415e96108d42265bbabba0c9cf8ed0221870b76dcc3f010cb5 - 19.91% (23.7 MB)

[#009] sha256:cd5466800df065d86b9f916c9899bdf8aa73a191d919b5521360485b19a9396b - 2.97% (3.52 MB)

[#010] sha256:8312a58d07d985fb76d4a22dad18d7af4a543f1805dcb74b9758f592c5c71a73 - 12.76% (15.2 MB)


History
2025-07-30 05:32:11 UTC

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

2025-07-30 05:32:11 UTC

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

2025-07-30 05:32:11 UTC

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

2025-07-30 05:32:11 UTC

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

2025-07-30 05:32:14 UTC

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

2025-07-30 05:32:14 UTC

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

2025-08-19 08:55:55 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:55:55 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:55:55 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:55:55 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-19 08:56:10 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-08-19 08:56:12 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-08-19 08:56:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:12 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 08:56:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:49 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-08-19 08:56:49 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:32 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:32 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:32 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 08:58:32 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:48 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:48 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:48 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-08-19 09:01:43 UTC

Size

103 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
    22.04

Environment
PATH

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


Layers

[#000] sha256:6530e67fdf3958f32e486561f05a1170b5fbcd419c51eb435b13993ecadad7b3 - 24.66% (25.4 MB)

[#001] sha256:cf42ee2a5733799e20bdf20ec69b839325ee8719ce3061cf17cdb265659458ea - 1.71% (1.76 MB)

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

[#003] sha256:81c1b805a5e58fedc0a617ac67642bc9833fd899352d3e074bf05747e4f88084 - 14.59% (15 MB)

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

[#005] sha256:3f49b194488d59897f18be75df1c50615e69f03ec4bfe417f29ee1e2e37e2050 - 12.01% (12.4 MB)

[#006] sha256:401f63d60862195ff8a5bee25d5543e8cc23cc0962de2d9edd7d0add99122379 - 8.75% (9.02 MB)

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

[#008] sha256:33fdfd3107a3849e1b5f105e9c9a0cb4363cfc09d9b4f01c9d24c709b98afc4b - 21.34% (22 MB)

[#009] sha256:c404b1e2918a54568aa234dad360a0da4dbce87b9d64b1879bd232bb213f3b18 - 3.19% (3.29 MB)

[#010] sha256:70294c180002bd0c7cbdb8145f032574ff3147fd8f8508130f85be8b0840891f - 13.72% (14.1 MB)


History
2025-07-30 05:34:02 UTC

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

2025-07-30 05:34:02 UTC

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

2025-07-30 05:34:02 UTC

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

2025-07-30 05:34:02 UTC

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

2025-07-30 05:34:05 UTC

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

2025-07-30 05:34:06 UTC

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

2025-08-19 08:56:37 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:37 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:37 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:56:38 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-19 08:56:58 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-08-19 08:57:00 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-08-19 08:57:00 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:00 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:00 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 08:57:00 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:50 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-08-19 08:57:50 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:12 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 09:01:12 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:42 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:43 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:43 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-08-19 09:02:03 UTC

Size

105 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
    22.04

Environment
PATH

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


Layers

[#000] sha256:12988d4e65587a5bf2d724b19602de581247805c1ae6298b95f29cef57aabbed - 24.77% (26.1 MB)

[#001] sha256:96e6843bd9cc8efcc8dde0e7eb677bd75540e3e71a84aad782295d2375359e3a - 1.81% (1.91 MB)

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

[#003] sha256:6995f3b5c388deadff075a6047d4f549b365b1a7aa1274fccc373f2f7fff8f12 - 15.69% (16.5 MB)

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

[#005] sha256:4ee86f4da65672fcbc1e583e06c3f5f74bedfd16ccd976e5acf0259c77255089 - 12.32% (13 MB)

[#006] sha256:6d1b796bc7285710cec41f7ebca987bcc2b5024b5dd645ff33cc04d29c618840 - 8.74% (9.21 MB)

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

[#008] sha256:7e4171e3edbb30d72b190c3b5fdd47ab19150f09228b8e1cfe1b705facebc1b6 - 20.45% (21.5 MB)

[#009] sha256:e1c9001aded5a15b552d945aba1c780e84a9d5b3241ba41e6b803facb1b254f2 - 3.11% (3.27 MB)

[#010] sha256:8bbf07d7205667d6b08dcb4b299ad3251a29c6c2938048e75eb4aa5422d453f1 - 13.1% (13.8 MB)


History
2025-07-30 05:34:14 UTC

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

2025-07-30 05:34:14 UTC

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

2025-07-30 05:34:14 UTC

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

2025-07-30 05:34:14 UTC

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

2025-07-30 05:34:17 UTC

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

2025-07-30 05:34:17 UTC

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

2025-08-19 08:57:56 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:56 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:56 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:57:56 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-19 08:58:16 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-08-19 08:58:19 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-08-19 08:58:19 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:19 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:58:19 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 08:58:19 UTC (buildkit.dockerfile.v0)

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

2025-08-19 08:59:14 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-08-19 08:59:15 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:41 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:41 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:01:41 UTC (buildkit.dockerfile.v0)

USER root

2025-08-19 09:01:41 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:02:02 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:02:02 UTC (buildkit.dockerfile.v0)

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

2025-08-19 09:02:03 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