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

2024-06-21 08:03:42 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:7646c8da332499ae416b15479ce832db32e39a501c662e24324f595509a0d3db - 24.45% (28.2 MB)

[#001] sha256:55088b2891d102b113ae721ff9073b009cc916e23fbaea2f1352f2c3877a97a5 - 1.67% (1.93 MB)

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

[#003] sha256:f5003f6bc728e4c212c6da222394262dfe63ed220a4594bf632a0f80c897dac6 - 14.39% (16.6 MB)

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

[#005] sha256:d9cb15468c33c009f72bef7aa6ade2ff5bada84314d9ede38ab89179b570e018 - 17.36% (20 MB)

[#006] sha256:bcce40f13cc84e0782ad615f7d748ccfbf01ab3aeaf14a95bb94f22af76cd8a4 - 7.73% (8.91 MB)

[#007] sha256:5f464ac652c27668eb5f327f74ed8d364544471169a9ed55ae06872fd5e4905b - 0.01% (6.97 KB)

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

[#009] sha256:a4394b7dddbd7a93e414bc56f100a4cb577e86b40c00e4ce2c57a6e421b44964 - 2.86% (3.3 MB)

[#010] sha256:f6a069ebad28cc31392651e8d62c91adc322244f6af7f6f112c5cffa31b6450d - 12.78% (14.7 MB)


History
2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:23 UTC

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

2024-06-03 10:32:25 UTC

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

2024-06-03 10:32:26 UTC

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

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

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

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

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

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

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

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

COPY charon-logging.conf /tmp # buildkit

2024-06-21 08:01:14 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-06-21 08:01:15 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-06-21 08:01:15 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:01:15 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:01:15 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 08:01: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-06-21 08:01:42 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-06-21 08:01:42 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:30 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:30 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:30 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 08:03:30 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:42 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:42 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:03:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-06-21 08:31:26 UTC

Size

99.9 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:a7d6949ac966fed9a061428466d68cc616d739583d012661c3c826f017b64981 - 25.43% (25.4 MB)

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

[#002] sha256:1ffc822f76df3721a07e67203a9dce845f299b902d8d49b0fe0622726b76f106 - 0.0% (324 Bytes)

[#003] sha256:c93806b72824ff8aa6b8ddeb6160bbf2188ff1f0fdce010c805e546f3adbbe9b - 15.03% (15 MB)

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

[#005] sha256:05552c4a86ecee79910c94d737932149703c4cec2d955201f603b6ac2cedf0c5 - 12.39% (12.4 MB)

[#006] sha256:2717a2a5f23802e3924ae73d7e67b6a6a95de909f217ddf200a71f171385ad28 - 8.25% (8.25 MB)

[#007] sha256:a2b108b74ae5ff6f6ae9309ca7879e1d7d8e817ebc4291766d07c1c6982be6c5 - 0.01% (7.02 KB)

[#008] sha256:0b61c3da3994ad69074506974a4532a4100a29bf64175809ad8b868470774b26 - 20.18% (20.2 MB)

[#009] sha256:2599bf96158f9f8234c6f32a1eb658362afce17792f8c3e9b92cda9f3c169413 - 3.12% (3.12 MB)

[#010] sha256:fa6c3ceb67c14c490c81ed6cdb52b65415f2203159b7fea932e6b966fe782ba5 - 13.82% (13.8 MB)


History
2024-06-03 10:36:14 UTC

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

2024-06-03 10:36:14 UTC

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

2024-06-03 10:36:14 UTC

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

2024-06-03 10:36:14 UTC

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

2024-06-03 10:36:23 UTC

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

2024-06-03 10:36:24 UTC

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

2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:31:15 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:31:16 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-06-21 00:32:41 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-06-21 00:33:08 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 00:33:08 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:35: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-06-21 00:35:37 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:29:51 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:29:51 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:29:51 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 08:29:51 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:31:22 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:31:23 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:31:26 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-06-21 08:39:51 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:9b10a938e28486049341cb41134e8c0c141b2e25870896c597e2a54df471acbb - 25.59% (26.1 MB)

[#001] sha256:d443554d1b792244946f5550ec1e99b21188673dc724fba0cbdc4e1d8dfe99f7 - 1.87% (1.91 MB)

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

[#003] sha256:07d01472f7494bfc286bdb740da26b845d81cc3739db41916f88905d7968a830 - 16.19% (16.5 MB)

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

[#005] sha256:0e965cb1a5aa4d69652ee1e44556cbcc34fccace79aa93d2168d51118ac4b8fd - 12.74% (13 MB)

[#006] sha256:2c49acc183b10e18ad4d984d279effdc5cb13d0406d74bc7164b384058056d3f - 8.24% (8.41 MB)

[#007] sha256:c57f8808a258dd524b93124456c497f568e8c5bf8f1e8e15b0aab8cc44cc8a57 - 0.01% (7.02 KB)

[#008] sha256:2a13f2bca581343c75604c66b91d4b747bf1f4b55900fdbf754da4a1c4423afe - 19.25% (19.6 MB)

[#009] sha256:bb806abde8d67348aa8598c706bc1487c6cbe5e16ba5989b2a2add8b4c1e90c2 - 3.0% (3.06 MB)

[#010] sha256:5bf69bd3306ffb5c6c8baf8b41ec99dad9667fdd3d190eb47612203b6a1ab563 - 13.11% (13.4 MB)


History
2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:07 UTC

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

2024-06-03 10:30:11 UTC

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

2024-06-03 10:30:12 UTC

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

2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:55:37 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:55:42 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-06-21 00:56:28 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-06-21 00:56:45 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 00:56:45 UTC (buildkit.dockerfile.v0)

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

2024-06-21 00:58:51 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-06-21 00:58:52 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:38:11 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:38:11 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:38:11 UTC (buildkit.dockerfile.v0)

USER root

2024-06-21 08:38:11 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:39:50 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:39:50 UTC (buildkit.dockerfile.v0)

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

2024-06-21 08:39: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