File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ const (
5858 stateOFEDName = "state-OFED"
5959 stateOFEDDescription = "OFED driver deployed in the cluster"
6060
61- // mofedImageFormat is the mofed driver container image name format
62- // format: <repo>/<image-name>:<driver-version>-<os-name><os-ver>-<cpu-arch>
63- // e.x: nvcr.io/nvidia/mellanox/mofed :5.7-0.1.2.0-ubuntu20.04-amd64
61+ // mofedImageFormat is the DOCA driver container image name format
62+ // format: <repo>/<image-name>:<driver-container- version>-<os-name><os-ver>-<cpu-arch>
63+ // e.x: nvcr.io/nvidia/mellanox/doca-driver :5.7-0.1.2.0- 0-ubuntu20.04-amd64
6464 mofedImageFormat = "%s/%s:%s-%s%s-%s"
6565
6666 // precompiledTagFormat is the tag format for precompiled drivers.
67- // format: <driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
67+ // format: <container- driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
6868 precompiledTagFormat = "%s-%s-%s%s-%s"
6969
70- // precompiledImageFormat is the precompiled mofed driver container image name format
71- // format: <repo>/<image-name>:<driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
72- // e.x: nvcr.io/nvidia/mellanox/mofed :5.7-0.1.2.0-5.15.0-91-generic-ubuntu22.04-amd64
70+ // precompiledImageFormat is the precompiled DOCA driver container image name format
71+ // format: <repo>/<image-name>:<driver-container- version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
72+ // e.x: nvcr.io/nvidia/mellanox/doca-driver :5.7-0.1.2.0- 0-5.15.0-91-generic-ubuntu22.04-amd64
7373 precompiledImageFormat = "%s/%s:%s-%s-%s%s-%s"
7474)
7575
You can’t perform that action at this time.
0 commit comments