Skip to content

Releases: NVIDIA/nvidia-container-toolkit

v1.17.6

24 Apr 07:39
v1.17.6
e627eb2

Choose a tag to compare

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

Changes in the Toolkit Container

  • Allow container runtime executable path to be specified when configuring containerd.
  • Bump CUDA base image version to 12.8.1

Changes in libnvidia-container

  • Skip files when user has insufficient permissions. This prevents errors when discovering IPC sockets when the nvidia-container-cli is run as a non-root user.

Full Changelog: v1.17.5...v1.17.6

v1.17.5

11 Mar 13:28
f785e90

Choose a tag to compare

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Allow the enabled-cuda-compat hook to be skipped when generating CDI specifications. This improves compatibility with older NVIDIA Container Toolkit installations. The hook is explicitly ignored for management CDI specifications.
  • Add IMEX binaries to CDI discovery. This includes the IMEX Daemon and IMEX Control binaries in containers.
  • Fix bug that may overwrite docker feature flags when configuring CDI from the nvidia-ctk runtime configure command.
  • Add an ignore-imex-channel-requests feature flag. This ensures that the NVIDIA Container Runtime can be configured to ignore IMEX channel requests when these should be managed by another component.
  • Update the update-ldcache hook to run the host ldconfig from a MEMFD.
  • Add support for CUDA Forward Compatibility (removed by default in v1.17.4) using a dedicated enable-cuda-compat hook. This can be disabled using a disable-cuda-compat-lib-hook feature flag.
  • Disable nvsandboxutils in the nvcdi API. This prevents a segmentation violation with NVIDIA GPU Drivers from the 565 branch.
  • Fix a bug where cdi mode would not work with the --gpus flag even if the NVIDIA Container Runtime was used.

Changes in the Toolkit Container

  • Enable CDI in container engine (Containerd, Cri-o, Docker) if CDI_ENABLED is set.
  • Bump CUDA base image version to 12.8.0

Full Changelog: v1.17.4...v1.17.5

v1.17.5-rc.1

09 Mar 10:20
f785e90

Choose a tag to compare

v1.17.5-rc.1 Pre-release
Pre-release

This release is intended to allow the k8s-dra-driver-gpu and k8s-device-plugin to import the nvcdi package at a specific tag.

v1.17.4

23 Jan 13:27
9b69590

Choose a tag to compare

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Disable mounting of compat libs from container by default
  • Add allow-cuda-compat-libs-from-container feature flag
  • Skip graphics modifier in CSV mode
  • Properly pass configSearchPaths to a Driver constructor
  • Add support for containerd version 3 config
  • Add string TOML source

Changes in libnvidia-container

  • Add no-cntlibs CLI option to nvidia-container-cli

Changes in the Toolkit Container

  • Bump CUDA base image version to 12.6.3

Full Changelog: v1.17.3...v1.17.4

v1.17.3

04 Dec 12:33
cb82e29

Choose a tag to compare

This version includes updates for:

