Namespace
kubeovn
Image / Tag
kube-ovn:v1.15.0-dpdk-x86
Content Digest
sha256:ef3fb65ace3660880d68a7a9c531649c0da684cfd47910b258b1901b34aac5fe
Details
Created

2025-12-14 02:42:32 UTC

Size

788 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
PATH

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


Layers

[#000] sha256:02de03a7213b62b792ec66a7efb8c86c4117ca00fb8651facf8ecfe33044b485 - 3.7% (29.2 MB)

[#001] sha256:b30be24053e2eba36886f4394c71b4cbe7e6f03c69deb590145ecc94f53867cd - 20.23% (159 MB)

[#002] sha256:3091005231f3135f424d5faef889f4be68a1643455deec3338237a10249d4eee - 0.62% (4.88 MB)

[#003] sha256:a6aa8b84794c9988778be96054283af3a23d5eb43948d07101bec9c1fe8cc089 - 0.0% (208 Bytes)

[#004] sha256:b5867519be3da45804d8931a8de50020a16423cdae3e704b3ab318097a8f53d8 - 34.74% (274 MB)

[#005] sha256:0f49617a4d90c6cd4b9b09b4cbd8cd8a0dc543580a1b57bd85621d15ad399cba - 29.48% (232 MB)

[#006] sha256:c72edecab1e09e92f4a0c0c6e1bdfd5a1afd2b776736cc39c0091d571b47d1d1 - 1.3% (10.2 MB)

[#007] sha256:c97de10eb3b0d4cde1d820d8f54c69bd8b9df5c5e75e4506d439ef873cc66e4d - 0.17% (1.37 MB)

[#008] sha256:032f23551e3ba4aa472db61afea5a5fc1b2c99944bebdc13ecb89db9095273e7 - 0.0% (671 Bytes)

[#009] sha256:6ea118d7a2845ad2d3d9d4e0044c8020c1678e139338f6dd2adf133aabb69ea8 - 0.0% (897 Bytes)

[#010] sha256:f523edde34ee693f50f868bf25058898b92861c31d2df0f2e988ab7fe4952585 - 9.75% (76.9 MB)

[#011] sha256:f4cf2fe3869e420d215d99aa05cd3d75e77f2e09c80a7554c36725a2f7629094 - 0.0% (1.61 KB)

[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

2025-12-13 19:23:41 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-12-13 19:23:41 UTC (buildkit.dockerfile.v0)

ARG PIP_BREAK_SYSTEM_PACKAGES=1

2025-12-13 19:23:41 UTC (buildkit.dockerfile.v0)

RUN |2 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c apt update && apt upgrade -y && apt install ca-certificates python3 libunwind8 netbase ethtool iproute2 ncat libunbound8 libatomic1 kmod iptables python3-netifaces python3-sortedcontainers tcpdump ipvsadm ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack iputils-tracepath logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins python3-pip build-essential libssl-dev libibverbs-dev libnuma-dev libpcap-dev -y --no-install-recommends && rm -rf /var/lib/apt/lists/* && rm -rf /etc/localtime # buildkit

2025-12-13 19:23:43 UTC (buildkit.dockerfile.v0)

RUN |2 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c pip3 install meson ninja pyelftools # buildkit

2025-12-13 19:23:43 UTC (buildkit.dockerfile.v0)

RUN |2 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c mkdir -p /var/run/openvswitch && mkdir -p /var/run/ovn && mkdir -p /etc/cni/net.d && mkdir -p /opt/cni/bin # buildkit

2025-12-13 19:23:43 UTC (buildkit.dockerfile.v0)

ARG DPDK_VERSION=24.11.2

2025-12-13 19:38:12 UTC (buildkit.dockerfile.v0)

COPY /usr/src/dpdk-stable-24.11.2 /usr/src/dpdk-stable-24.11.2 # buildkit

2025-12-13 19:46:27 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 DPDK_VERSION=24.11.2 /bin/sh -c cd /usr/src/dpdk-stable-${DPDK_VERSION} && rm -rf ./build && meson build && ninja -C build && ninja -C build install && ldconfig && rm -rf /usr/src/dpdk-stable-${DPDK_VERSION} # buildkit

2025-12-13 19:46:29 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 DPDK_VERSION=24.11.2 /bin/sh -c dpkg -i --ignore-depends=dpdk /packages/*.deb # buildkit

2025-12-13 19:46:29 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive PIP_BREAK_SYSTEM_PACKAGES=1 DPDK_VERSION=24.11.2 /bin/sh -c cp /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk /usr/sbin/ovs-vswitchd # buildkit

2025-12-14 02:42:30 UTC (buildkit.dockerfile.v0)

COPY logrotate/* /etc/logrotate.d/ # buildkit

2025-12-14 02:42:30 UTC (buildkit.dockerfile.v0)

COPY grace_stop_ovn_controller /usr/share/ovn/scripts/grace_stop_ovn_controller # buildkit

2025-12-14 02:42:32 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-12-14 02:42:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c /kube-ovn/iptables-wrapper-installer.sh --no-sanity-check # buildkit

2025-12-14 02:42:32 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

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