Change the build image of EL packages from alma to rocky (#15944)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Sep 20, 2023 at 13:15 UTC
b276655f1cd532a91b3cfc330867c422d0bf0e0d
2 files changed
+33
-33
.github/data/distros.yml
+28
-28
@@ -60,34 +60,6 @@ include:
60
test:
61
ebpf-core: true
62
63
- - &alma
64
- distro: almalinux
65
- version: "9"
66
- support_type: Core
67
- notes: ''
68
- jsonc_removal: |
69
- dnf remove -y json-c-devel
70
- eol_check: true
71
- packages: &alma_packages
72
- type: rpm
73
- repo_distro: el/9
74
- alt_links:
75
- - el/9Server
76
- - el/9Client
77
- arches:
78
- - x86_64
79
- - aarch64
80
- test:
81
- ebpf-core: true
82
- - <<: *alma
83
- version: "8"
84
- packages:
85
- <<: *alma_packages
86
- repo_distro: el/8
87
- alt_links:
88
- - el/8Server
89
- - el/8Client
90
-
63
- &amzn
64
distro: amazonlinux
65
version: "2"
@@ -258,6 +230,34 @@ include:
230
<<: *oracle_packages
231
repo_distro: ol/9
232
233
+ - &rocky
234
+ distro: rockylinux
235
+ version: "9"
236
+ support_type: Core
237
+ notes: ''
238
+ jsonc_removal: |
239
+ dnf remove -y json-c-devel
240
+ eol_check: true
241
+ packages: &rocky_packages
242
+ type: rpm
243
+ repo_distro: el/9
244
+ alt_links:
245
+ - el/9Server
246
+ - el/9Client
247
+ arches:
248
+ - x86_64
249
+ - aarch64
250
+ test:
251
+ ebpf-core: true
252
+ - <<: *rocky
253
+ version: "8"
254
+ packages:
255
+ <<: *rocky_packages
256
+ repo_distro: el/8
257
+ alt_links:
258
+ - el/8Server
259
+ - el/8Client
260
+
261
- &ubuntu
262
distro: ubuntu
263
version: "22.04"
integrations/deploy.yaml
+5
-5
@@ -89,16 +89,16 @@
89
distro: 'rhel'
90
quick_start: -1
91
- <<: *linux
92
- id: deploy-almalinux
92
+ id: deploy-rockylinux
93
meta:
94
<<: *linux_meta
95
- name: Alma Linux
96
- link: https://almalinux.org/
97
- icon_filename: 'alma.png'
95
+ name: Rocky Linux
96
+ link: https://rockylinux.org/
97
+ icon_filename: 'rocky.svg'
98
most_popular: false
99
platform_info:
100
group: 'include'
101
- distro: 'almalinux'
101
+ distro: 'rockylinux'
102
quick_start: -1
103
- <<: *linux
104
id: deploy-alpinelinux