Namespace
kubeovn
Image / Tag
kube-ovn:v1.13.9-arm
Content Digest
sha256:e655ae70f239109c50b74329f349a37848a8ce7860e8d1fe6fcded8060b573d3
Details
Created

2025-04-16 01:01:10 UTC

Size

216 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:b926be395aa562b857e4065636f6575effe95f79b9b23e08f5699bc4a9741d06 - 13.24% (28.5 MB)

[#001] sha256:3402698c72c87fdbafa013914970158b87899333d7468dfc3f2d914cd6d9451a - 29.86% (64.4 MB)

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

[#003] sha256:2b6804372ef045254cf4eaccd56ddf91c3ccb592b6f91d891169c38e71dbd798 - 0.02% (41.3 KB)

[#004] sha256:883151ea1e1deeb4c58ea3273b46cc8551dcdcd8650357aca0b3a837dba8048c - 15.38% (33.2 MB)

[#005] sha256:35977963fc31227a064760b5eddafd069b08cfa4093bcf5e39d3c81e1b196966 - 4.46% (9.61 MB)

[#006] sha256:1af38d34695ceb8f6080fc5fd1d98d962a6329cc0d6872be47d1c01d52348b26 - 0.0% (668 Bytes)

[#007] sha256:b9b94a54b77314fb2220515b22ffe5012561e3e9e0a8d6647894b7b6220a7817 - 0.0% (895 Bytes)

[#008] sha256:466dbcd800c666e4c41bd4ecb8d0ece80b6916dc58ebe1f1411ba4529771edce - 29.98% (64.7 MB)

[#009] sha256:fee7ac49d6ba3f815a75f3d64009a8495d4b65f568e3a0175cd5bd2b3fe9c7f0 - 0.0% (1.6 KB)

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

[#011] sha256:c4031e81552acbf93d00e85930919fdc5d67f544fabbcfdaf2e823323dc45ada - 7.06% (15.2 MB)


History
2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:12 UTC

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

2025-04-08 10:46:13 UTC

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

2025-04-15 19:27:07 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-04-15 19:27:07 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_SYS_NICE+eip $(readlink -f $(which nice)) && 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_NET_ADMIN+eip $(readlink -f $(which ethtool)) && setcap CAP_SYS_ADMIN+eip $(readlink -f $(which nsenter)) && setcap CAP_SYS_MODULE+eip $(readlink -f $(which modprobe)) && setcap CAP_NET_ADMIN+eip $(readlink -f $(which conntrack)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which ipset)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which xtables-legacy-multi)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE+eip $(readlink -f $(which xtables-nft-multi)) && setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_SYS_MODULE,CAP_SYS_ADMIN+eip $(readlink -f $(which ip)) && 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-04-15 19:27:08 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-04-15 19:27:08 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION=1.2.5

2025-04-15 19:27:08 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-04-15 19:27:12 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-04-15 19:27:12 UTC (buildkit.dockerfile.v0)

ARG DEBUG=false

2025-04-15 19:31:10 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_MODULE,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-04-15 19:31:10 UTC (buildkit.dockerfile.v0)

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

2025-04-16 01:01:03 UTC (buildkit.dockerfile.v0)

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

2025-04-16 01:01:04 UTC (buildkit.dockerfile.v0)

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

2025-04-16 01:01:10 UTC (buildkit.dockerfile.v0)

COPY /kube-ovn /kube-ovn # buildkit

2025-04-16 01:01:10 UTC (buildkit.dockerfile.v0)

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

2025-04-16 01:01:10 UTC (buildkit.dockerfile.v0)

WORKDIR /kube-ovn

2025-04-16 01:01:10 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