summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-05-11 07:22:52 -0400
committerGitHub <noreply@github.com>2022-05-11 07:22:52 -0400
commit7a6a36d2dfd708cacf620610118e307c04890bce (patch)
tree003b271e27f72329a5fc20b579b23b4b1456542e
parentdd313048f6907e052cc8da2a5d001ad35635ee25 (diff)
Switch to Alma Linux for RHEL compatible support. (#12799)
* Switch to Alma Linux for RHEL compatible support. * Fix testing code.
-rw-r--r--.github/data/distros.yml4
-rwxr-xr-x.github/scripts/pkg-test.sh2
-rw-r--r--packaging/PLATFORM_SUPPORT.md4
3 files changed, 6 insertions, 4 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 8d58f4d23d..8757c72ee4 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -27,9 +27,9 @@ include:
env_prep: |
pacman --noconfirm -Syu && pacman --noconfirm -Sy grep libffi
- - distro: rockylinux
+ - distro: almalinux
version: "8"
- base_image: rockylinux/rockylinux
+ base_image: almalinux
jsonc_removal: |
dnf remove -y json-c-devel
packages:
diff --git a/.github/scripts/pkg-test.sh b/.github/scripts/pkg-test.sh
index 148ecd6297..4b64343f5f 100755
--- a/.github/scripts/pkg-test.sh
+++ b/.github/scripts/pkg-test.sh
@@ -101,7 +101,7 @@ case "${DISTRO}" in
fedora | oraclelinux)
install_fedora_like
;;
- centos | rockylinux)
+ centos | rockylinux | almalinux)
install_centos
;;
opensuse)
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 6b9f198859..156e43b45d 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -51,18 +51,20 @@ to work on these platforms with minimal user effort.
| Platform | Version | Official Native Packages | Notes |
| -------- | ------- | ------------------------ | ----- |
| 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 |
+| Alma Linux | 8.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
| CentOS | 7.x | x86\_64 | |
-| CentOS | 8.x | x86\_64, AArch64 | Includes Rocky Linux 8.x support, which will be our primary platform long-term for RHEL compatiblitiy |
| 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 |
| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
| Debian | 9.x | x86\_64, i386, ARMv7, AArch64 | |
+| Fedora | 36 | x86\_64, ARMv7, AArch64 | |
| Fedora | 35 | x86\_64, ARMv7, AArch64 | |
| Fedora | 34 | x86\_64, ARMv7, AArch64 | |
| openSUSE | Leap 15.3 | x86\_64, AArch64 | |
| Oracle Linux | 8.x | x86\_64, AArch64 | |
| Red Hat Enterprise Linux | 7.x | x86\_64 | |
| Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
+| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 21.10 | x86\_64, i386, ARMv7, AArch64 | |
| Ubuntu | 20.04 | x86\_64, i386, ARMv7, AArch64 | |
| Ubuntu | 18.04 | x86\_64, i386, ARMv7, AArch64 | |