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:
Tasos Katsoulas 2023-09-20 13:15:59 +03:00 committed by GitHub
parent 085c469c98
commit b276655f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 33 deletions

View File

@ -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"

View File

@ -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