Skip to content

Commit 25f2898

Browse files
Merge pull request Mellanox#222 from rollandf/docatag
chore: update doca-ofed tag to contain doca version
2 parents 6f61956 + 328ccfb commit 25f2898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced/doca-drivers.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Before building the container, you need to provide following parameters as `buil
149149

150150
**NOTE:** Check desired NVIDIA NIC drivers sources availability for designated container OS, only versions available on download page can be utilized
151151

152-
**NOTE:** For proper Network Operator functionality container tag name must be in following pattern: **driver_ver-container_ver-kernel_ver-os-arch**. For example: 24.10-1.1.4.0-0-5.15.0-25-generic-ubuntu22.04-amd64
152+
**NOTE:** For proper Network Operator functionality container tag name must be in following pattern: **doca<doca_version>-<driver_ver>-<container_ver>-<kernel_ver-os-arch>**. For example: doca2.9.1-24.10-1.1.4.0-0-5.15.0-25-generic-ubuntu22.04-amd64
153153

154154
**NOTE:** Dockerfiles contain default build parameters, which may fail build proccess on your system if not overridden.
155155

@@ -223,7 +223,7 @@ RHCOS example
223223
--build-arg D_OFED_VERSION=24.10-1.1.4.0 \
224224
--build-arg D_BASE_IMAGE="quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:dde3cd6a75d865a476aa7e1cab6fa8d97742401e87e0d514f3042c3a881e301f" \
225225
--build-arg D_FINAL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4 \
226-
--tag 24.10-1.1.4.0-0-5.14.0-427.22.1.el9_4.x86_64-rhcos4.16-amd64 \
226+
--tag doca2.9.1-24.10-1.1.4.0-0-5.14.0-427.22.1.el9_4.x86_64-rhcos4.16-amd64 \
227227
-f RHEL_Dockerfile \
228228
--target precompiled .
229229
@@ -244,7 +244,7 @@ Ubuntu example
244244
--build-arg D_KERNEL_VER=5.15.0-25-generic \
245245
--build-arg D_DOCA_VERSION=2.9.1 \
246246
--build-arg D_OFED_VERSION=24.10-1.1.4.0 \
247-
--tag 24.10-1.1.4.0-0-5.15.0-25-generic-ubuntu22.04-amd64 \
247+
--tag doca2.9.1-24.10-1.1.4.0-0-5.15.0-25-generic-ubuntu22.04-amd64 \
248248
-f Ubuntu_Dockerfile \
249249
--target precompiled .
250250
@@ -271,6 +271,6 @@ SLES example
271271
--build-arg D_KERNEL_VER=5.14.21-150500.55.83-default \
272272
--build-arg D_DOCA_VERSION=2.9.1 \
273273
--build-arg D_OFED_VERSION=24.10-1.1.4.0 \
274-
--tag 24.10-1.1.4.0-0-5.14.21-150500.55.83-default-sles15.5-amd64 \
274+
--tag doca2.9.1-24.10-1.1.4.0-0-5.14.21-150500.55.83-default-sles15.5-amd64 \
275275
-f SLES_Dockerfile \
276276
--target precompiled .

0 commit comments

Comments
 (0)