Change the build image of EL packages from alma to rocky (#15944)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
This commit is contained in:
parent
085c469c98
commit
b276655f1c
56
.github/data/distros.yml
vendored
56
.github/data/distros.yml
vendored
@ -60,34 +60,6 @@ include:
|
||||
test:
|
||||
ebpf-core: true
|
||||
|
||||
- &alma
|
||||
distro: almalinux
|
||||
version: "9"
|
||||
support_type: Core
|
||||
notes: ''
|
||||
jsonc_removal: |
|
||||
dnf remove -y json-c-devel
|
||||
eol_check: true
|
||||
packages: &alma_packages
|
||||
type: rpm
|
||||
repo_distro: el/9
|
||||
alt_links:
|
||||
- el/9Server
|
||||
- el/9Client
|
||||
arches:
|
||||
- x86_64
|
||||
- aarch64
|
||||
test:
|
||||
ebpf-core: true
|
||||
- <<: *alma
|
||||
version: "8"
|
||||
packages:
|
||||
<<: *alma_packages
|
||||
repo_distro: el/8
|
||||
alt_links:
|
||||
- el/8Server
|
||||
- el/8Client
|
||||
|
||||
- &amzn
|
||||
distro: amazonlinux
|
||||
version: "2"
|
||||
@ -258,6 +230,34 @@ include:
|
||||
<<: *oracle_packages
|
||||
repo_distro: ol/9
|
||||
|
||||
- &rocky
|
||||
distro: rockylinux
|
||||
version: "9"
|
||||
support_type: Core
|
||||
notes: ''
|
||||
jsonc_removal: |
|
||||
dnf remove -y json-c-devel
|
||||
eol_check: true
|
||||
packages: &rocky_packages
|
||||
type: rpm
|
||||
repo_distro: el/9
|
||||
alt_links:
|
||||
- el/9Server
|
||||
- el/9Client
|
||||
arches:
|
||||
- x86_64
|
||||
- aarch64
|
||||
test:
|
||||
ebpf-core: true
|
||||
- <<: *rocky
|
||||
version: "8"
|
||||
packages:
|
||||
<<: *rocky_packages
|
||||
repo_distro: el/8
|
||||
alt_links:
|
||||
- el/8Server
|
||||
- el/8Client
|
||||
|
||||
- &ubuntu
|
||||
distro: ubuntu
|
||||
version: "22.04"
|
||||
|
@ -89,16 +89,16 @@
|
||||
distro: 'rhel'
|
||||
quick_start: -1
|
||||
- <<: *linux
|
||||
id: deploy-almalinux
|
||||
id: deploy-rockylinux
|
||||
meta:
|
||||
<<: *linux_meta
|
||||
name: Alma Linux
|
||||
link: https://almalinux.org/
|
||||
icon_filename: 'alma.png'
|
||||
name: Rocky Linux
|
||||
link: https://rockylinux.org/
|
||||
icon_filename: 'rocky.svg'
|
||||
most_popular: false
|
||||
platform_info:
|
||||
group: 'include'
|
||||
distro: 'almalinux'
|
||||
distro: 'rockylinux'
|
||||
quick_start: -1
|
||||
- <<: *linux
|
||||
id: deploy-alpinelinux
|
||||
|
Loading…
Reference in New Issue
Block a user