You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ We welcome users to create and share open-source container definitions for Power
17
17
18
18
## What Linux distributions and versions are officially supported by Powerpipe?
19
19
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.
21
21
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:
23
23
24
24
25
25
| Distribution | Version | glibc Version | Notes |
0 commit comments