Add Alpine 3.17 to supported distros. (#14056)
Austin S. Hemmelgarn committed
Nov 28, 2022 at 08:52 UTC
0c6181523125a4d73113c8664ed07b7dd39dd4c3
2 files changed
+4
-1
.github/data/distros.yml
+2
@@ -26,6 +26,8 @@ include:
26
apk del json-c-dev
27
test:
28
ebpf-core: true
29
+ - <<: *alpine
30
+ version: "3.17"
31
- <<: *alpine
32
version: "3.16"
33
- <<: *alpine
packaging/PLATFORM_SUPPORT.md
+2
-1
@@ -50,7 +50,7 @@ to work on these platforms with minimal user effort.
50
51
| Platform | Version | Official Native Packages | Notes |
52
| -------- | ------- | ------------------------ | ----- |
53
-| Alpine Linux | 3.16 | No | The latest release of Alpine Linux is guaranteed to remain at **Core** tier due to usage for our Docker images |
53
+| Alpine Linux | 3.17 | No | The latest release of Alpine Linux is guaranteed to remain at **Core** tier due to usage for our Docker images |
54
| Alma Linux | 9.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
55
| Alma Linux | 8.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
56
| CentOS | 7.x | x86\_64 | |
@@ -83,6 +83,7 @@ with minimal user effort.
83
84
| Platform | Version | Official Native Packages | Notes |
85
| -------- | ------- | ------------------------ | ----- |
86
+| Alpine Linux | 3.16 | No | |
87
| Alpine Linux | 3.15 | No | |
88
| Alpine Linux | 3.14 | No | |
89
| Arch Linux | Latest | No | We officially recommend the community packages available for Arch Linux |