diff --git a/container-toolkit/supported-platforms.md b/container-toolkit/supported-platforms.md index 99ffc2b42..af7401240 100644 --- a/container-toolkit/supported-platforms.md +++ b/container-toolkit/supported-platforms.md @@ -4,29 +4,39 @@ (supported-platforms)= -# Supported Platforms +# Platform support +Recent NVIDIA Container Toolkit releases are tested and expected to work on these Linux distributions: -## Linux Distributions +| OS Name / Version | amd64 / x86_64 | ppc64le | arm64 / aarch64 {sup}`1` | +| ------------------------ | -------------- | ------- | ------------------------ | +| Amazon Linux 2023 | X | | X {sup}`2` | +| Amazon Linux 2 | X | | X | +| Open Suse/SLES 15.x | X | | | +| Debian Linux 11 | X | | | +| CentOS 8 | X | X | X | +| RHEL 8.x | X | X | X | +| RHEL 9.x | X | X | X | +| Ubuntu 20.04 | X | X | X | +| Ubuntu 22.04 | X | X | X | +| Ubuntu 24.04 | X | | X | -Supported Linux distributions are listed below: -| OS Name / Version | amd64 / x86_64 | ppc64le | arm64 / aarch64 | -| ------------------------ | -------------- | ------- | --------------- | -| Amazon Linux 2023 | X | | X {sup}`1` | -| Amazon Linux 2 | X | | X | -| Open Suse/SLES 15.x | X | | | -| Debian Linux 11 | X | | | -| Centos 8 | X | X | X | -| RHEL 8.x | X | X | X | -| RHEL 9.x | X | X | X | -| Ubuntu 20.04 | X | X | X | -| Ubuntu 22.04 | X | X | X | -| Ubuntu 24.04 | X | | X | +## Please report issues -The `arm64` / `aarch64` architecture includes support for Tegra-based systems. +Our qualification-testing procedures are constantly evolving and we might miss +certain problems. Please +[report](https://github.com/NVIDIA/nvidia-container-toolkit/issues) issues in +particular as they occur on a platform listed above. -1. For Amazon Linux 2023 on Arm64, a `g5g.2xlarge` Amazon EC2 instance was used for validation. - The `g5g.xlarge` instance caused failures due to the limited system memory. +## Other Linux distributions + +Releases may work on more platforms than indicated in the table above (e.g., on distribution versions older and newer than listed). +Give things a try and we invite you to [report](https://github.com/NVIDIA/nvidia-container-toolkit/issues) any issue observed even if your Linux distribution is not listed. +---- + +1. The `arm64` / `aarch64` architecture includes support for Tegra-based systems. +2. For Amazon Linux 2023 on Arm64, a `g5g.2xlarge` Amazon EC2 instance was used for validation. + The `g5g.xlarge` instance caused failures due to the limited system memory.