Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.3.0-dev-pr6953
Content Digest
sha256:30e72c3ab5c5871425a21eea416827c5b1be993527fc947f41a712b3183bb90e
Details
Created

2025-01-24 14:06:37 -0800

Size

127 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:de44b265507ae44b212defcb50694d666f136b35c1090d9709068bc861bb2d64 - 22.35% (28.4 MB)

[#001] sha256:fe43dc091ff9788cfd2e0622f04e142c7159318a4ba6e23b34aef41b84419951 - 1.42% (1.8 MB)

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

[#003] sha256:8157d80599266db55a522937e54c6d366e04a242bee4adbccc00d0917a72b9f3 - 20.5% (26 MB)

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

[#005] sha256:5d15df9a02de92e4b89c9e21e04c6e763480e6fad462b03a63aeae89f35750ce - 12.39% (15.7 MB)

[#006] sha256:3023b8cdf9e18d47625080e85a59d9de57250b4b61e44ec490d2a0e0e08d3fd9 - 7.05% (8.95 MB)

[#007] sha256:5cb227c4882c62e408a23e407046459ddbbe749550293559b14c2b02677413d6 - 0.01% (7.31 KB)

[#008] sha256:184c072629811cff725ef5e859fc8db07bebfc19d6a4bea5b1503916b64f50cc - 20.48% (26 MB)

[#009] sha256:bb32415763ee9127e74ced29a8d47ff021ba84db6422a39ab71f98096a0450bf - 2.87% (3.64 MB)

[#010] sha256:5f234ac8bca281bb7c8e65a46090f73dfb7a0114fb595c5b1e2952e0747c5923 - 12.95% (16.4 MB)


History
2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:25 UTC

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

2024-11-19 17:29:25 UTC

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

2024-12-04 07:40:03 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:40:03 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:40:03 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:40:03 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-12-04 07:40:12 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

2024-12-04 07:40:52 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-12-04 07:40:52 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:40:52 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:40:52 UTC (buildkit.dockerfile.v0)

USER root

2024-12-04 07:40:52 UTC (buildkit.dockerfile.v0)

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

2024-12-04 07:41:19 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

2024-12-04 07:41:19 UTC (buildkit.dockerfile.v0)

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

2025-01-24 13:42:13 -0800 (buildkit.dockerfile.v0)

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

2025-01-24 13:42:13 -0800 (buildkit.dockerfile.v0)

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

2025-01-24 13:42:13 -0800 (buildkit.dockerfile.v0)

USER root

2025-01-24 13:42:13 -0800 (buildkit.dockerfile.v0)

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

2025-01-24 14:06:37 -0800 (buildkit.dockerfile.v0)

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

2025-01-24 14:06:37 -0800 (buildkit.dockerfile.v0)

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

2025-01-24 14:06:37 -0800 (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