Skip to main content
NVIDIA
DPF Storage Host
Container
NVIDIA
DPF Storage Host

DOCA Platform Framework enables the management of NVIDIA DPUs and the services that run on them at scale. DPF Storage Host contains components related to the DPF Storage Subsystem.

LayerLabelCreated
sha256:1c133de9b94b1a5b76bae9cfaf5bc9bdafe44476971c0968ed6438dc2a7ecb72COPY
--chown=root:root /tmp/dpf-version /etc/dpf-version
08/26/2026 6:18 PM UTC
sha256:0f285a692a0062556a164f4cf14ed65f08422b92d93cf8dfbc6aa6df74f0cebaCOPY
/workspace/bin/fs-storage-vendor-dpu-plugin /fs-storage-vendor-dpu-plugin
08/26/2026 6:18 PM UTC
sha256:f458dc829b854abe96c5f7e98993df24438fc45814c64abb3569c6196fdbbd9dCOPY
/workspace/bin/snap-csi-plugin /snap-csi-plugin
08/26/2026 6:18 PM UTC
sha256:a0ed8845e50c7e9db0efc263e528bdf9f35ec2035157b14ed02f3cb2fc97026bCOPY
/workspace/source-code.tar.gz /source-code.tar.gz
08/26/2026 6:18 PM UTC
sha256:9031b94290ee85f35ebff30f645c4d7aa4eb6b38aa4c40d76cd2e6f71b945099RUN
PACKAGES=keyutils libevent-core-2.1-7t64 libnfsidmap1 libwrap0 nfs-common rpcbind ucf 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} &&
  cd / &&
  tar -cf pkg-source-code.tar /src &&
  rm -rf /src )
08/26/2026 6:18 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
PACKAGE_SOURCES=true
08/26/2026 6:18 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
/
08/26/2026 6:18 PM UTC
sha256:08a915829b45c0c6075462bdad0590f618959f471aaf4471ddd94c208ab9253fRUN
PACKAGES=keyutils libevent-core-2.1-7t64 libnfsidmap1 libwrap0 nfs-common rpcbind ucf ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ apt-get update &&
  apt-get upgrade -y -qq &&
  apt-get install -y -qq --no-install-recommends ${PACKAGES}
08/26/2026 6:18 PM UTC
sha256:1a30e2c3e150656fc3cb4819d184cf7d8930b413a2c0bbd58eb446da1c0a1c58RUN
PACKAGES=keyutils libevent-core-2.1-7t64 libnfsidmap1 libwrap0 nfs-common rpcbind ucf ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ rm -f /etc/apt/sources.list.d/doca.list
08/26/2026 6:17 PM UTC
sha256:165d3f5e7c48dfea3a563733a715fe117b997c8cd4d102d7cc4ddabf3d9f97b5RUN
PACKAGES=keyutils libevent-core-2.1-7t64 libnfsidmap1 libwrap0 nfs-common rpcbind ucf ubuntu_mirror=http://archive.ubuntu.com/ubuntu/ find /etc/apt/sources.list* -type f -exec sed -i -e "s|http://archive.ubuntu.com/ubuntu/|${ubuntu_mirror}|g" -e "s|http://ports.ubuntu.com/ubuntu/|${ubuntu_mirror}|g" -e "s|http://security.ubuntu.com/ubuntu/|${ubuntu_mirror}|g" '{}' \;
08/26/2026 6:17 PM UTC