Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v2.0.0
Content Digest
sha256:5bf09ddc15470bf3d83aab2515e298262b59f8e72bdeaa9b3fad5c5d84d11328
Details
Created

2024-04-26 14:03:47 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
    22.04

Environment
PATH

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


Layers

[#000] sha256:e311a697a4031e52691ab1b5a8c325a448280fef9fc03d89dd97ab40f4245bce - 24.51% (28.2 MB)

[#001] sha256:791b86f8f3c1f0b686520ca0e4fa6479aa99f9b53820c8a18a0e4e59b052a6e4 - 1.68% (1.93 MB)

[#002] sha256:7125055144049bdd29d18464e4b0d7cb8254628411bae1fd5a6f73d5a8257d40 - 0.0% (317 Bytes)

[#003] sha256:89653d3d88fe985ec6f806df9f8af2993d3b79fc09e22d8478f52623e1260555 - 14.42% (16.6 MB)

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

[#005] sha256:429ca4267ad2eda69ff7dd484f376c6c0c0b489260e05cac353ed89e2c8e815b - 17.4% (20 MB)

[#006] sha256:bb873434e157a99df574da339c55513f41b819b0625b2e172869083bb3cf1b2b - 7.56% (8.69 MB)

[#007] sha256:7273c5b500cacf68b1c6b31b6d429260cbdfb3f89f38ba39f011858b7d3b867b - 0.01% (6.97 KB)

[#008] sha256:33f924992b0393d0d6d630ad8ddb241ceba1c4b5577bfbfec5b8e6cfd4f82cde - 18.75% (21.6 MB)

[#009] sha256:4ea847d46a899e86366fb14643bdd585308aac3fa004001affe04fa7ef9a5643 - 2.87% (3.3 MB)

[#010] sha256:07746848a15837606f76a7e8c8723ce9a658a73efc7b9c587dae0e4dd8cf7108 - 12.81% (14.7 MB)


History
2024-04-17 17:56:33 UTC

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

2024-04-17 17:56:33 UTC

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

2024-04-17 17:56:33 UTC

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

2024-04-17 17:56:33 UTC

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

2024-04-17 17:56:35 UTC

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

2024-04-17 17:56:35 UTC

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

2024-04-26 02:20:47 UTC (buildkit.dockerfile.v0)

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

2024-04-26 02:20:47 UTC (buildkit.dockerfile.v0)

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

2024-04-26 02:20:47 UTC (buildkit.dockerfile.v0)

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

2024-04-26 02:20:47 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-04-26 14:01:18 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-04-26 14:01:19 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-04-26 14:01:19 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:01:19 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:01:19 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 14:01:19 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:01:50 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-04-26 14:01:50 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:35 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:35 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:35 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 14:03:35 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:47 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:47 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:03:47 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-04-26 14:18:37 UTC

Size

99.7 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:f3b420ffc3c77ff845194a1e5c28971de13891b8169612c7e0a8f23ec0ba0a9c - 25.48% (25.4 MB)

[#001] sha256:73e8653afdf35ce49faef13cb37beff228e43716a4901d00b17e9e3f6d67766c - 1.76% (1.76 MB)

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

[#003] sha256:5a935f5e4547cadb61899b112f230efd77987b8cfad4def974ce60cb3dfa899a - 15.06% (15 MB)

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

[#005] sha256:3f7dfa8c6ab1ad3217d47ad11d9cb928d327fa1fe557b63b5bed5a3282e6a015 - 12.42% (12.4 MB)

[#006] sha256:efe0fa440a223846590c7ef3e66cf56b232d3744f26a0de2c20cabaa536e35fd - 8.12% (8.1 MB)

[#007] sha256:6d387ec67982940d319e625976766a5f099407c551ef267914a81bf6a0a66832 - 0.01% (7.01 KB)

[#008] sha256:0101740fa1cea1cbd10875711f1a362617faab9ba3c38e6acf2361c837574f36 - 20.18% (20.1 MB)

[#009] sha256:79e3387fd6be77d440c90730557ef66165734cf24965a452a10841def61aae55 - 3.12% (3.12 MB)

[#010] sha256:da84fc7dd314c97e02fe952180299c7eb679a02c394f3942c00b10ce7286fffe - 13.85% (13.8 MB)


History
2024-04-17 18:29:44 UTC

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

2024-04-17 18:29:44 UTC

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

2024-04-17 18:29:44 UTC

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

2024-04-17 18:29:44 UTC

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

2024-04-17 18:29:46 UTC

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

2024-04-17 18:29:46 UTC

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

2024-04-26 12:18:49 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:18:49 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:18:49 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:18:50 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-04-26 12:19:32 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-04-26 12:19:43 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-04-26 12:19:43 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:19:43 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:19:43 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 12:19: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-04-26 12:22:21 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-04-26 12:22:23 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:29:04 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:29:04 UTC (buildkit.dockerfile.v0)

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

2024-04-26 12:29:04 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 12:29:04 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:18:35 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:18:36 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:18:37 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-04-26 14:23:57 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:ef8879b7897601a39e1de82a5f2c44f77b7ce9c9d504f735a3fcc247197bbbfc - 25.66% (26.1 MB)

[#001] sha256:83b5164cc2db0bb2bca561d6e5554bcb14bf5a840ae3f6fa28c19f50ab3b4309 - 1.88% (1.91 MB)

[#002] sha256:4e7c699275616abe1656bae381cfde2834216a1a88d8ace8587d872eef444f5b - 0.0% (324 Bytes)

[#003] sha256:0f580866e976fa29ab2e8278979f3ca2aae74a066eefdc06ffb39b4ff824d8f8 - 16.23% (16.5 MB)

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

[#005] sha256:844c0abdbb4e99879a6342e7a6d40cae6161665c8a9677d3cf8eaab640d01784 - 12.77% (13 MB)

[#006] sha256:bc38b9284b60984f947a9bb9101a7f1540db8896e9b9765da6c3b3f3a0ad9f67 - 8.05% (8.18 MB)

[#007] sha256:0afda338738bdbc282f0507480c7162b2ac694398a3d9353b9987e768edf5fe8 - 0.01% (7.01 KB)

[#008] sha256:a25d69d6c82f6a097d436fe335e542dac22a39545fee723a939b222a555ec38f - 19.26% (19.6 MB)

[#009] sha256:c0b07ccf2ffe747520142c4ac6dd16b11e51fc1e0eb557eb6667b55664986701 - 3.01% (3.06 MB)

[#010] sha256:dc1ad306aed5230e06db82b6832bcbc5c20d9daf458e95bd64815552ef98a663 - 13.14% (13.4 MB)


History
2024-04-17 18:24:57 UTC

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

2024-04-17 18:24:57 UTC

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

2024-04-17 18:24:57 UTC

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

2024-04-17 18:24:57 UTC

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

2024-04-17 18:24:59 UTC

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

2024-04-17 18:24:59 UTC

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

2024-04-26 00:53:08 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:53:08 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:53:08 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:53:08 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-04-26 00:54:08 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-04-26 00:54:13 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-04-26 00:54:13 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:54:13 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:54:13 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 00:54:13 UTC (buildkit.dockerfile.v0)

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

2024-04-26 00:55: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-04-26 00:55:36 UTC (buildkit.dockerfile.v0)

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

2024-04-26 01:02:00 UTC (buildkit.dockerfile.v0)

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

2024-04-26 01:02:00 UTC (buildkit.dockerfile.v0)

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

2024-04-26 01:02:00 UTC (buildkit.dockerfile.v0)

USER root

2024-04-26 01:02:00 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:23:54 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:23:56 UTC (buildkit.dockerfile.v0)

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

2024-04-26 14:23: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