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

2025-07-22 02:18:10 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:1d387567261efec2a352c45b8d512a8db5c246122fb9f246ae9190252a0c3adb - 23.7% (28.2 MB)

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

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

[#003] sha256:673434a8ab5329c3a8feb56fd908286cfb8dbdcacb69e8a993520250801052e9 - 13.97% (16.6 MB)

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

[#005] sha256:52efb530bcd1f19b2281d0d5d9b50e7a2497f3ed170a593048a01c5be3f9061a - 16.83% (20 MB)

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

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

[#008] sha256:e961bdcd7e11ee61389a0a9227e02b69ef9b7dfc9662671d049bca5c61bacbf9 - 19.9% (23.7 MB)

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

[#010] sha256:26cbcaadaba6ac8be61dab548c6eacb562f4a6f955232154d735baadc5543ab8 - 12.76% (15.2 MB)


History
2025-07-14 16:33:29 UTC

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

2025-07-14 16:33:29 UTC

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

2025-07-14 16:33:29 UTC

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

2025-07-14 16:33:29 UTC

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

2025-07-14 16:33:31 UTC

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

2025-07-14 16:33:32 UTC

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

2025-07-22 02:15:23 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:15:23 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:15:23 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:15:23 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-07-22 02:15:36 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-07-22 02:15:37 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-07-22 02:15:37 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:15:37 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:15:37 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:15:37 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:08 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-07-22 02:16:08 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:17:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:17:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:17:54 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:17:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:18:10 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:18:10 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:18:10 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-07-22 02:21:25 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:b631e1b943f5908ca45d1b97a5df0d1ac75d7a25349c57236e5aa62ebc56e797 - 24.67% (25.4 MB)

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

[#002] sha256:9a0eee411714e2b1cebb8add0150f2b260359ec65348884e5304f232129d9fc5 - 0.0% (320 Bytes)

[#003] sha256:71729b3596bbc7845d2c14ab1f578eba01bfd26b0115c8f471f592dd7ed1749b - 14.6% (15 MB)

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

[#005] sha256:d0e1b533196d0ba1ceac6b1210ceb79a25432dd1944d9b3f6714542bb1303aa9 - 12.02% (12.4 MB)

[#006] sha256:5721bc2ec38f541635ceba8cff40053552b89510350ef2d6176e02652056c5a3 - 8.75% (9.02 MB)

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

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

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

[#010] sha256:8c4e7c407a39f50db14496e18b34c841dff7966447b21584fd0b6bb4ed41806b - 13.72% (14.1 MB)


History
2025-07-14 16:34:09 UTC

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

2025-07-14 16:34:10 UTC

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

2025-07-14 16:34:10 UTC

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

2025-07-14 16:34:10 UTC

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

2025-07-14 16:34:13 UTC

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

2025-07-14 16:34:13 UTC

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

2025-07-22 02:16:29 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:29 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:29 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:29 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-07-22 02:16:49 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-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:17:39 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-07-22 02:17:39 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:54 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:20:54 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:21:25 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:21:25 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:21:25 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-07-22 02:20:12 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:ef6d179edc98e93dc6073cb3ddec6f1a6ed1d68d04cd7836a82abfd397922a05 - 24.77% (26.1 MB)

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

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

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

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

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

[#006] sha256:6a142dd1613ade4414c7e0fd01269e9ad610a924b69a4b3fe52f3616a6f59ed6 - 8.75% (9.21 MB)

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

[#008] sha256:7547761abf216f67f810765db035b755ebb32a4344c3bd25d6dde7a4a831fb3a - 20.45% (21.5 MB)

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

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


History
2025-07-14 16:34:14 UTC

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

2025-07-14 16:34:14 UTC

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

2025-07-14 16:34:14 UTC

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

2025-07-14 16:34:14 UTC

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

2025-07-14 16:34:16 UTC

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

2025-07-14 16:34:17 UTC

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

2025-07-22 02:16:33 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:33 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:33 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:33 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-07-22 02:16:50 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-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=6.0

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:16:51 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:17:36 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-07-22 02:17:36 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:19:50 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:19:50 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:19:50 UTC (buildkit.dockerfile.v0)

USER root

2025-07-22 02:19:50 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:11 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:11 UTC (buildkit.dockerfile.v0)

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

2025-07-22 02:20:12 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