Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.4.1
Content Digest
sha256:6c21e81a624fadc3d7e5130789bb6c3f5e7f512bd01f633f3865d79bee86c6a9
Details
Created

2025-08-14 07:24:37 UTC

Size

129 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:b71466b94f266b4c2e0881749670e5b88ab7a0fd4ca4a4cdf26cb45e4bde7e4e - 22.04% (28.3 MB)

[#001] sha256:c475ee5760226f7f2fe02bfd3960edfeea823083e600e0d529d44fce6f3cd25b - 1.4% (1.8 MB)

[#002] sha256:da207785af717dbf8ed05a01ac02bd6c8dd1ad0207588e242df06b9286ff2c66 - 0.0% (319 Bytes)

[#003] sha256:575a6eb656cec76f144deebfcbe376155a85630fc9fca3d57241606e29a5fced - 19.65% (25.3 MB)

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

[#005] sha256:6d72688c7ae74a53db0905cc73122c9e7b774de6413a0716c5f26eddea4c95b3 - 12.22% (15.7 MB)

[#006] sha256:dbf9ce031afbaf1028d55f83fcc1e0071545a3b995efe0c37a313d70bea40732 - 7.61% (9.79 MB)

[#007] sha256:aee7497a06ccd93220da71d4637aca6eb7a659992b9e6f495f2edce89f517129 - 0.01% (7.24 KB)

[#008] sha256:19d4aeb7ca3299dbc77458cdc18a9b10d4a34656ba907b2322159e07510cb42e - 20.54% (26.4 MB)

[#009] sha256:ab2fbca2472ddf4609d52f3d17a1689f21585d10a26a7d0f0303ec9acb28ec49 - 3.02% (3.89 MB)

[#010] sha256:11d6fab36d731913f8d0f3bd6abde7a1232cdff6d1b8311b364cb43c892bdebf - 13.5% (17.4 MB)


History
2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:00 UTC

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

2025-07-30 06:51:02 UTC

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

2025-07-30 06:51:03 UTC

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

2025-08-13 00:00:34 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:00:34 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:00:34 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:00:34 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-13 00:00:45 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-13 00:01:29 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-08-13 00:01:29 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:01:29 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:01:29 UTC (buildkit.dockerfile.v0)

USER root

2025-08-13 00:01:29 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-13 00:02:02 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-08-14 07:22:07 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:23 UTC (buildkit.dockerfile.v0)

USER root

2025-08-14 07:24:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:36 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:36 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:24:37 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-08-14 07:27:57 UTC

Size

112 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:5775aaee0b6caf578e138eda76ce3385180e0796b81e02b9edf4909084017d62 - 22.84% (25.6 MB)

[#001] sha256:34b42946a65ef50c5b7fc41c4e1fd93090f3a9589af85d6202d1050513238093 - 1.46% (1.64 MB)

[#002] sha256:d9f93aa00c7572bae2dbb9479e2ee2748966161c400d1c72c314879049d7bcb4 - 0.0% (319 Bytes)

[#003] sha256:7b2b5ac13616761b8c59eb90b6e41c3889164b8c0be9ccee833be3794005a6e5 - 20.83% (23.4 MB)

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

[#005] sha256:c14d65f66d60bedad50e2d6a7e445a81a8b83dd62825ddee9032dcd64d187d4e - 6.9% (7.73 MB)

[#006] sha256:1e0086ef97b5e5f44bd87f402b7d468cec7feefced28a5dc986e34820da9f158 - 8.04% (9.02 MB)

[#007] sha256:b0b9b46c5c454a6ecb65ed16723adca657126a176e36d2e68ad8e1eea6b9c3e7 - 0.01% (7.24 KB)

[#008] sha256:0950153e71cdd15d7722d087c26093d76df94fabb6909c97f1e0a9675e4a26e8 - 22.07% (24.7 MB)

[#009] sha256:69668c3b24fc43db932a64e640e7df587e7ff9bccc5f0eeb25a765c9776027d1 - 3.29% (3.69 MB)

[#010] sha256:be8d4d6c3b15493211bc729088d56b8612ebb08aca78ee66ddec6419335eee62 - 14.56% (16.3 MB)


History
2025-07-30 06:54:14 UTC

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

2025-07-30 06:54:14 UTC

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

2025-07-30 06:54:14 UTC

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

2025-07-30 06:54:14 UTC

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

2025-07-30 06:54:17 UTC

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

2025-07-30 06:54:18 UTC

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

2025-08-13 00:01:16 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:01:16 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:01:16 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:01:16 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-13 00:01:40 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-13 00:02:17 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-08-13 00:02:17 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:02:17 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:02:17 UTC (buildkit.dockerfile.v0)

USER root

2025-08-13 00:02:17 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-13 00:03:01 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-08-14 07:22:21 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:23 UTC (buildkit.dockerfile.v0)

USER root

2025-08-14 07:27:23 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:57 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:57 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:27:57 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-08-14 07:26:17 UTC

Size

116 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:49a8ca9a328e179fe07d40f7f2fd5fb2860b5c45463c288b64f05be521173d2e - 23.73% (27.5 MB)

[#001] sha256:f51393690be1b328002f3bdc937c2269d17ededb0c0a3a5344a3143b0ea24bf2 - 1.55% (1.79 MB)

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

[#003] sha256:5c144a625a6117fab14f968bdda56782e79dcef5113df042b8cb9fe2acbc1d48 - 21.87% (25.4 MB)

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

[#005] sha256:879b7f4784e401b30c276628673002283ce72232f9c2effb62fc91bfaa06132e - 7.46% (8.66 MB)

[#006] sha256:6e33450f2742b4db7717abe71c270b8c191ee43e728caaa7e8cff6434ecc22c3 - 7.94% (9.21 MB)

[#007] sha256:ee102195071100235bc7ed703b91c7dd90d32ef8e069fa16fc7618e84dd6cb44 - 0.01% (7.24 KB)

[#008] sha256:756046c9328871166f3241b5015c25e6af5d399a7612249e12b966c2e7e595a1 - 20.73% (24 MB)

[#009] sha256:e27cc8ac916e24feaaa57ed38828695d497895f19c8c48c2d973c1a2e42ab20a - 3.09% (3.59 MB)

[#010] sha256:b7dc0789319b8694c50bd91f2c9a5e855324eea056279bc83638da6b5d8a03bb - 13.62% (15.8 MB)


History
2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:53 UTC

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

2025-07-30 07:00:53 UTC

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

2025-08-13 00:03:45 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:03:45 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:03:45 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:03:46 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-08-13 00:04:08 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-13 00:04:49 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2025-08-13 00:04:49 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:04:49 UTC (buildkit.dockerfile.v0)

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

2025-08-13 00:04:49 UTC (buildkit.dockerfile.v0)

USER root

2025-08-13 00:04:49 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-13 00:05:33 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-08-14 07:23:22 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:25:58 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:25:58 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:25:58 UTC (buildkit.dockerfile.v0)

USER root

2025-08-14 07:25:58 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:26:16 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:26:16 UTC (buildkit.dockerfile.v0)

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

2025-08-14 07:26:17 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