Namespace
kubeovn
Image / Tag
kube-ovn:v1.14.0-2c946ec6f-amd64
Content Digest
sha256:661ff2efcc46d9c6fda9b99925ad2a9bd4c47ae59656671d9615efc37c303244
Details
Created

2025-06-16 08:40:31 UTC

Size

228 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:f90c8eb4724ca5d2a796a06b736e16a72dae1ebb467ed19663c84d7d762d0a91 - 12.77% (29.2 MB)

[#001] sha256:284b79f98099e1da52b47acb4cccb60c47bfd90941b402ae44f394bcee832679 - 27.44% (62.7 MB)

[#002] sha256:d8dcc3237ebc748d8d5e6de8d407afa47de1c2dba2765460624d27493142d714 - 0.0% (210 Bytes)

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

[#004] sha256:4848d41c7287d9832e870888042a7448ae91edc5e90c94853d8f7530b8e7c729 - 16.15% (36.9 MB)

[#005] sha256:37969889e4a3c187e900bd42147f7337302ec901e505ebb33348d24637e31067 - 4.26% (9.74 MB)

[#006] sha256:bab8bd4a91fb93488f45fc0eec3623fc3f45c327a1fa8a5f8df5e77f96a90fc6 - 0.54% (1.23 MB)

[#007] sha256:0c0d63c2fb9421214ab141dffb41a7bdd3c36029455738ce3b285fe21d7dff89 - 0.0% (670 Bytes)

[#008] sha256:4e3b32a997bd518808a07e2f8c244f983b228f26c93ceda111db7186cd4e6322 - 0.0% (894 Bytes)

[#009] sha256:ee7d1794362a55f1b90151feadad6da59cf74e0219a4ae9189d62ada3cb1e60a - 31.47% (71.9 MB)

[#010] sha256:0ca6913fa7890864b3bd8e4735e5729747c170f7b4bdd3f9f39aeb5b008e6220 - 0.0% (1.61 KB)

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

[#012] sha256:68606ac24b08d1eb135a34a1c6cc6884d10a76b2f5b3e9b40c7f5e939ff90263 - 7.35% (16.8 MB)


History
2025-05-29 04:20:59 UTC

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

2025-05-29 04:20:59 UTC

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

2025-05-29 04:20:59 UTC

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

2025-05-29 04:20:59 UTC

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

2025-05-29 04:21:01 UTC

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

2025-05-29 04:21:01 UTC

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

2025-06-15 19:26:22 UTC (buildkit.dockerfile.v0)

ARG ARCH

2025-06-15 19:26:22 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-06-15 19:26:22 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=amd64 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+eip $(readlink -f $(which traceroute)) && 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

2025-06-15 19:26:22 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=amd64 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

2025-06-15 19:26:22 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-06-15 19:26:23 UTC (buildkit.dockerfile.v0)

RUN |3 ARCH=amd64 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

2025-06-15 19:28:07 UTC (buildkit.dockerfile.v0)

RUN |3 ARCH=amd64 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

2025-06-15 19:28:07 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-06-15 19:35:07 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=amd64 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=false /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

2025-06-15 19:36:46 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=amd64 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=false /bin/sh -c dpkg -i /packages/*.deb && openssl fipsinstall -out /usr/lib/ssl/fipsmodule.cnf -module $(find / -name fips.so) && sed -i --follow-symlinks -e '/^\[provider_sect\]/a fips = fips_sect' -e '/^\[default_sect\]/a activate = 1' -e '$a \\n.include /usr/lib/ssl/fipsmodule.cnf' /usr/lib/ssl/openssl.cnf # buildkit

2025-06-15 19:36:46 UTC (buildkit.dockerfile.v0)

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

2025-06-16 08:40:29 UTC (buildkit.dockerfile.v0)

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

2025-06-16 08:40:29 UTC (buildkit.dockerfile.v0)

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

2025-06-16 08:40:31 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-06-16 08:40:31 UTC (buildkit.dockerfile.v0)

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

2025-06-16 08:40:31 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-06-16 08:40:31 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