Namespace
kubeovn
Image / Tag
kube-ovn:v1.14.0-72635e303-debug-arm
Content Digest
sha256:3016b12cf615d4e392998e068296724ac1ee725a509367425a584cbd516e5eda
Details
Created

2025-05-26 10:31:24 UTC

Size

313 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 - 9.12% (28.5 MB)

[#001] sha256:3bc27c9c164b6f25d4f9b024d3bf5f4960349a543a4a96a204a64ab5cec963d7 - 19.84% (62.1 MB)

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

[#003] sha256:7d6028e6dced08b0322b9695c4c72e1d27c0ed8a75961b977355c6f5249c86c6 - 0.01% (41.3 KB)

[#004] sha256:353d80bb28b4c5e6d042c7ee59242e679a4dfabcc9c72d6ba46a979d2a9421bd - 9.07% (28.4 MB)

[#005] sha256:5a4596a1fc2a181768498d221c328a5be0d08ccf352f89a834e6692855ed608f - 13.61% (42.6 MB)

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

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

[#008] sha256:da8037d37eedbdca9aba345a24853b16e90b7b4d59c1edd0481521d34862b672 - 0.0% (901 Bytes)

[#009] sha256:c4cbf6ee1da4d201cb1ce9d97565feaea6479c7acc6a449af121a68bf5022436 - 43.46% (136 MB)

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

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

[#012] sha256:1fe6a799c6e9f11b9c36da8c491af2baddb888a83dc6e3416a15ee4ce7350e94 - 4.88% (15.3 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-25 19:26:44 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-05-25 19:26:44 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-25 19:26:45 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-25 19:26:45 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-05-25 19:26:46 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-25 19:26:53 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-25 19:26:53 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-05-25 19:33:59 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

2025-05-25 19:33:59 UTC (buildkit.dockerfile.v0)

RUN |3 DEBIAN_FRONTEND=noninteractive DUMB_INIT_VERSION=1.2.5 DEBUG=true /bin/sh -c if [ "$ARCH" = "amd64" ]; then cp /usr/local/openssl-fips/bin/openssl /usr/bin/openssl && cp /usr/local/openssl-fips/lib/libssl.so.3 /usr/lib/x86_64-linux-gnu/libssl.so.3 && cp /usr/local/openssl-fips/lib/libcrypto.so.3 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 && cp /usr/local/openssl-fips/lib/ossl-modules/fips.so /usr/lib/x86_64-linux-gnu/ossl-modules/; elif [ "$ARCH" = "arm64" ]; then cp /usr/local/openssl-fips/bin/openssl /usr/bin/openssl && cp /usr/local/openssl-fips/lib/libssl.so.3 /usr/lib/aarch64-linux-gnu/libssl.so.3 && cp /usr/local/openssl-fips/lib/libcrypto.so.3 /usr/lib/aarch64-linux-gnu/libcrypto.so.3 && cp /usr/local/openssl-fips/lib/ossl-modules/fips.so /usr/lib/aarch64-linux-gnu/ossl-modules/; fi # buildkit

2025-05-25 19:33:59 UTC (buildkit.dockerfile.v0)

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

2025-05-26 10:31:13 UTC (buildkit.dockerfile.v0)

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

2025-05-26 10:31:13 UTC (buildkit.dockerfile.v0)

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

2025-05-26 10:31:23 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-05-26 10:31:23 UTC (buildkit.dockerfile.v0)

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

2025-05-26 10:31:23 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-05-26 10:31:24 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