Commit Graph

5 Commits

Author SHA1 Message Date
Evan Lezar
ba65c1114b
Extract deb and rpm packages to single image
Some checks failed
CI Pipeline / code-scanning (push) Has been cancelled
CI Pipeline / variables (push) Has been cancelled
CI Pipeline / golang (push) Has been cancelled
CI Pipeline / image (push) Has been cancelled
CI Pipeline / e2e-test (push) Has been cancelled
This change swithces to using a single image for the NVIDIA Container Toolkit contianer.
Here the contents of the architecture-specific deb and rpm packages are extracted
to a known root. These contents can then be installed using the updated installation
mechanism which has been updated to detect the source root based on the packaging type.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-17 11:38:38 +02:00
Evan Lezar
23bd41163c
Move toolkit config file update to separate file
This change moves the generating of a toolkit config to a separate
file.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-14 14:57:52 +02:00
Evan Lezar
82a69ee21b
Refactor toolkit installer
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-14 14:57:52 +02:00
Evan Lezar
a1b0bc8b9c
[no-relnote] Explicitly use blank config
Since this is running in a contianer the contents of the
/etc/nvidia-container-runtime/config.toml file is equivalent to the
default config. This change makes it explicit.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-14 14:57:52 +02:00
Evan Lezar
664bfb4b29
[no-relnote] Move toolkit installer package
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-14 14:57:52 +02:00