From de0c6d307de2a2b5868bd306a261d9c8ff65793f Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Mon, 22 Sep 2025 18:11:26 +0530 Subject: [PATCH 1/4] Update supported Linux distribution doc --- docs/faq/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq/index.md b/docs/faq/index.md index 3f5e2af..5116e9c 100644 --- a/docs/faq/index.md +++ b/docs/faq/index.md @@ -17,15 +17,15 @@ We welcome users to create and share open-source container definitions for Power ## What Linux distributions and versions are officially supported by Powerpipe? -Powerpipe requires glibc version 2.29 or higher. It will not function on systems with an older glibc version. +Powerpipe requires glibc version 2.29 or higher and libstdc++ (GCC runtime) with symbol version GLIBCXX_3.4.30 or higher. It will not function on systems with an older glibc or an older libstdc++ runtime. -Powerpipe is tested on the latest versions of Linux LTS distributions. While it may work on other distributions with the required glibc version, official support and testing are limited to the following: +Powerpipe is tested on the latest versions of Linux LTS distributions. While it may work on other distributions with the required glibc and libstdc++ versions, official support and testing are limited to the following: | Distribution | Version | glibc Version | Notes | |--------------------|---------|---------------|---------------------------------------------------------| | Ubuntu LTS | 24.04 | 2.39 | | | Ubuntu | 22 | 2.35 | To cover Windows WSL2, which may be behind | -| CentOS (Stream) | 9 | 2.34 | | -| RHEL | 9 | 2.34 | | +| CentOS (Stream) | 10 | 2.39 | | +| RHEL | 10 | 2.39 | | | Amazon Linux | 2023 | 2.34 | | \ No newline at end of file From 2d5d670c75480a56f967908ddb63b1654cb563ec Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Mon, 22 Sep 2025 21:45:36 +0530 Subject: [PATCH 2/4] dummy commit --- docs/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/index.md b/docs/faq/index.md index 5116e9c..64e6cfa 100644 --- a/docs/faq/index.md +++ b/docs/faq/index.md @@ -28,4 +28,4 @@ Powerpipe is tested on the latest versions of Linux LTS distributions. While it | Ubuntu | 22 | 2.35 | To cover Windows WSL2, which may be behind | | CentOS (Stream) | 10 | 2.39 | | | RHEL | 10 | 2.39 | | -| Amazon Linux | 2023 | 2.34 | | \ No newline at end of file +| Amazon Linux | 2023 | 2.34 | | From 452337cf69c55243eea2c5ae7368a06e207d09aa Mon Sep 17 00:00:00 2001 From: Karan Popat Date: Mon, 22 Sep 2025 21:50:09 +0530 Subject: [PATCH 3/4] test From b7033866d99195d3e25609359a8caa25eff4ff18 Mon Sep 17 00:00:00 2001 From: Karan Popat Date: Mon, 22 Sep 2025 21:51:05 +0530 Subject: [PATCH 4/4] test