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:2975645d71b556f1f06512a8276d15d49c6fc17329cf510b32ac10f3aeb9e3fbRUN
    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:d40d442aaf447ffb8bd185c9ee89b71f3d89081b500bd2427625cd72c7c6cec3RUN
    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:b5d6732c54cf7fccd674382384d351d6cd44d8b3d55d6767fe23e2bb1a9de507COPY
    --from=driver-builder ${OFED_SRC_LOCAL_DIR}/DEBS/${D_OS}/*/*.deb /root/
    01/01/0001 12:00 AM UTC
    sha256:3347a7f4bd7be53928a2713c0b100d67f10b6a7b4f1853714708b5df8000a925RUN
    set -x &&
      apt-get clean autoclean &&
      rm -rf /var/lib/apt/lists/*
    01/01/0001 12:00 AM UTC
    sha256:2ca8e144f3e674b39ef5b135078000e97343799a9207181e490ce7d6ca76e9f5RUN
    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:29f0c04a3d76427399628fbabafe995463cd2f7d522a1370f555a3d7b1535edeRUN
    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:1394d2f25536f6451e940596d5008f2307beb282786100545f09ef762934a1bcCOPY
    stig-fixer.sh /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:545288806944ee913c26e9ddd1628baf15016fbcaf3c2dbe03cc8be98cab00e5ADD
    ./loader.sh /root/loader.sh
    01/01/0001 12:00 AM UTC
    sha256:530981aa22df4095fe10ad143c085dec3c8b79a5c912be0f6bcc66881ea6b4ddADD
    ./entrypoint.sh /root/entrypoint.sh
    01/01/0001 12:00 AM UTC
    sha256:abfdec196e8f7b0bad1facd093b4b8c5d7b5d27ed526389d0587cabbe237fe39COPY
    --from=go_builder /workspace/build/entrypoint /root/entrypoint
    01/01/0001 12:00 AM UTC