Add Alpine 3.16 to CI and platform support document. (#12997)
Austin S. Hemmelgarn committed
May 26, 2022 at 09:23 UTC
788d374f36a3699f083e9d83e02ddbbe826b38c9
2 files changed
+4
-1
.github/data/distros.yml
+2
@@ -13,6 +13,8 @@ include:
13
apk add -U bash
14
jsonc_removal: |
15
apk del json-c-dev
16
+ - <<: *alpine
17
+ version: "3.16"
18
- <<: *alpine
19
version: "3.15"
20
- <<: *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.15 | 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.16 | No | The latest release of Alpine Linux is guaranteed to remain at **Core** tier due to usage for our Docker images |
54
| Alma Linux | 8.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
55
| CentOS | 7.x | x86\_64 | |
56
| Docker | 19.03 or newer | x86\_64, i386, ARMv7, AArch64, POWER8+ | See our [Docker documentation](/packaging/docker/README.md) for more info on using Netdata on Docker |
@@ -80,6 +80,7 @@ with minimal user effort.
80
81
| Platform | Version | Official Native Packages | Notes |
82
| -------- | ------- | ------------------------ | ----- |
83
+| Alpine Linux | 3.15 | No | |
84
| Alpine Linux | 3.14 | No | |
85
| Alpine Linux | 3.13 | No | |
86
| Arch Linux | Latest | No | We officially recommend the community packages available for Arch Linux |