@cryptotaxi247 / netdata-1 / commits / 7a6a36d2d

Switch to Alma Linux for RHEL compatible support. (#12799)

* Switch to Alma Linux for RHEL compatible support. * Fix testing code.

Austin S. Hemmelgarn committed May 11, 2022 at 07:22 UTC 7a6a36d2dfd708cacf620610118e307c04890bce
3 files changed +6 -4
.github/data/distros.yml
+2 -2
@@ -27,9 +27,9 @@ include:
27 env_prep: |
28 pacman --noconfirm -Syu && pacman --noconfirm -Sy grep libffi
29
30 - - distro: rockylinux
30 + - distro: almalinux
31 version: "8"
32 - base_image: rockylinux/rockylinux
32 + base_image: almalinux
33 jsonc_removal: |
34 dnf remove -y json-c-devel
35 packages:
.github/scripts/pkg-test.sh
+1 -1
@@ -101,7 +101,7 @@ case "${DISTRO}" in
101 fedora | oraclelinux)
102 install_fedora_like
103 ;;
104 - centos | rockylinux)
104 + centos | rockylinux | almalinux)
105 install_centos
106 ;;
107 opensuse)
packaging/PLATFORM_SUPPORT.md
+3 -1
@@ -51,18 +51,20 @@ to work on these platforms with minimal user effort.
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 |
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 | |
55 -| CentOS | 8.x | x86\_64, AArch64 | Includes Rocky Linux 8.x support, which will be our primary platform long-term for RHEL compatiblitiy |
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 |
57 | Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
58 | Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
59 | Debian | 9.x | x86\_64, i386, ARMv7, AArch64 | |
60 +| Fedora | 36 | x86\_64, ARMv7, AArch64 | |
61 | Fedora | 35 | x86\_64, ARMv7, AArch64 | |
62 | Fedora | 34 | x86\_64, ARMv7, AArch64 | |
63 | openSUSE | Leap 15.3 | x86\_64, AArch64 | |
64 | Oracle Linux | 8.x | x86\_64, AArch64 | |
65 | Red Hat Enterprise Linux | 7.x | x86\_64 | |
66 | Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
67 +| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
68 | Ubuntu | 21.10 | x86\_64, i386, ARMv7, AArch64 | |
69 | Ubuntu | 20.04 | x86\_64, i386, ARMv7, AArch64 | |
70 | Ubuntu | 18.04 | x86\_64, i386, ARMv7, AArch64 | |