Namespace
antrea
Image / Tag
antrea-agent-ubuntu:latest-test
Content Digest
sha256:28c1f6bbe7a35a5bc1d76172fc111dfcaec00c4ae7b545b32d25f91a898d2b86
Details
Created

2024-09-17 20:15:45 UTC

Size

126 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:dafa2b0c44d2cfb0be6721f079092ddf15dc8bc537fb07fe7c3264c15cb2e8e6 - 22.58% (28.4 MB)

[#001] sha256:bd480d3b73393276918df15be66fd5e76b3c36e64c3dedc7eb204407d54e4c4f - 1.44% (1.8 MB)

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

[#003] sha256:d8fce19e7e1d4ffdb2579b18b0963011d1feae9444ec1342f7ba76b74ba7e574 - 22.54% (28.3 MB)

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

[#005] sha256:3e07ffefeac5bb8d3c119cd25cf6cf8354bfe9da6ee013e4ef70b48dd590b1ab - 12.51% (15.7 MB)

[#006] sha256:bcf7c8665d0b971bc604ef0e93f71d7f4494d49353fd8940cab33bbe34d63b44 - 7.12% (8.95 MB)

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

[#008] sha256:dd49bcf5f00209cad8fa36cbc1ba2416bc553bc2c1de5d36dab360921b707c78 - 18.88% (23.7 MB)

[#009] sha256:6c81d8e71c2a49b31de5afd4e2dfc8ea192ee5fab6d73607fae9ded747093050 - 2.86% (3.59 MB)

[#010] sha256:a7b3dea988c046e5e368d0ee97828e68b3bf537eca4373a3679e2c0e0fe91b7d - 12.06% (15.2 MB)


History
2024-08-27 15:55:01 UTC

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

2024-08-27 15:55:01 UTC

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

2024-08-27 15:55:01 UTC

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

2024-08-27 15:55:01 UTC

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

2024-08-27 15:55:03 UTC

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

2024-08-27 15:55:03 UTC

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

2024-09-17 20:06:30 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:06:30 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:06:30 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:06:30 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-09-17 20:06: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

2024-09-17 20:07:41 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-09-17 20:07:41 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:07:41 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:07:41 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:07:41 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:08:16 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-09-17 20:08:16 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:29 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:29 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:29 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:15:29 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:45 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:45 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:15:45 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-09-17 20:27:37 UTC

Size

120 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:eb7e9efa9f9d063fec8aeb787b87620ae79d524925cdea2e8c267bdd96cac928 - 21.34% (25.6 MB)

[#001] sha256:79a3ea1e3e608f6b7b2f8e4457261394365c90046497762ebf34f98eebe5ef85 - 1.36% (1.64 MB)

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

[#003] sha256:04a4f561723da5fccfa3519d57e32726ae905c762b67f0a325d264052eadc05b - 21.42% (25.7 MB)

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

[#005] sha256:286928e0551878f3a49826b7b391e6016787ee9ac4ab20c3755539573efd5a02 - 16.07% (19.3 MB)

[#006] sha256:50d422f4bcb2e58e6ba5bf919bfd8d48a519ef35e98a09bf24486c16467fd9ae - 6.9% (8.28 MB)

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

[#008] sha256:84895f07716044eafb848e8fdcf53830008c852d4559731a33f63602827f9743 - 18.36% (22 MB)

[#009] sha256:95e871a9fd29b44228a731974ab03cdcd035fcbb152bc148ec3ad163e41517ae - 2.79% (3.35 MB)

[#010] sha256:65ff37f96c39e25bd2a7292115efdd4b4fa8c33f13eee8bbbae67eb3b0c97288 - 11.76% (14.1 MB)


History
2024-08-27 15:55:10 UTC

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

2024-08-27 15:55:11 UTC

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

2024-08-27 15:55:11 UTC

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

2024-08-27 15:55:11 UTC

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

2024-08-27 15:55:14 UTC

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

2024-08-27 15:55:14 UTC

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

2024-09-17 20:20:57 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:20:57 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:20:57 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:20:57 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-09-17 20:21:17 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-09-17 20:21:59 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-09-17 20:21:59 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:21:59 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:21:59 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:21:59 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:22:40 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-09-17 20:22:40 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:00 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:00 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:00 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:27:00 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:37 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:37 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:27:37 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-09-17 20:30:47 UTC

Size

113 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:6e59cb05818e49ea83cbe79bd46eb80418dfe3cb3735b45570f93a23579e2cec - 24.29% (27.5 MB)

[#001] sha256:0654124fe44181235b26c5745347e807b1d325761364499a39b74c21e117ece4 - 1.58% (1.79 MB)

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

[#003] sha256:5ac39c93ac3200e3c30fd695fa782abafe887f22eec2a5c9f6793e90b2189403 - 24.91% (28.3 MB)

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

[#005] sha256:64cf2b2bd117a69721bf5b5d1a3a310ef16d22deaea01367d986bb74f5fb7e44 - 7.64% (8.67 MB)

[#006] sha256:b3d985fcb748836ef48d982f010131e2945a20f8a2afdb9e96d786f5178f1cbd - 7.44% (8.44 MB)

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

[#008] sha256:3b4ca5535678ee060e1b5bc4fba79359283cbf3159003afc4782965980d99016 - 19.04% (21.6 MB)

[#009] sha256:0b2d20c608e05b710c363c92ce9e9901eda5bb7a3f0c84f4717d259580d60651 - 2.94% (3.34 MB)

[#010] sha256:1daf2fdd114a1cd50d53dd83bd0da792a0cb3e80eb5805adde7fe560fe90e0a0 - 12.15% (13.8 MB)


History
2024-08-27 15:55:18 UTC

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

2024-08-27 15:55:18 UTC

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

2024-08-27 15:55:18 UTC

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

2024-08-27 15:55:18 UTC

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

2024-08-27 15:55:20 UTC

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

2024-08-27 15:55:20 UTC

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

2024-09-17 20:25:03 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:25:03 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:25:03 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:25:03 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-09-17 20:25:25 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-09-17 20:26:17 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-09-17 20:26:17 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:26:17 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:26:17 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:26:17 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:26:55 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-09-17 20:26:55 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:19 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:19 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:19 UTC (buildkit.dockerfile.v0)

USER root

2024-09-17 20:30:19 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:47 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:47 UTC (buildkit.dockerfile.v0)

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

2024-09-17 20:30:47 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