Skip to content

Commit f5fddbd

Browse files
authored
Update supported linux distros FAQ (#73)
* Update supported Linux distribution doc
1 parent cba83a8 commit f5fddbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/faq/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ We welcome users to create and share open-source container definitions for Power
1717

1818
## What Linux distributions and versions are officially supported by Powerpipe?
1919

20-
Powerpipe requires glibc version 2.29 or higher. It will not function on systems with an older glibc version.
20+
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.
2121

22-
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:
22+
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:
2323

2424

2525
| Distribution | Version | glibc Version | Notes |
2626
|--------------------|---------|---------------|---------------------------------------------------------|
2727
| Ubuntu LTS | 24.04 | 2.39 | |
2828
| Ubuntu | 22 | 2.35 | To cover Windows WSL2, which may be behind |
29-
| CentOS (Stream) | 9 | 2.34 | |
30-
| RHEL | 9 | 2.34 | |
29+
| CentOS (Stream) | 10 | 2.39 | |
30+
| RHEL | 10 | 2.39 | |
3131
| Amazon Linux | 2023 | 2.34 | |

0 commit comments

Comments
 (0)