NVIDIA
NVIDIA
DPF Host Driver
Container
NVIDIA
NVIDIA
DPF Host Driver

DOCA Platform Framework enables the management of NVIDIA DPUs and the services that run on them at scale. DPF Host Driver image contains the components for managing the DPU across a PCI bridge.

LayerLabelCreated
sha256:494b51905dd9bbd4ea2be3e8d0713a99e0335889cf3fa42f68e16458ac0cf7d1COPY
--chown=root:root /tmp/dpf-version /etc/dpf-version
06/15/2026 9:07 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
/
06/15/2026 9:07 AM UTC
sha256:3fa37839235400dc08a714f714e24621b1705646ba3813b9f835cda92fc1528cCOPY
/rpm /rpm
06/15/2026 9:07 AM UTC
sha256:d790308a38874a5bf058369c1b947409ae1461609b999631450ce91993c2021cCOPY
/deb /deb
06/15/2026 9:07 AM UTC
sha256:9d18dfbd2f5e539b041b28282ad93b2ffd44866fae044ba02ff09a0db771a0cbCOPY
--chown=root:root /workspace/source-code.tar.gz source-code.tar.gz
06/15/2026 9:07 AM UTC
sha256:9839a126d679af88fe21cb123fe318bd14d7bff1242b05c365e9bd8fa7418799RUN
TARGETARCH=arm64 MFT_VERSION=4.29.0-131 KUBECTL_VERSION=1.34.7 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl screen pv bridge-utils iptables iproute2 netplan.io createrepo-c ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ PACKAGE_SOURCES=true test "${PACKAGE_SOURCES}" = "false" ||
  ( mkdir /src &&
  cd /src &&
  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 &&
  apt-get source --download-only ${PACKAGES} &&
  curl -LO https://github.com/kubernetes/kubectl/archive/refs/tags/kubernetes-${KUBECTL_VERSION}.tar.gz &&
  cd / &&
  tar -cf pkg-source-code.tar /src &&
  rm -rf /src )
06/15/2026 9:07 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
PACKAGE_SOURCES=true
06/15/2026 9:03 AM UTC
sha256:1f7465d52231ca2e779a25f9134ccb393740707c2a130aaa74e2a5a52a9f972fWORKDIR
/workspace
06/15/2026 9:03 AM UTC
sha256:e9c23f1fc3db2e57c6f0f58c2294a63bddcde72f4a2dfa35a6fad53a40eb4949COPY
/workspace/bin/ .
06/15/2026 9:03 AM UTC
sha256:0b75c756fe84870715d5f53281ecccfc5a355b897d0e7b6dce9c7561f77c47c8RUN
TARGETARCH=arm64 MFT_VERSION=4.29.0-131 KUBECTL_VERSION=1.34.7 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl screen pv bridge-utils iptables iproute2 netplan.io createrepo-c ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ curl -LO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl &&
  chmod +x kubectl &&
  mv kubectl /usr/local/bin
06/15/2026 9:03 AM UTC