Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.3.0
Content Digest
sha256:97dfc4c855478cc77b6d5b8087b4d4d33d9a0da0c3c5c44bddb55d8a50681776
Details
Created

2025-02-22 03:57:47 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:5a7813e071bfadf18aaa6ca8318be4824a9b6297b3240f2cc84c1db6f4113040 - 22.07% (28.4 MB)

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

[#002] sha256:3fc3f9caf66e7430f0469eac0a36fbf2b27d673bf67585abce527f4d4c548edb - 0.0% (320 Bytes)

[#003] sha256:00537ca242fef37965e4d9cecfbbe9343bbe0788f4d74960babb88310f62b6af - 20.77% (26.7 MB)

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

[#005] sha256:2c286aed4f49d5aeaccc4b89ebd5379972435c24951915e6f71bc6432e40a15a - 12.24% (15.7 MB)

[#006] sha256:ec44a9d6511af459aebcac8e253eb13748d8d471533768d1f50902e5a98560fc - 7.62% (9.79 MB)

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

[#008] sha256:5a5e937d5602934e1447012060cc0d90ec54ddfc55124719869d24fdfcf31b97 - 20.25% (26 MB)

[#009] sha256:68af2044c2081e072bffd57b1f176bf5c86a0c56e68c37aa2d80eb305d5473d3 - 2.83% (3.64 MB)

[#010] sha256:cfb7f81de38a8b49799426d319db227b12efc81b91c5c32288df37d93b3a4703 - 12.82% (16.5 MB)


History
2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:03 UTC

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

2025-01-27 04:14:03 UTC

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

2025-02-05 19:52:39 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:52:39 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:52:39 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:52:39 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-02-05 19:52: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-02-05 19:53:33 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2025-02-05 19:53:33 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:53:33 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:53:33 UTC (buildkit.dockerfile.v0)

USER root

2025-02-05 19:53:33 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:54: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 && 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-02-07 21:04:13 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:31 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:31 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:31 UTC (buildkit.dockerfile.v0)

USER root

2025-02-22 03:57:31 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:46 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:46 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:57:47 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-02-22 04:01:59 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:3492abb11babfb77cfc5a8904e67b22f4e4fd68c8d8a7fe1119861ed6503b36f - 22.91% (25.6 MB)

[#001] sha256:75c5d6ca52e79a0d3ba6f3e8e7e7ec9128aea03dc221d7456d728f064e2d02b0 - 1.46% (1.64 MB)

[#002] sha256:71ca3cb531414b97fb71dd558ab6ae46b2e07c65706c90c0c12e75ce6f48d6b4 - 0.0% (320 Bytes)

[#003] sha256:d72bc622c0101d4dcd959a60f7265b15aa998d18d68fa19d508cdd2cf78d3c84 - 22.02% (24.6 MB)

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

[#005] sha256:5959293c564f1458a6a54809fffeed0409eb2ab077274c8118c111d7d72f5436 - 6.93% (7.75 MB)

[#006] sha256:220ca4efd0436cd273bf6e2e9c673f5e7e4e94a26c5895d035865fdc3fdbf6c5 - 8.06% (9.02 MB)

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

[#008] sha256:d87ac8863519059d62579c6fca9a719a5a96396d0e26f211212bc7ec378b9ee9 - 21.8% (24.4 MB)

[#009] sha256:c28c6e241bbfd615e57bc86eb505e60292f3489018cff4e26e11d9e6b38a66da - 3.03% (3.39 MB)

[#010] sha256:a7ec8eb87afd5a8083a4f873c59d067102456e2d732b2c6b783d99bb7ae9c5dd - 13.78% (15.4 MB)


History
2025-01-27 04:14:14 UTC

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

2025-01-27 04:14:14 UTC

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

2025-01-27 04:14:14 UTC

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

2025-01-27 04:14:14 UTC

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

2025-01-27 04:14:18 UTC

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

2025-01-27 04:14:18 UTC

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

2025-02-05 19:53:49 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:53:49 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:53:49 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:53:49 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-02-05 19:54: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-02-05 19:54:53 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2025-02-05 19:54:53 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:54:53 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:54:53 UTC (buildkit.dockerfile.v0)

USER root

2025-02-05 19:54:53 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:55: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-02-07 21:04:38 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:23 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:23 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:23 UTC (buildkit.dockerfile.v0)

USER root

2025-02-22 04:01:23 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:59 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:59 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:01:59 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-02-22 04:00:21 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:5b17151e9710ed47471b3928b05325fa4832121a395b9647b7e50d3993e17ce0 - 23.7% (27.6 MB)

[#001] sha256:5d58444995f7b930fa1889dc55cdf2a5f9b41ddb2c3d232822456f654b7d2326 - 1.54% (1.79 MB)

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

[#003] sha256:d91002ad376557b9e2e5528506454b90194272b5fe52a1dfea58f81d6db404aa - 23.06% (26.8 MB)

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

[#005] sha256:0c1f899d12a71ba32bf0d31052fe2cb6041c87fcf590772e435d97b593a4ceec - 7.46% (8.67 MB)

[#006] sha256:3750ca3bec690e9b5c0e8e291a0a4d70c6567bab4c5dc5661e7f8ce99c26dcb0 - 7.92% (9.21 MB)

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

[#008] sha256:373073f609669695a1b7574de5015f2183a6d95500008de54682904f410f4d40 - 20.46% (23.8 MB)

[#009] sha256:2d763aa5eca02ed8e700405e61a9aebe5ecf123cd9cf310884eff76b5128a0d6 - 2.91% (3.38 MB)

[#010] sha256:7e9677f3f991e795787de9a006322bdf9cbb480d321c06de68171f89a315c9c2 - 12.93% (15 MB)


History
2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:54 UTC

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

2025-01-27 04:14:54 UTC

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

2025-02-05 19:57:47 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:57:47 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:57:47 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:57:47 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2025-02-05 19: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-02-05 19:59:15 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2025-02-05 19:59:15 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:59:15 UTC (buildkit.dockerfile.v0)

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

2025-02-05 19:59:15 UTC (buildkit.dockerfile.v0)

USER root

2025-02-05 19:59:15 UTC (buildkit.dockerfile.v0)

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

2025-02-05 20:00:05 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-02-07 21:05:41 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:59:56 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:59:56 UTC (buildkit.dockerfile.v0)

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

2025-02-22 03:59:56 UTC (buildkit.dockerfile.v0)

USER root

2025-02-22 03:59:56 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:00:21 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:00:21 UTC (buildkit.dockerfile.v0)

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

2025-02-22 04:00:21 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