-
Notifications
You must be signed in to change notification settings - Fork 16
Added precompiled container build instructions for DOCA drivers #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/advanced-configurations.rst
Outdated
| ~~~~~~ | ||
|
|
||
| - Docker (Ubuntu) / Podman (RH) installed on your build system. | ||
| - Web access to NVIDIA NIC drivers sources. Latest NIC drivers published at `NIC drivers download center <https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/>`_, for example: `https://www.mellanox.com/downloads/ofed/MLNX_OFED-24.01-0.3.3.1/MLNX_OFED_SRC-debian-24.01-0.3.3.1.tgz <https://www.mellanox.com/downloads/ofed/MLNX_OFED-24.01-0.3.3.1/MLNX_OFED_SRC-debian-24.01-0.3.3.1.tgz>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should take last GA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| --build-arg D_ARCH=x86_64 \ | ||
| --build-arg D_KERNEL_VER=5.14.0-284.32.1.el9_2.x86_64 \ | ||
| --build-arg D_OFED_VERSION=24.01-0.3.3.1 \ | ||
| --build-arg D_BASE_IMAGE="registry.redhat.io/openshift4/driver-toolkit-rhel9:v4.13.0-202309112001.p0.gd719bdc.assembly.stream" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D_BASE_IMAGE is the DTK image should explain above to use this param for OCP4.14^ and how to detect required DTK image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/advanced-configurations.rst
Outdated
| --build-arg D_OFED_VERSION=24.01-0.3.3.1 \ | ||
| --build-arg D_BASE_IMAGE="registry.redhat.io/openshift4/driver-toolkit-rhel9:v4.13.0-202309112001.p0.gd719bdc.assembly.stream" \ | ||
| --build-arg D_FINAL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:latest \ | ||
| --tag 24.01-0.3.3.1-0-5.14.0-284.32.1.el9_2-rhel9.2-amd64 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/files/RHEL_Dockerfile
Outdated
| ARG D_OS="rhel9.2" | ||
| ARG D_ARCH="x86_64" | ||
| ARG D_CONTAINER_VER="0" | ||
| ARG D_OFED_VERSION="23.10-0.5.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/files/RHEL_Dockerfile
Outdated
| # Inherited global args | ||
| ARG D_OS | ||
|
|
||
| # https://redmine.mellanox.com/issues/3528150/issue_history#note-9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
|
||
| WORKDIR / | ||
| ADD ./entrypoint.sh /root/entrypoint.sh | ||
| ADD ./dtk_nic_driver_build.sh /root/dtk_nic_driver_build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dtk_nic_driver_build.sh missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
No description provided.