From af954e79ea3aef2e7a618b548b1e342137e83cd6 Mon Sep 17 00:00:00 2001 From: mikemckiernan Date: Thu, 21 Sep 2023 20:16:54 +0000 Subject: [PATCH] Add AL2023 --- container-toolkit/supported-platforms.md | 34 ++++++++++++++---------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/container-toolkit/supported-platforms.md b/container-toolkit/supported-platforms.md index 4da301ad6..7e1fa4356 100644 --- a/container-toolkit/supported-platforms.md +++ b/container-toolkit/supported-platforms.md @@ -18,19 +18,25 @@ backlinks: none Supported Linux distributions are listed below: -| OS Name / Version | Identifier | amd64 / x86_64 | ppc64le | arm64 / aarch64 | -| ------------------------ | ----------- | -------------- | ------- | --------------- | -| Amazon Linux 2 | amzn2 | X | | X | -| Open Suse/SLES 15.x | sles15.x | X | | | -| Debian Linux 10 | debian10 | X | | | -| Debian Linux 11 | debian11 | X | | | -| Centos 7 | centos7 | X | X | | -| Centos 8 | centos8 | X | X | X | -| RHEL 7.x | rhel7.x | X | X | | -| RHEL 8.x | rhel8.x | X | X | X | -| RHEL 9.x | rhel9.x | X | X | X | -| Ubuntu 18.04 | ubuntu18.04 | X | X | X | -| Ubuntu 20.04 | ubuntu20.04 | X | X | X | -| Ubuntu 22.04 | ubuntu22.04 | X | X | X | +| 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 10 | X | | | +| Debian Linux 11 | X | | | +| Centos 7 | X | X | | +| Centos 8 | X | X | X | +| RHEL 7.x | X | X | | +| RHEL 8.x | X | X | X | +| RHEL 9.x | X | X | X | +| Ubuntu 18.04 | X | X | X | +| Ubuntu 20.04 | X | X | X | +| Ubuntu 22.04 | X | X | X | The `arm64` / `aarch64` architecture includes support for Tegra-based systems. + +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. + +