Namespace
antrea
Image / Tag
antrea-agent-ubuntu:v1.15.0
Content Digest
sha256:d2eb0b7fb99702ff562a7f0306af0a2442f050e5c60212e9af00702e9326dfa3
Details
Created

2024-01-27 02:03:45 UTC

Size

164 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:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee - 17.17% (28.2 MB)

[#001] sha256:ddc7ecd957e928f17cdef54823ce0d3c113b6bf7fbdf36ab9ca610f4a8286214 - 1.17% (1.93 MB)

[#002] sha256:7ad43cfa2eae7868f15f9a22faea4df0e1ed7bad2651750b785fd82bfe953b5c - 0.0% (320 Bytes)

[#003] sha256:65c11f7f79194793f843fc0295ac6699cc3909631fa7270ae7deaed75b078d9a - 10.09% (16.6 MB)

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

[#005] sha256:942ddbb343bab971aa82ff1f44f706414744c8631667206dc2e7911a3468bfeb - 12.52% (20.6 MB)

[#006] sha256:3a5cdf9b7ae5de9966e4ba133094f45f5005dff773921ee4c7245c38de461cf8 - 5.29% (8.69 MB)

[#007] sha256:9b00c507783a433f010ce674f480e151e140c4aec73062fa32cf7b634fae6914 - 0.0% (6.83 KB)

[#008] sha256:b54468ad32732c8f477ae85d22c905a1289fd8f7c86e6de16bd739a890cbf292 - 25.23% (41.4 MB)

[#009] sha256:08ea6619d4896be774e7412b39b20b1f5c96fe02ff6da8420bb7000d24c9db8f - 7.42% (12.2 MB)

[#010] sha256:ce7479f960d03ae79b2b8087af506efbe846edcff9c961898be5e228406c0274 - 21.09% (34.6 MB)


History
2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:09 UTC

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

2024-01-11 17:08:11 UTC

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

2024-01-11 17:08:11 UTC

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

2024-01-27 01:59:50 UTC (buildkit.dockerfile.v0)

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

2024-01-27 01:59:50 UTC (buildkit.dockerfile.v0)

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

2024-01-27 01:59:50 UTC (buildkit.dockerfile.v0)

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

2024-01-27 01:59:50 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-01-27 02:00: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-01-27 02:00:16 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

2024-01-27 02:00:16 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:00:16 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:00:16 UTC (buildkit.dockerfile.v0)

USER root

2024-01-27 02:00: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-01-27 02:00:47 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-01-27 02:00:47 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:28 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:28 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:28 UTC (buildkit.dockerfile.v0)

USER root

2024-01-27 02:03:28 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:44 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:45 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:03:45 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-01-27 02:19:51 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:781c0280deb7f9bce0fa19ad87a096aa89f97dc84ad63641be966b6c27e33c84 - 17.59% (25.4 MB)

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

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

[#003] sha256:9a18cf778ecd1ca350b06c148e8c8355e9205318755741fb2154981eb48973db - 10.4% (15 MB)

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

[#005] sha256:9d406912f9f45ffe43daf37f4f4a96c9249cacbc29737c65029e8817795dfb0d - 8.73% (12.6 MB)

[#006] sha256:9e77b2b4d047b5363b83846c7c18918b1d94c6b2d2e6c985d1a7264c03c64e4e - 5.61% (8.1 MB)

[#007] sha256:e0024b30961f821eda85c5d7b095736e2834ed60e4b652c08d870ca9d5e81184 - 0.0% (6.86 KB)

[#008] sha256:e5c910340838f0f3af0ee7f94fbd6c93c594848abc1ebd90e4eecbf525224fd6 - 26.47% (38.2 MB)

[#009] sha256:4f80d1c73d2534ae5797f1008f43e94c23c9be0aed97921201b877a660bc68a7 - 7.85% (11.3 MB)

[#010] sha256:0994038e0c3d36b5a06a321ed8e2e601508afb76ea4c8f7ac648cf19fea7e259 - 22.13% (32 MB)


History
2024-01-11 17:30:37 UTC

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

2024-01-11 17:30:37 UTC

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

2024-01-11 17:30:37 UTC

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

2024-01-11 17:30:37 UTC

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

2024-01-11 17:30:39 UTC

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

2024-01-11 17:30:40 UTC

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

2024-01-26 00:13:15 UTC (buildkit.dockerfile.v0)

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

2024-01-26 00:13:15 UTC (buildkit.dockerfile.v0)

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

2024-01-26 00:13:15 UTC (buildkit.dockerfile.v0)

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

2024-01-26 00:44:25 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-01-26 00:45:56 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-01-26 00:46:02 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

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

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

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

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

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

USER root

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

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

2024-01-26 00:48:12 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-01-27 00:22:25 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:36:48 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:36:48 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:36:48 UTC (buildkit.dockerfile.v0)

USER root

2024-01-27 00:36:48 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:19:47 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:19:48 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:19:51 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-01-27 02:41:23 UTC

Size

149 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:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 - 17.56% (26.1 MB)

[#001] sha256:a985eb0e7d0a1456a1ff744d1dc4beca927e99b12cd66f2d59e24847cc88a431 - 1.28% (1.91 MB)

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

[#003] sha256:dd10576be4b6b526772f60af6389dee941ac2b03cc5d29d5e24cd329d7674e7d - 11.11% (16.5 MB)

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

[#005] sha256:0fc276ac3e477b056a07adaa78e7d43dddfbe81a7dc781bae3566708b9cdf362 - 9.07% (13.5 MB)

[#006] sha256:d31a61aecdd354674910d11125c8b98ca726665c61d7a72c088b28136a2f5a10 - 5.51% (8.18 MB)

[#007] sha256:b6da771a9ec135ccbd0519a9b79539bf9c26b606956777dd19c5fdf1eb1692fc - 0.0% (6.86 KB)

[#008] sha256:94a8525d43831c3acc93bfbcabe3f169c95e2934fedad4beed8845e7b11c81c0 - 26.08% (38.8 MB)

[#009] sha256:40eca7137e1262d945f25b233b3e1fc8c758e6634b1b95556fa05afe14d40149 - 7.64% (11.3 MB)

[#010] sha256:a66c06622ccba26e1993c26fd037dd51f97a08f46775b9a7892bcd903ba09f94 - 21.75% (32.3 MB)


History
2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:13 UTC

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

2024-01-11 17:03:15 UTC

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

2024-01-11 17:03:15 UTC

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

2024-01-26 01:06:42 UTC (buildkit.dockerfile.v0)

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

2024-01-26 01:06:42 UTC (buildkit.dockerfile.v0)

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

2024-01-26 01:06:42 UTC (buildkit.dockerfile.v0)

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

2024-01-26 01:06:43 UTC (buildkit.dockerfile.v0)

COPY charon-logging.conf /tmp # buildkit

2024-01-26 01:07:17 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-01-26 01:07:47 UTC (buildkit.dockerfile.v0)

ARG SURICATA_VERSION

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

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

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

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

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

USER root

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

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

2024-01-26 01:09:49 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-01-27 00:47:06 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:58:24 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:58:24 UTC (buildkit.dockerfile.v0)

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

2024-01-27 00:58:24 UTC (buildkit.dockerfile.v0)

USER root

2024-01-27 00:58:24 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:41:21 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:41:22 UTC (buildkit.dockerfile.v0)

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

2024-01-27 02:41:23 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