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

2024-11-26 21:25:42 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:afad30e59d72d5c8df4023014c983e457f21818971775c4224163595ec20b69f - 22.39% (28.4 MB)

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

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

[#003] sha256:e75903748d80bbfbe53de1bd0412b5e72c86d25fe353e5561d18243594b94880 - 20.54% (26 MB)

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

[#005] sha256:dea9394ec08c7f091c3a3c955dca63328777d846ad72ca8bf49e456e712a1de9 - 12.41% (15.7 MB)

[#006] sha256:73d937459ec0c28456f1110350f717a330ecf2ddb95cdccdcd86628a12caf833 - 7.06% (8.95 MB)

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

[#008] sha256:53931be61e16bf622749873db3a93aec20e1aa9483d7f4b143a057d38c971803 - 20.43% (25.9 MB)

[#009] sha256:79115e45aecd85e834f7074cb8985d0e2bb42e4ea337b81273808204f5061c16 - 2.82% (3.57 MB)

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


History
2024-10-16 09:25:54 UTC

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

2024-10-16 09:25:54 UTC

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

2024-10-16 09:25:54 UTC

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

2024-10-16 09:25:55 UTC

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

2024-10-16 09:25:57 UTC

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

2024-10-16 09:25:57 UTC

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

2024-11-18 17:50:01 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:50:01 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:50:01 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:50:01 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-11-18 17:50:15 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-11-18 17:50:57 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-11-18 17:50:57 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:50:57 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:50:57 UTC (buildkit.dockerfile.v0)

USER root

2024-11-18 17:50:57 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:51:26 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-11-18 17:51:26 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:26 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:26 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:26 UTC (buildkit.dockerfile.v0)

USER root

2024-11-26 21:25:26 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:41 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:41 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:25:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-26 21:28:46 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:bca51b985bec22ed70905f426f055641ef48b89c81b90c99246fed6ff752a789 - 23.25% (25.6 MB)

[#001] sha256:c5978a08a8732f0a5bc42e538149dc2ebfb2e4fd26f51deeaf636a10f57ccdde - 1.48% (1.64 MB)

[#002] sha256:c3f3e3115f030c8ae229abebe6656a034d13a0789fd43c4e17e27ca19186d661 - 0.0% (322 Bytes)

[#003] sha256:124bf2fce3bb7161a3c06d393dda416cb5e4fec158f972ab62fc7e1900f6fdbe - 21.8% (24 MB)

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

[#005] sha256:3b5a9266a48717b1afbaf889d4f6a666820c86c06d8e8b5ee658b276af65c2fb - 7.04% (7.75 MB)

[#006] sha256:b07ba45c969fa1df93c5b6fccbad7212b11d25687f42fee5ec8821b630bda7fd - 7.51% (8.28 MB)

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

[#008] sha256:29a34764d424639d8065383cbf202b0253ca6a1728c3dc2800aafb062144d6da - 22.01% (24.3 MB)

[#009] sha256:aac3e3d55e3bf89e0f7f7a195c36139c75557a8cc6b05ce8821cf6b62d45d0ca - 3.02% (3.32 MB)

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


History
2024-10-16 09:25:48 UTC

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

2024-10-16 09:25:48 UTC

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

2024-10-16 09:25:48 UTC

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

2024-10-16 09:25:48 UTC

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

2024-10-16 09:25:51 UTC

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

2024-10-16 09:25:51 UTC

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

2024-11-18 17:51:36 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:51:36 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:51:36 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:51:36 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-11-18 17:52:02 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-11-18 17:52:50 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-11-18 17:52:50 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:52:50 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:52:50 UTC (buildkit.dockerfile.v0)

USER root

2024-11-18 17:52:50 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:53:39 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-11-18 17:53:39 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:09 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:09 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:09 UTC (buildkit.dockerfile.v0)

USER root

2024-11-26 21:28:09 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:46 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:46 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:28:46 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-26 21:27:51 UTC

Size

115 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:e3366dd687552c0533285c7066bb8e937a5aaa2ff3a0c1c7f1305b3310399895 - 24.06% (27.6 MB)

[#001] sha256:271b50faeb57710f7ff80361f80641f64b4732183acc84a2ad67f6342685e515 - 1.57% (1.79 MB)

[#002] sha256:ba94bc68ee93b679a8418c7b4f556c4ee4d4e0235e1bfc599de7f0afd9a8f49b - 0.0% (322 Bytes)

[#003] sha256:5f51822f8147895b7d1455b65198b076adbc18cff083f5a639f7d0dcb63229f5 - 22.83% (26.1 MB)

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

[#005] sha256:527bc8e80f45e36012c1f00d8623d76c943305fdfe29889d91514f8c9637fe64 - 7.57% (8.67 MB)

[#006] sha256:42f425180665a10aab350516ffaa1fce11427292c8355953f643965250642a35 - 7.37% (8.44 MB)

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

[#008] sha256:ef3632301bed0c58b16c36384105c272d16111f8de793943e3591e1cd212d7dd - 20.66% (23.7 MB)

[#009] sha256:d29b7b231356fd4ad4265448eb3eef6b4b7e1ea449b5f89eef1475ef58733402 - 2.9% (3.32 MB)

[#010] sha256:541e340e3306c9b37b4f6bc063267069a581dde6efec5cafd7ed321a28fe9a5b - 13.04% (14.9 MB)


History
2024-10-16 09:25:38 UTC

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

2024-10-16 09:25:38 UTC

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

2024-10-16 09:25:38 UTC

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

2024-10-16 09:25:38 UTC

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

2024-10-16 09:25:40 UTC

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

2024-10-16 09:25:40 UTC

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

2024-11-18 17:54:58 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:54:58 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:54:58 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:54:58 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-11-18 17:55:23 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-11-18 17:56:18 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION=7.0

2024-11-18 17:56:18 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:56:18 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:56:18 UTC (buildkit.dockerfile.v0)

USER root

2024-11-18 17:56:18 UTC (buildkit.dockerfile.v0)

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

2024-11-18 17:57:01 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-11-18 17:57:01 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:22 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:22 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:22 UTC (buildkit.dockerfile.v0)

USER root

2024-11-26 21:27:22 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:50 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:50 UTC (buildkit.dockerfile.v0)

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

2024-11-26 21:27:51 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