Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v1.15.1
Content Digest
sha256:21b169f35596e5a1991ba8f00055780ede07d9eea7d033e01de448ec2852b978
Details
Created

2024-03-25 08:23:25 UTC

Size

163 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
    22.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb - 17.23% (28.2 MB)

[#001] sha256:51beeac9d7147310399d5ee20f545fd883ec0954107510b39009283751c22f50 - 1.18% (1.93 MB)

[#002] sha256:83a7228a7b2ab6cca1e7355f3d9f23d63ed9d2903f3131db090b9e1e0fba5d15 - 0.0% (320 Bytes)

[#003] sha256:6ee726fac0d0d70fce6d68a58d756606b3bd2fb0ed488fb4a83f7e5cad36855f - 10.14% (16.6 MB)

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

[#005] sha256:83560dad48e161fa799cd835a8d7f4e0fd206cac6c95d8166399e9590d8399d9 - 12.18% (19.9 MB)

[#006] sha256:09fb0380cd76e0aecd19f5f2a2efc00f359d3eb8194de2cdf17500193a568284 - 5.32% (8.69 MB)

[#007] sha256:e1edb18a78fe7fc8df7b9ec83df3212988fd952aa732b91eb8f7113113a12bac - 0.0% (6.97 KB)

[#008] sha256:b372ffb3fcf49e40795ac0c9ee4be5797f5bef3661142223aa47369121761c79 - 25.31% (41.4 MB)

[#009] sha256:7bb814d7cfbce14adb4bea01b0ec82bbe5c9b4b953bdc20ef6b2747f56b6f9e9 - 7.45% (12.2 MB)

[#010] sha256:9ca2b24701d5d2839bc8c791b088a9d104c660060364af35555884faab66ae22 - 21.18% (34.6 MB)


History
2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:58 UTC

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

2024-02-27 18:52:59 UTC

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

2024-03-25 08:20:37 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:20:37 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:20:37 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:20:37 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-03-25 08:20: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

2024-03-25 08:20:59 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-03-25 08:20:59 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:20:59 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:20:59 UTC (buildkit.dockerfile.v0)

USER root

2024-03-25 08:20: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-03-25 08:21:31 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-03-25 08:21:31 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:13 UTC (buildkit.dockerfile.v0)

USER root

2024-03-25 08:23:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:25 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:25 UTC (buildkit.dockerfile.v0)

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

2024-03-25 08:23:25 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-03-25 09:18:50 UTC

Size

144 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
    22.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:abb4a589b6575b27b3632780f584416e354f1d3596a2b98cee1cc8dcd76ebe6e - 17.64% (25.4 MB)

[#001] sha256:cd942eb4bf8ff7259ee2ced17af72f82a2a60c37085888aeed42ecbe179de703 - 1.22% (1.76 MB)

[#002] sha256:04352c1c4398c637dcf4c2409221c2ee51ff13fc8d1bd9932656a5d9183aea4e - 0.0% (324 Bytes)

[#003] sha256:12591ae38ecaba2c9ab73e7aa9a52c0c9c9358a235602595edda8548a0d8a289 - 10.43% (15 MB)

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

[#005] sha256:8d6ca8b3d428d4f30a4fa9d8cbb7a3eade3db9481fcba62ada0b5ecabf47e09e - 8.54% (12.3 MB)

[#006] sha256:0a95554ac019e5729419d8b6ebb2c248519073c5f8f0014b9ca5946961cb6613 - 5.62% (8.1 MB)

[#007] sha256:b2fc5ddbf21434d25a5874aad4242ef93e6d908d3dcaf87f4fae6b648e9fb55a - 0.0% (7.02 KB)

[#008] sha256:f1a9444ddfd45c3479e76a2608f81942488fdfcce3decd8ebbcbad2b6ddee664 - 26.49% (38.1 MB)

[#009] sha256:b599d42e3eac9317b59cd5df9c3ec0e8701e3d467f330a41b7ebedaf91cac225 - 7.87% (11.3 MB)

[#010] sha256:6bf5fe08016a6a90878b743684f035735e151db0ca3b46bb0aad4e937a776bcd - 22.19% (32 MB)


History
2024-02-27 18:53:11 UTC

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

2024-02-27 18:53:11 UTC

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

2024-02-27 18:53:11 UTC

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

2024-02-27 18:53:11 UTC

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

2024-02-27 18:53:14 UTC

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

2024-02-27 18:53:15 UTC

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

2024-03-25 00:28:15 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:28:15 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:28:15 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:28:15 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-03-25 00:29:09 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-03-25 00:29:16 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-03-25 00:29:16 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:29:16 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:29:16 UTC (buildkit.dockerfile.v0)

USER root

2024-03-25 00:29:16 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:31:35 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-03-25 00:31:37 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:37:25 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:37:25 UTC (buildkit.dockerfile.v0)

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

2024-03-25 00:37:25 UTC (buildkit.dockerfile.v0)

USER root

2024-03-25 00:37:25 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:18:47 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:18:48 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:18:50 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-03-25 09:47:52 UTC

Size

148 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
    22.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f4bb4e8dca02be491b4f72d2ef2127a64ce49c48d0d9c0a0fcaffa625067679d - 17.63% (26.1 MB)

[#001] sha256:b1d741d91b3c73e3dca383e07c28b6caf2a292cc6875ca9f7337ae3757bd9347 - 1.29% (1.91 MB)

[#002] sha256:7ab3fc8adb1afb2c7b3a07ef350872ea80718f346676bdf7696e23427092e77e - 0.0% (323 Bytes)

[#003] sha256:e4203755610fe6d75e62d426599e2763145be86eb263533ebaf768be1ac9031e - 11.16% (16.5 MB)

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

[#005] sha256:cd06155c66b228b4b42679962a3e7adbba6b711f65002a21366923806eb66a52 - 8.72% (12.9 MB)

[#006] sha256:77dd522c80e9d14297b4b356633c5b43282508c23451c66622e2a03351e5c323 - 5.53% (8.18 MB)

[#007] sha256:0726a1994f2a79e25064f85bdc24256134735817e284741e531bb274e0081722 - 0.0% (7.02 KB)

[#008] sha256:9504752a72cb771d7e5a498e4986689b2374eb5a0581aa16c298017c2bb9c160 - 26.15% (38.7 MB)

[#009] sha256:27cab01562401f558d058dcb46e0aa234a58bd1c088e094a6f0246fc7d28db23 - 7.67% (11.3 MB)

[#010] sha256:be63aaa64a3ca9d764574d69d4a6ab62fe3ea0ebf80938beb5eea2bcc4ebb8cb - 21.84% (32.3 MB)


History
2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:22 UTC

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

2024-02-27 18:53:25 UTC

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

2024-02-27 18:53:25 UTC

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

2024-03-24 01:06:03 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:06:03 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:06:03 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:06:05 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-03-24 01:06:48 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-03-24 01:07:06 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-03-24 01:07:06 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:07:06 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:07:06 UTC (buildkit.dockerfile.v0)

USER root

2024-03-24 01:07:06 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:09:22 UTC (buildkit.dockerfile.v0)

RUN |1 SURICATA_VERSION=6.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-03-24 01:09:23 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:22:57 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:22:57 UTC (buildkit.dockerfile.v0)

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

2024-03-24 01:22:57 UTC (buildkit.dockerfile.v0)

USER root

2024-03-24 01:22:57 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:47:49 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:47:51 UTC (buildkit.dockerfile.v0)

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

2024-03-25 09:47:52 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