Skip to main content
NVIDIA
NVIDIA DOCA-OFED Driver
Container
NVIDIA
NVIDIA DOCA-OFED Driver

NVIDIA DOCA-OFED Driver for NVIDIA Network Adapters The NVIDIA DOCA-OFED driver container offers an alternative to the traditional DOCA-Host package-based installation by simply deploying a containerized driver image on the host.

  • LayerLabelCreated
    sha256:f481a2ef12bc9b7563b0eed9fb23f069bd67e49219f3862c985daf405c2ede65RUN
    touch /lib/modules/${D_KERNEL_VER}/modules.order /lib/modules/${D_KERNEL_VER}/modules.builtin &&
      depmod ${D_KERNEL_VER}
    01/01/0001 12:00 AM UTC
    sha256:0380dc4af5cb9f02c738e31ebc9117eef94601ed9e0190bacf40c4cfb78d331eRUN
    DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" /root/*.deb
    01/01/0001 12:00 AM UTC
    sha256:fe58dcf34ab41aabb99a6aa7d15ef88781a53822cba4843d1798655aed4352aaCOPY
    --from=driver-builder ${OFED_SRC_LOCAL_DIR}/DEBS/${D_OS}/*/*.deb /root/
    01/01/0001 12:00 AM UTC
    sha256:9156e0b8bc4f7d3528595665153f33a03e8a7cc71322de4b36f205d6145c334aRUN
    set -x &&
      apt-get clean autoclean &&
      rm -rf /var/lib/apt/lists/*
    01/01/0001 12:00 AM UTC
    sha256:58d61b8d7fd9c648c97f37189ea1ba7c7b5f32a6d9eb9b20c52e42e8a1dfb525RUN
    set -x &&
      DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" lsb-release &&
      test -n "${D_KERNEL_VER}" &&
      DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" linux-modules-extra-${D_KERNEL_VER} ||
      true &&
      if [ "$D_ENABLE_DKMS" = "true" ]; then DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dkms build-essential bison flex libelf-dev pkg-config zstd; fi
    01/01/0001 12:00 AM UTC
    sha256:15fb6e1fa8759b6760b922661e89b6a6cea85415fa644aea409c77e0419d7e38RUN
    set -x &&
      if [ "$STIG_COMPLIANT" = "true" ]; then chmod +x /tmp/stig-fixer.sh &&
      /tmp/stig-fixer.sh ; fi &&
      rm -f /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:a28e9030303f060072b2a48aa921e734442fe7beb8e352489bbb23daafb628e0COPY
    stig-fixer.sh /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:435b989ae432e2ee4bf3866db524dcc8924aef33cb8749aa0e45754da920d2bbADD
    ./loader.sh /root/loader.sh
    01/01/0001 12:00 AM UTC
    sha256:0e989bbb877e4b5677478e24fdd913d074747841afe42a1e78a35aa082258bd6ADD
    ./entrypoint.sh /root/entrypoint.sh
    01/01/0001 12:00 AM UTC
    sha256:bef86236679879fa65ab80be78b012119d647f680754509b7600a35ef995aefeCOPY
    --from=go_builder /workspace/build/entrypoint /root/entrypoint
    01/01/0001 12:00 AM UTC