Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.2.0
Content Digest
sha256:213d6d23c638a9813fa7b8c4befd27f9e4dfb1b8c2ac23b1dcf734dd1ddb842e
Details
Created

2024-11-10 09:43:41 UTC

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:ff65ddf9395be21bfe1f320b7705e539ee44c1053034f801b1a3cbbf2d0f4056 - 22.4% (28.4 MB)

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

[#002] sha256:0c9ebdb7b48ed1d7e8cf853e0c3ddebeab31f111f860d1304c11eadff50b4080 - 0.0% (320 Bytes)

[#003] sha256:29f9fa42ee73a8218ceb17bfe330e1a7c809d388e4111125cafaa4c297f8c446 - 20.55% (26 MB)

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

[#005] sha256:2600b5bcfbd88f038d001c94be67fabe503bfb3f5da7319ae8c7a9802150d909 - 12.42% (15.7 MB)

[#006] sha256:1d68ee2e03ba1f537027188d3383a6cce0d747a2397c46fa11e0a22b09ef68e9 - 7.07% (8.95 MB)

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

[#008] sha256:29bc4a1d2229ad657196b38f83bd48eb8048d2d0a8115d99828b9ff989e8d669 - 20.39% (25.8 MB)

[#009] sha256:714ec6096992a3261dfe63b65bb5b1aae2a39a19c1e69469eaf756ceae78f9d6 - 2.81% (3.56 MB)

[#010] sha256:a069ac12d77e7d0e9d6432611ba487108b538db5e6fb82928112b256783a4d19 - 12.93% (16.4 MB)


History
2024-10-11 03:48:01 UTC

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

2024-10-11 03:48:01 UTC

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

2024-10-11 03:48:01 UTC

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

2024-10-11 03:48:01 UTC

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

2024-10-11 03:48:03 UTC

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

2024-10-11 03:48:04 UTC

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

2024-10-23 22:17:58 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:17:58 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:17:58 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:17:58 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-10-23 22:18:13 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-10-23 22:18:55 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-10-23 22:18:55 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:18:55 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:18:55 UTC (buildkit.dockerfile.v0)

USER root

2024-10-23 22:18:55 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:19:20 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-10-23 22:19:20 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:22 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:22 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:22 UTC (buildkit.dockerfile.v0)

USER root

2024-11-10 09:43:22 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:41 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:41 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:43:41 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-10 09:47:05 UTC

Size

110 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:7749ef83ff0cd36ce0d199799a4be8de9b91c6731f586202ab39a4605d27c4c7 - 23.26% (25.6 MB)

[#001] sha256:218efc08d6fb922ea397127c80bbcda2e383be92440328721c918e4c98b49545 - 1.49% (1.64 MB)

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

[#003] sha256:f45ee6e7bff7102730b52fc2b36c39495db365cfc2e45647426cf34b353f9aef - 21.81% (24 MB)

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

[#005] sha256:64151d2ea8c7e49ecbbdfc437c0445dff14e6cfb7b1ae6451e4639c555dde4ee - 7.04% (7.75 MB)

[#006] sha256:9102a4dc31f71a2ccd8921fb3e21c46236d75b54795d4f3260fbac36dd0399c7 - 7.52% (8.28 MB)

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

[#008] sha256:4919e5fd0290a417a31933ab37c795704a89996fe587fb46708d5eb6407d30a5 - 21.97% (24.2 MB)

[#009] sha256:7eb8da9ee49159cb48fb849960c1dcaa8eb69c48dec8538d98f2442ab9acdc4a - 3.01% (3.31 MB)

[#010] sha256:aad94f43f132b9ba1e2b2c097bf1faace94da47afac0a16e348e2e8b71b5395c - 13.89% (15.3 MB)


History
2024-10-11 03:49:10 UTC

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

2024-10-11 03:49:10 UTC

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

2024-10-11 03:49:10 UTC

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

2024-10-11 03:49:10 UTC

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

2024-10-11 03:49:14 UTC

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

2024-10-11 03:49:15 UTC

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

2024-10-23 22:19:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:19:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:19:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:19:28 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-10-23 22:19:53 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-10-23 22:20:42 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-10-23 22:20:42 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:20:42 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:20:42 UTC (buildkit.dockerfile.v0)

USER root

2024-10-23 22:20:42 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:21:27 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-10-23 22:21:27 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:46:19 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:46:19 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:46:19 UTC (buildkit.dockerfile.v0)

USER root

2024-11-10 09:46:19 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:47:05 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:47:05 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:47:05 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-10 09:45:34 UTC

Size

114 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:1f630473117188fe348ebdcf0da5e93138275af14007f15baf79967a365e647a - 24.07% (27.5 MB)

[#001] sha256:3ef1c99b569c9cf07db46436a61442dd6157c08897be324fda6c807969848b7d - 1.57% (1.79 MB)

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

[#003] sha256:4daabe9574999067b0f73137a86a14ff33c56b51f96726b17fee4d5fd71a88ae - 22.84% (26.1 MB)

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

[#005] sha256:e45aebdaa68c5e8e357e70bead88e1a0f3d7db503ac7c93797d531b4f9b86e12 - 7.58% (8.67 MB)

[#006] sha256:10c4df1e0373df797622d873fea4dc959162044f4c285ba442037d15a403422b - 7.37% (8.44 MB)

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

[#008] sha256:74a9ff7c38bcc8b44840f6eb2f1753887c034aab566217d668b79cf6e8e09989 - 20.62% (23.6 MB)

[#009] sha256:5014211a8b36ef6672042212d14757960cef22ad8f096229c9e330a27ff08aa0 - 2.89% (3.3 MB)

[#010] sha256:1b78568fc383b0068ad9d78a3322ea956f662bbad4eba0dc083aaa4bab53fa56 - 13.05% (14.9 MB)


History
2024-10-11 03:52:53 UTC

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

2024-10-11 03:52:53 UTC

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

2024-10-11 03:52:53 UTC

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

2024-10-11 03:52:53 UTC

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

2024-10-11 03:52:55 UTC

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

2024-10-11 03:52:55 UTC

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

2024-10-23 22:22:20 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:22:20 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:22:20 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:22:20 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-10-23 22:22:39 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-10-23 22:23:28 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-10-23 22:23:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:23:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:23:28 UTC (buildkit.dockerfile.v0)

USER root

2024-10-23 22:23:28 UTC (buildkit.dockerfile.v0)

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

2024-10-23 22:24: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

2024-10-23 22:24:02 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:01 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:01 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:01 UTC (buildkit.dockerfile.v0)

USER root

2024-11-10 09:45:01 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:34 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:34 UTC (buildkit.dockerfile.v0)

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

2024-11-10 09:45:34 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