NVIDIA
OVN for DPF VPC
Container
NVIDIA
OVN for DPF VPC

The ovn image includes: ovn-central: Runs northd daemon, Northbound DB (high-level config), and Southbound DB (low-level OVS config) for centralized virtual network management. ovn-controller: Local daemon on each node, add flow rules to OVS.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4VOLUME
[/etc/ovn /var/run/openvswitch /var/run/ovn /var/log/ovn]
06/11/2026 2:08 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
[6641/tcp 6642/tcp]
06/11/2026 2:08 PM UTC
sha256:27e52aafad43c718687935ec61b0a8b7936b366a49e043ee4aefe449c542a87fCOPY
images/vpc-ovn/ovn-central-run.sh /ovn-central-run.sh
06/11/2026 2:08 PM UTC
sha256:9f8e8422031c9a7670ec0824b9401f063e2109a13e0201bd31ab1432ce82bab6RUN
ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ PACKAGES=gpgv dpkg-dev ca-certificates ovn-central ovn-host ovn-common openvswitch-common curl TARGETARCH=arm64 KUBECTL_VERSION=1.34.7 tar -cf source-code.tar /src &&
  rm -rf /src
06/11/2026 2:08 PM UTC
sha256:78172780648d62e18ae1ca9f68c99218789f674cf09dcea6a454f9db1d839c94RUN
ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ PACKAGES=gpgv dpkg-dev ca-certificates ovn-central ovn-host ovn-common openvswitch-common curl TARGETARCH=arm64 KUBECTL_VERSION=1.34.7 ( curl -LO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" &&
  install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl &&
  curl -fsSL -o /src/kubectl-${KUBECTL_VERSION}.tar.gz "https://github.com/kubernetes/kubectl/archive/refs/tags/kubernetes-${KUBECTL_VERSION}.tar.gz" )
06/11/2026 2:08 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
KUBECTL_VERSION=1.34.7
06/11/2026 2:08 PM UTC
sha256:0775c3170ce7feaf548579bbc021d0bc8de1e34d82273e0eb00fe69628258a60RUN
ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ PACKAGES=gpgv dpkg-dev ca-certificates ovn-central ovn-host ovn-common openvswitch-common curl TARGETARCH=arm64 ( sed -i 's/^# deb-src/deb-src/g' /etc/apt/sources.list /etc/apt/sources.list.d/* &&
  sed -i 's/^Types: deb$/Types: deb deb-src/g' /etc/apt/sources.list.d/*.sources &&
  apt-get update &&
  dpkg -l | awk '/^ii/{print $2}' | sort > /initial-dpkg-list.txt &&
  apt-get install -y -qq --no-install-recommends ${PACKAGES} &&
  dpkg -l | awk '/^ii/{print $2}' | sort > /after-dpkg-list.txt &&
  cd /src &&
  apt-get source --download-only ${PACKAGES} &&
  comm -23 --nocheck-order /after-dpkg-list.txt /initial-dpkg-list.txt | xargs -r apt-get source --download-only &&
  apt-get clean &&
  rm -rf /var/lib/apt/lists/* &&
  rm -f /initial-dpkg-list.txt /after-dpkg-list.txt )
06/11/2026 2:08 PM UTC
sha256:37f2f3e170a5fb328b216facc9c946507706cf0bf25aba515f7ff2e8becfed68RUN
ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ PACKAGES=gpgv dpkg-dev ca-certificates ovn-central ovn-host ovn-common openvswitch-common curl TARGETARCH=arm64 mkdir -p /src
06/11/2026 1:47 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
/
06/11/2026 1:47 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
TARGETARCH=arm64
06/11/2026 1:47 PM UTC