Namespace
kubeovn
Image / Tag
kube-ovn:v1.14.0-33d2479d5-debug
Content Digest
sha256:b775593337a0309ee86e0bd8e44ab970d96f3c49965bb550b52a885b28ef8122
Details
Created

2025-06-19 08:45:11 UTC

Size

377 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 - 7.74% (29.2 MB)

[#001] sha256:0be11e7e32ba3ab1e937e669ea1670116c795c3c398321b597414539ea28a903 - 16.71% (63 MB)

[#002] sha256:ab96eefddf56b8f7388670a499c152f084a748d64654af4ce96d32524843165c - 0.0% (209 Bytes)

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

[#004] sha256:27a147f4ed88d96e82443f65fe6617cb1958dda24991616144611bb294e1a2d9 - 9.79% (36.9 MB)

[#005] sha256:95a75c09afd7efaf8483f3e573c86aff88db0e0b1d2b0e3bcfe6a8ed6a5f2d6a - 22.49% (84.8 MB)

[#006] sha256:22860e6f425c431021f5b7b5e7935a5bb275fcbcd3a37ab2a8c8a0193071805d - 0.33% (1.25 MB)

[#007] sha256:c567e79dfa7a009026d7f9a2a947fb517c3e67f765b2d1f05598a8ef139cadf8 - 0.0% (671 Bytes)

[#008] sha256:d339e6198803145939d24b8843880760317089fc237c1201f701837655ffd4b1 - 0.0% (893 Bytes)

[#009] sha256:7d55fd962587e0f5013421c69913c918e8e198836c26fa32657194a2801ddf53 - 38.47% (145 MB)

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

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

[#012] sha256:00e8a53c22099848db9b337f07c21e51a1be6e16e99ec4aec6442b5a9653ef61 - 4.46% (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-19 03:51:00 UTC (buildkit.dockerfile.v0)

ARG ARCH

2025-06-19 03:51:00 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-06-19 03:51:00 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=amd64 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt upgrade -y && apt install ca-certificates hostname netbase ethtool iproute2 ncat libunbound8 procps 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 libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends --auto-remove && apt remove -y --allow-remove-essential --auto-remove login && 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-19 03:51:01 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-19 03:51:01 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-06-19 03:51:02 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-19 03:52:47 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-19 03:52:47 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-06-19 04:06:08 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=amd64 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 /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)) && dpkg --purge gpgv apt; else apt update && apt install -y --no-install-recommends gdb valgrind && rm -rf /var/lib/apt/lists/* && dpkg -i /packages/*.ddeb; fi # buildkit

2025-06-19 04:06:09 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=amd64 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /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-19 04:06:09 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:45:08 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:45:08 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:45:11 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-06-19 08:45:11 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:45:11 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-06-19 08:45:11 UTC (buildkit.dockerfile.v0)

COPY kubectl /usr/bin/kubectl # buildkit

Details
Created

2025-06-19 08:05:53 UTC

Size

321 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:67e4f2b2d4ccc2f3d6eab9597bf93fa8f2ae6df3d56aa362df6a33c4063c09b9 - 8.89% (28.5 MB)

[#001] sha256:12e3db5219580aee72978ad1ea6c2b4ab1d33dd17a6b2264cf562e86fef95260 - 19.66% (63.2 MB)

[#002] sha256:da869c772789345e765e30c1ccc873dd36639bee9e3d49fbbb7ce63ec9b77883 - 0.0% (209 Bytes)

[#003] sha256:43031715891e2369fd4e72676ea7846bea3a3b70155bc2a19a69a4cffd2d26c7 - 0.01% (41.3 KB)

[#004] sha256:1011505a357bad220fe0b8ee6d4ae754610a8105b25f8ac49830c181c6d145f0 - 10.62% (34.1 MB)

[#005] sha256:3de9a67014768c4c4c97402cb40ba2410cc322a1e4cfa0406a552c2782d47112 - 13.26% (42.6 MB)

[#006] sha256:cb9b7eb3d484f1e6f1b88f3514a876d98202354a7e2b7f17930c1f9ca41f4182 - 0.33% (1.08 MB)

[#007] sha256:114ca4790bf76d40ad3b2f25cdf1d64bedf8396532258638452746d7a235ef59 - 0.0% (670 Bytes)

[#008] sha256:40ec56eac5f1fcb87be8cbc2a67a8ed559a3619f612542f0b6ecc81f8f5e38b6 - 0.0% (896 Bytes)

[#009] sha256:ab61e29952ed5e8c82a7db5b0907a1d8f526871f25c336f7eda2db47e6c9704b - 42.46% (136 MB)

[#010] sha256:87529502318cf63e2df2aef1d8ef11d12b7e34347dd724e06b06e4f6f298e104 - 0.0% (1.6 KB)

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

[#012] sha256:8542d6e648f8e27f3ccce8299a511c031a462588ab29a5fab51be502e615d31b - 4.76% (15.3 MB)


History
2025-05-29 04:30:33 UTC

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

2025-05-29 04:30:33 UTC

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

2025-05-29 04:30:33 UTC

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

2025-05-29 04:30:33 UTC

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

2025-05-29 04:30:36 UTC

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

2025-05-29 04:30:36 UTC

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

2025-06-19 03:52:39 UTC (buildkit.dockerfile.v0)

ARG ARCH

2025-06-19 03:52:39 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-06-19 03:52:39 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=arm64 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt upgrade -y && apt install ca-certificates hostname netbase ethtool iproute2 ncat libunbound8 procps 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 libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends --auto-remove && apt remove -y --allow-remove-essential --auto-remove login && 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-19 03:52:39 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=arm64 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-19 03:52:39 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-06-19 03:52:39 UTC (buildkit.dockerfile.v0)

RUN |3 ARCH=arm64 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-19 03:52:41 UTC (buildkit.dockerfile.v0)

RUN |3 ARCH=arm64 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-19 03:52:41 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-06-19 04:00:04 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=arm64 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 /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)) && dpkg --purge gpgv apt; else apt update && apt install -y --no-install-recommends gdb valgrind && rm -rf /var/lib/apt/lists/* && dpkg -i /packages/*.ddeb; fi # buildkit

2025-06-19 04:00:05 UTC (buildkit.dockerfile.v0)

RUN |4 ARCH=arm64 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /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-19 04:00:05 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:05:46 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:05:46 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:05:53 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-06-19 08:05:53 UTC (buildkit.dockerfile.v0)

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

2025-06-19 08:05:53 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-06-19 08:05:53 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