summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorKonstantin Shalygin <k0ste@k0ste.ru>2023-08-18 16:40:29 +0300
committerGitHub <noreply@github.com>2023-08-18 09:40:29 -0400
commit6c50aefb74178495f30035099784ae7ea725af0e (patch)
tree1b6197ec0c351f20d74132a90c3c67602ebce2e8 /.github/data/distros.yml
parent114b87d1b4fec5607a122bfef82f2362f8b484fa (diff)
Added CentOS-Stream to distros (#15742)
* Added CentOS-Stream to distros Containers added https://github.com/netdata/helper-images/pull/219 * Update .github/scripts/pkg-test.sh Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * pkg-test.sh: disable shellcheck for bad shell function --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml25
1 files changed, 24 insertions, 1 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index cdd0faf06f..aa89ebe74f 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -108,7 +108,6 @@ include:
<<: *amzn_packages
repo_distro: amazonlinux/2023
-
- distro: centos
version: "7"
support_type: Core
@@ -125,6 +124,30 @@ include:
test:
ebpf-core: false
+ - &centos_stream
+ distro: centos-stream
+ base_image: 'quay.io/centos/centos:stream9'
+ version: '9'
+ support_type: 'Community'
+ notes: ''
+ jsonc_removal: |
+ dnf remove -y json-c-devel
+ eol_check: true
+ packages: &cs_packages
+ type: rpm
+ repo_distro: el/c9s
+ arches:
+ - x86_64
+ - aarch64
+ test:
+ ebpf-core: true
+ - <<: *centos_stream
+ version: '8'
+ base_image: 'quay.io/centos/centos:stream8'
+ packages:
+ <<: *cs_packages
+ repo_distro: el/c8s
+
- &debian
distro: debian
version: "12"