Namespace
kubeovn
Image / Tag
kube-ovn:v1.13.12
Content Digest
sha256:296e0f4afcec4fa88faa7f51f6bf1bcecf3195e6b929820497d008e80dde236d
Details
Created

2025-05-13 01:48:45 UTC

Size

236 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:f03f49e66a78dccae749ea6739468021f4482226f4a87545a9dbcaf148553343 - 12.36% (29.2 MB)

[#001] sha256:da85d09658e375aa8ee4d5f482be221ce480493743df03766550de046e583c8d - 26.29% (62.1 MB)

[#002] sha256:4d37118d077744a9e764b3af80f7399c4593867c94967d0e4dda84817361d02e - 0.0% (208 Bytes)

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

[#004] sha256:7f0b866072d1b3d9d6391443620d839848eb6415b4b2210b42984e57d5a83108 - 15.16% (35.8 MB)

[#005] sha256:efafdef1040222f5309eeb719c148445fd9b3341d81508c54f6cee75a64778ff - 4.12% (9.73 MB)

[#006] sha256:894b163eadb3d693c952ce7d5e967de0449d11dd9e373169b300790adaa5ebe5 - 0.0% (671 Bytes)

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

[#008] sha256:7a3923d3d69fb4f0db17f6d4c271073951295c17727e7e790666d946e980c9fb - 30.08% (71 MB)

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

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

[#011] sha256:114866308ba4e4627cebd23492c3b511ffe060f9e010f9f171b3a15e8e2839ca - 4.92% (11.6 MB)

[#012] sha256:d42e28a5fdab090b2a62dc0eea79d0229ee20269ce61246a34b61551c833985c - 7.06% (16.7 MB)


History
2025-04-28 09:44:48 UTC

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

2025-04-28 09:44:48 UTC

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

2025-04-28 09:44:48 UTC

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

2025-04-28 09:44:48 UTC

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

2025-04-28 09:44:50 UTC

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

2025-04-28 09:44:51 UTC

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

2025-05-09 01:20:40 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-05-09 01:20:40 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

2025-05-09 01:20:40 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

2025-05-09 01:20:40 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-05-09 01:20:41 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

2025-05-09 01:22:04 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

2025-05-09 01:22:04 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-05-09 01:25:54 UTC (buildkit.dockerfile.v0)

RUN |3 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-05-09 01:25:54 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:48:43 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:48:43 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:48:45 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-05-13 01:48:45 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:48:45 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-05-13 01:48:45 UTC (buildkit.dockerfile.v0)

COPY gobgp /usr/bin/gobgp # buildkit

2025-05-13 01:48:45 UTC (buildkit.dockerfile.v0)

COPY kubectl /usr/bin/kubectl # buildkit

Details
Created

2025-05-13 01:47:35 UTC

Size

214 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:ccba8a45aeaa61cf858f2b205cc81235b9309048c363c9774ac85114cf90db7a - 13.36% (28.5 MB)

[#001] sha256:38c243c969b1433ae359c172b29055f195d9a1b377d468389516f4d4ff0521f7 - 29.08% (62.1 MB)

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

[#003] sha256:3aea088cb2663ef52e670a1812bb8fbd5ee89130dfbf9e64eee2ef28b0e4486f - 0.02% (41.3 KB)

[#004] sha256:774ae39734febe5b3c6a01ce62d9305479afda9e21f70b0a1597efd71f927dc5 - 15.53% (33.2 MB)

[#005] sha256:08255398f827425b0f5fb4f8e104e766699ce342ffa4f08bc9e6b951291c6205 - 4.5% (9.61 MB)

[#006] sha256:7900b8358e95442d0f9b664a7b16db8fce31f9ff1874c893b3b4c9d9153ab93c - 0.0% (671 Bytes)

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

[#008] sha256:f1a0a32ac9c6cc8c7f6a038afd2b0d2b57d20b8838455680662c6178b09ce089 - 30.39% (64.9 MB)

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

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

[#011] sha256:0568f832c29d718e54b4899b5213889552bf0f86fe7c0ee85ebd06616a8c88ed - 7.12% (15.2 MB)


History
2025-04-28 09:44:58 UTC

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

2025-04-28 09:44:58 UTC

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

2025-04-28 09:44:58 UTC

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

2025-04-28 09:44:58 UTC

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

2025-04-28 09:45:01 UTC

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

2025-04-28 09:45:01 UTC

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

2025-05-09 01:21:49 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-05-09 01:21:49 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

2025-05-09 01:21:49 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

2025-05-09 01:21:49 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-05-09 01:21:50 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

2025-05-09 01:22:16 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

2025-05-09 01:22:16 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-05-09 01:25:48 UTC (buildkit.dockerfile.v0)

RUN |3 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-05-09 01:25:48 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:47:27 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:47:27 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:47:35 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-05-13 01:47:35 UTC (buildkit.dockerfile.v0)

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

2025-05-13 01:47:35 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-05-13 01:47:35 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