Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.1.0
Content Digest
sha256:deca0a41e98b15a404382776eabdce980e02bb1bd9902368e47d75ec50c04b6c
Details
Created

2024-07-26 12:59:58 UTC

Size

117 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:3713021b02770a720dea9b54c03d0ed83e03a2ef5dce2898c56a327fee9a8bca - 24.04% (28.2 MB)

[#001] sha256:6140a9d085226a83b1c364c6a26fa89f3a9746d939b81bee396d2a04f6d9c05d - 1.64% (1.93 MB)

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

[#003] sha256:1cdc5fd0335aef768a1b3ce141737f4b988f24cbdf301f3c7aa0a6e0cae4226c - 14.14% (16.6 MB)

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

[#005] sha256:3310c38ef459ff91fdc5a9482e38f9dc3c88ab2148736e13b8f8d5af057e07a1 - 17.04% (20 MB)

[#006] sha256:88df5ec8e616f2085d0417ace208784a58b8bba7c94b8870ab0ce545d1587f03 - 7.64% (8.95 MB)

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

[#008] sha256:d1929436fe2e22a05dfb6afc1f50c3c81844022eccb69d47ccdccbd79c4960a9 - 19.96% (23.4 MB)

[#009] sha256:f773d517fc065159845894c598cd334b575e614e1e1764285f63032b91fd1fc7 - 2.82% (3.31 MB)

[#010] sha256:c6eed8d61ab898185458689de08c88420aae3a8ec60277a30035641d119c4191 - 12.7% (14.9 MB)


History
2024-06-27 20:10:10 UTC

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

2024-06-27 20:10:10 UTC

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

2024-06-27 20:10:10 UTC

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

2024-06-27 20:10:10 UTC

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

2024-06-27 20:10:12 UTC

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

2024-06-27 20:10:12 UTC

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

2024-07-02 03:12:55 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:12:55 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:12:55 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:12:55 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-07-02 03:13:06 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-07-02 03:13:43 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-07-02 03:13:43 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:13:43 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:13:43 UTC (buildkit.dockerfile.v0)

USER root

2024-07-02 03:13:43 UTC (buildkit.dockerfile.v0)

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

2024-07-02 03:14:11 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-07-02 03:14:11 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:41 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:41 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:41 UTC (buildkit.dockerfile.v0)

USER root

2024-07-26 12:59:41 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:58 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:58 UTC (buildkit.dockerfile.v0)

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

2024-07-26 12:59:58 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-07-26 13:37:53 UTC

Size

102 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:f6d2cceb710e897ef3b81e28ea21268aa6d28deae90ac1ab9602ff738c88a650 - 24.96% (25.4 MB)

[#001] sha256:72899f108d80404046c99c0a254d5dbf6214a176b1376d1f769647956f3162cf - 1.73% (1.76 MB)

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

[#003] sha256:4b0e82828bc72a5efccff8f00f05407b36f8351feb9229afe2055746c05671ee - 14.76% (15 MB)

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

[#005] sha256:e00daeede1dd8676cfb9d7e9c5e04dce78d00bc3c353cc15d5ab3e7e35e51efe - 12.14% (12.4 MB)

[#006] sha256:2083349dadd046c18727a756b107c6495227fd74e274997505ffbb61f5b27abf - 8.14% (8.28 MB)

[#007] sha256:63ae16039469bb98a345bb5864733def1fe425eb70983f0c047cad268c37cec5 - 0.01% (7.28 KB)

[#008] sha256:713b43e6a34c31120cc4c934fcfe4746371d9933dd4c2ee81d7053e10e27316a - 21.49% (21.9 MB)

[#009] sha256:7157865334680f56aa7395b195435454d1fd104f5e9983bd782a6d7cecc9edd1 - 3.07% (3.13 MB)

[#010] sha256:10d1c72dac1c81bfad4bb203a0b1fec3ff636f49451c678d940ecf5388e4511c - 13.71% (14 MB)


History
2024-06-27 19:33:13 UTC

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

2024-06-27 19:33:13 UTC

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

2024-06-27 19:33:13 UTC

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

2024-06-27 19:33:13 UTC

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

2024-06-27 19:33:16 UTC

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

2024-06-27 19:33:16 UTC

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

2024-07-25 12:22:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:22:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:22:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:23:00 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-07-25 12:25:36 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-07-25 12:25:53 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-07-25 12:25:53 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:25:53 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:25:53 UTC (buildkit.dockerfile.v0)

USER root

2024-07-25 12:25:53 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:29:41 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-07-25 12:29:42 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:40:28 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:40:28 UTC (buildkit.dockerfile.v0)

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

2024-07-25 12:40:28 UTC (buildkit.dockerfile.v0)

USER root

2024-07-25 12:40:28 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:37:47 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:37:49 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:37:53 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-07-26 13:53:57 UTC

Size

104 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:4ce000a43472e4a2527834764b5044674760f1e2a766480798d03a93b51a0b39 - 25.14% (26.1 MB)

[#001] sha256:08550ce1a32026da0359a742822729d9c6dd474c2fa8ed8f1a321c2fcccf9b6b - 1.84% (1.91 MB)

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

[#003] sha256:ea36fd1adcc3e6719042fb07d083ea16a372f460d23d441fdd03ee85acfbd763 - 15.91% (16.5 MB)

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

[#005] sha256:e31edf42ad36a4899dde3326d8080cf75073528b6fc9195abde59e4871e9cd04 - 12.48% (13 MB)

[#006] sha256:e98ab1b25efe219d988169fb15384042f42ada333a26ce94e8d6eea2859430f1 - 8.13% (8.44 MB)

[#007] sha256:932c4abbf5024e75064d492fbca52fa1e70444f803914c1f599de82fb7f34cff - 0.01% (7.28 KB)

[#008] sha256:70f978988bb89c1ab4106a4f3d5665ee8b79d5796a139f912319605789da7f54 - 20.51% (21.3 MB)

[#009] sha256:6728db4a3d1b3d15fa4c59c9133d80cbf97fadac73326e72591468154b458672 - 2.95% (3.07 MB)

[#010] sha256:6f75941d8e6b885b0d1d66742f82d5e3919b5bbe588bafaa8589aab83e334e52 - 13.02% (13.5 MB)


History
2024-06-27 19:23:22 UTC

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

2024-06-27 19:23:22 UTC

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

2024-06-27 19:23:22 UTC

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

2024-06-27 19:23:22 UTC

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

2024-06-27 19:23:26 UTC

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

2024-06-27 19:23:26 UTC

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

2024-07-25 01:02:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:02:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:02:58 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:03:04 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-07-25 01:05:04 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-07-25 01:05:15 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-07-25 01:05:15 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:05:15 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:05:15 UTC (buildkit.dockerfile.v0)

USER root

2024-07-25 01:05:15 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:09:23 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-07-25 01:09:24 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:17:42 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:17:42 UTC (buildkit.dockerfile.v0)

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

2024-07-25 01:17:42 UTC (buildkit.dockerfile.v0)

USER root

2024-07-25 01:17:42 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:53:47 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:53:49 UTC (buildkit.dockerfile.v0)

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

2024-07-26 13:53:57 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