Namespace
kubeovn
Image / Tag
kube-ovn:v1.13.16-debug-x86
Content Digest
sha256:7de8ac6b034274ec249bf727b2b869a343a452812f79d14047dcdb876c83f45e
Details
Created

2026-01-10 01:37:28 UTC

Size

370 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 - 7.89% (29.2 MB)

[#001] sha256:a5cea1b1368dbca3b86f7ed963904b3aad0cb402b721f0734a7a2a0f966e5bff - 17.36% (64.2 MB)

[#002] sha256:f354d4dcccbf2726b8ce595344c0eec4b7d7c699bfd7c4ad779c157a2350c67d - 0.0% (211 Bytes)

[#003] sha256:45c9f500a4df1956ab3dd675dcd92a043441e00457032c72c02823bcda25f994 - 0.01% (31 KB)

[#004] sha256:f76dd3da7bb269d48c7197390c170c0501c3cb8911efed698f87bc2a0cfbefff - 9.9% (36.6 MB)

[#005] sha256:424636cd0ff4c4d30f347bfe370757dadd6cde58bcb4da7caf7321c8d030d6ea - 22.93% (84.8 MB)

[#006] sha256:25f6ba76b9314e3507ccfbe9658f1718033dfcfbfec02b48ab720d14926d161c - 0.0% (671 Bytes)

[#007] sha256:f27d9fded9865179c9f8bfc63f8d67ee5a7da0e9396f911f95563ba719c1c8e7 - 0.0% (896 Bytes)

[#008] sha256:c2b807c058bf0f38613faf0b1c2dd0629e096af5e9f4ef2a7f68d41696ac6301 - 37.32% (138 MB)

[#009] sha256:f615b54d4c21571183f017ae65567e147b891eaa5c030486b600c35ba26bcd22 - 0.0% (1.61 KB)

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

[#011] sha256:423b50166f84efbc58115565ebf42d0dad58d664a79b963724399c4e6f03cbae - 4.58% (16.9 MB)


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"]

2026-01-09 19:29:15 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2026-01-09 19:29:15 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase ethtool iproute2 ncat libunbound8 procps libatomic1 kmod iptables python3-netifaces python3-sortedcontainers tcpdump ipvsadm ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack traceroute iputils-tracepath logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl0 libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends && setcap CAP_NET_ADMIN+eip $(readlink -f $(which conntrack)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ethtool)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ip)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ipset)) && setcap CAP_NET_ADMIN,CAP_NET_RAW+eip $(readlink -f $(which xtables-legacy-multi)) && setcap CAP_NET_ADMIN,CAP_NET_RAW+eip $(readlink -f $(which xtables-nft-multi)) && setcap CAP_NET_RAW+eip $(readlink -f $(which arping)) && setcap CAP_NET_RAW+eip $(readlink -f $(which ndisc6)) && setcap CAP_NET_RAW+eip $(readlink -f $(which tcpdump)) && setcap CAP_SYS_ADMIN+eip $(readlink -f $(which nsenter)) && setcap CAP_SYS_ADMIN+eip $(readlink -f $(which sysctl)) && setcap CAP_SYS_MODULE+eip $(readlink -f $(which modprobe)) && setcap CAP_SYS_NICE+eip $(readlink -f $(which nice)) && rm -rf /var/lib/apt/lists/* && rm -rf /etc/localtime && rm -f /usr/bin/nc && rm -f /usr/bin/netcat && rm -f /usr/lib/apt/methods/mirror && deluser sync # buildkit

2026-01-09 19:29:15 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /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

2026-01-09 19:29:15 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2026-01-09 19:29:16 UTC (buildkit.dockerfile.v0)

RUN |2 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 /bin/sh -c curl -sSf -L --retry 5 -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_$(arch) && chmod +x /usr/bin/dumb-init # buildkit

2026-01-09 19:30:56 UTC (buildkit.dockerfile.v0)

RUN |2 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 /bin/sh -c cp /godeps/loopback /godeps/portmap /godeps/macvlan ./ && cp /godeps/kubectl /godeps/gobgp /usr/bin/ # buildkit

2026-01-09 19:30:56 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2026-01-09 19:38:49 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /bin/sh -c cp /packages/bfdd-beacon /packages/bfdd-control /usr/bin/ && cp /packages/ovs-sandbox /usr/bin/ && chmod +x /usr/bin/ovs-sandbox && setcap CAP_NET_BIND_SERVICE+eip /usr/bin/bfdd-beacon && dpkg -i /packages/openvswitch-*.deb /packages/python3-openvswitch*.deb && dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && rm -rf /var/lib/openvswitch/pki/ && chown -R nobody: /var/lib/logrotate && setcap CAP_NET_ADMIN+eip $(readlink -f $(which ovs-dpctl)) && if [ "${DEBUG}" != "true" ]; then setcap CAP_NET_BIND_SERVICE+eip $(readlink -f $(which ovsdb-server)) && setcap CAP_NET_ADMIN,CAP_NET_BIND_SERVICE,CAP_SYS_ADMIN+eip $(readlink -f $(which ovs-vswitchd)); else apt update && apt install -y --no-install-recommends gdb valgrind && rm -rf /var/lib/apt/lists/* && dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/*.ddeb; fi # buildkit

2026-01-09 19:38:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/dumb-init" "--"]

2026-01-10 01:37:25 UTC (buildkit.dockerfile.v0)

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

2026-01-10 01:37:25 UTC (buildkit.dockerfile.v0)

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

2026-01-10 01:37:28 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2026-01-10 01:37:28 UTC (buildkit.dockerfile.v0)

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

2026-01-10 01:37:28 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2026-01-10 01:37:28 UTC (buildkit.dockerfile.v0)

COPY kubectl /usr/bin/kubectl # 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