To view any published security bulletins for NVIDIA products, see the NVIDIA product security page (https://www.nvidia.com/en-us/security/)

For more information regarding NVIDIA's security vulnerability remediation policies, see (https://www.nvidia.com/en-us/security/psirt-policies/)


NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Only allow host-relative LDConfig paths by default.

Changes in libnvidia-container

  • Create virtual copy of host ldconfig binary before calling fexecve().

Full Changelog: v1.17.2...v1.17.3

v1.17.2

15 Nov 23:57
fa66e4c

Choose a tag to compare

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Fixed a bug where legacy images would set imex channels as all. This bug caused containers to fail when no NVIDIA_IMEX_CHANNELS environment variable was set for legacy images.

Full Changelog: v1.17.1...v1.17.2

v1.17.1

09 Nov 02:49
1467f3f

Choose a tag to compare

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
  • Fixed a bug on Tegra-based systems where a container would fail to start.
  • Fixed a bug where the default container runtime config path was not properly set.

Changes in the Toolkit Container

  • Fallback to using a config file if the current runtime config can not be determined from the command line.

Full Changelog: v1.17.0...v1.17.1

v1.17.0

31 Oct 10:35
5bc0315

Choose a tag to compare

This release includes updates for:

To view any published security bulletins for NVIDIA products, see the NVIDIA product security page (https://www.nvidia.com/en-us/security/)

For more information regarding NVIDIA's security vulnerability remediation policies, see (https://www.nvidia.com/en-us/security/psirt-policies/)


This is a promotion of the v1.17.0-rc.2 release to GA.

NOTE: This release does NOT include the nvidia-container-runtime and nvidia-docker2 packages. It is recommended that the nvidia-container-toolkit packages be installed directly.

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

Full Changelog: v1.16.2...v1.17.0

What's Changed

  • Promote v1.17.0-rc.2 to v1.17.0
  • Fix bug when using just-in-time CDI spec generation
  • Check for valid paths in create-symlinks hook

v1.17.0-rc.2

  • Fix bug in locating libcuda.so from ldcache
  • Fix bug in sorting of symlink chain
  • Remove unsupported print-ldcache command
  • Remove csv-filename support from create-symlinks

Changes in the Toolkit Container

  • Fallback to crio-status if crio status does not work when configuring the crio runtime

v1.17.0-rc.1

  • Allow IMEX channels to be requested as volume mounts
  • Fix typo in error message
  • Add disable-imex-channel-creation feature flag
  • Add -z,lazy to LDFLAGS
  • Add imex channels to management CDI spec
  • Add support to fetch current container runtime config from the command line.
  • Add creation of select driver symlinks to CDI spec generation.
  • Remove support for config overrides when configuring runtimes.
  • Skip explicit creation of libnvidia-allocator.so.1 symlink
  • Add vdpau as as a driver library search path.
  • Add support for using libnvsandboxutils to generate CDI specifications.

Changes in the Toolkit Container

  • Allow opt-in features to be selected when deploying the toolkit-container.
  • Bump CUDA base image version to 12.6.2
  • Remove support for config overrides when configuring runtimes.

Changes in libnvidia-container

  • Add no-create-imex-channels command line option.

v1.17.0-rc.2

30 Oct 15:30
d78868c

Choose a tag to compare

v1.17.0-rc.2 Pre-release
Pre-release

What's Changed

  • Fix bug in locating libcuda.so from ldcache. This allows the library to be properly detected when generating CDI specs on systems where the NVIDIA driver is not installed to one of the standard paths.
  • Fix bug in sorting of symlink chain
  • Remove unsupported print-ldcache command
  • Remove csv-filename support from create-symlinks hook

Changes in the Toolkit Container

  • Fallback to crio-status if crio status does not work when configuring the crio runtime

Full Changelog: v1.17.0-rc.1...v1.17.0-rc.2

v1.17.0-rc.1

24 Oct 21:49
8a6c194

Choose a tag to compare

v1.17.0-rc.1 Pre-release
Pre-release

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

What's Changed

  • Allow IMEX channels to be requested as volume mounts
  • Fix typo in error message
  • Add disable-imex-channel-creation feature flag
  • Add -z,lazy to LDFLAGS
  • Add imex channels to management CDI spec
  • Add support to fetch current container runtime config from the command line.
  • Add creation of select driver symlinks to CDI spec generation.
  • Remove support for config overrides when configuring runtimes.
  • Skip explicit creation of libnvidia-allocator.so.1 symlink
  • Add vdpau as a driver library search path.
  • Add support for using libnvsandboxutils to generate CDI specifications.

Changes in the Toolkit Container

  • Allow opt-in features to be selected when deploying the toolkit-container.
  • Bump CUDA base image version to 12.6.2
  • Remove support for config overrides when configuring runtimes.

Changes in libnvidia-container

  • Add no-create-imex-channels command line option.

Full Changelog: v1.16.2...v1.17.0-rc.1