This is a promotion of the v1.6.0-rc.3
release to GA
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0
nvidia-container-toolkit 1.6.0
nvidia-container-runtime 3.6.0
nvidia-docker2 2.7.0
The packages for this release are published to the libnvidia-container
package repositories.
v1.6.0
- Fix bug introduced in
v1.6.0-rc.3
where some logs were logged tostderr
instead of the file specified inconfig.toml
v1.6.0-rc.3
- Move OCI and command line checks for runtime to internal
oci
package
v1.6.0-rc.2
- Update OCI runtime specification dependency to opencontainers/runtime-spec@a3c33d663ebc to fix compatibility with docker when overriding
clone3
syscall return value [fixes NVIDIA/nvidia-container-runtime#157] - Use relative path to OCI specification file (config.json) if bundle path is not specified as an argument to the nvidia-container-runtime
v1.6.0-rc.1
- Add AARCH64 package for Amazon Linux 2
- Include
nvidia-container-runtime
binary innvidia-container-toolkit
package. - Add
libseccomp2
dependency previously innvidia-container-runtime