summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-02-15 07:18:30 -0500
committerGitHub <noreply@github.com>2023-02-15 07:18:30 -0500
commit568cda1978cabe8a338c118682a85c56720d5698 (patch)
tree263940be2efba3c227a5931c0b2bb6c498c94cd2 /.github/data/distros.yml
parent3c4676c9bab20c79db0cd444a17898ff9722c2ec (diff)
Add Debian 12 to our CI and platform support document. (#14529)
* Fix handling of base images for CI jobs. This allows us to continue using properly descriptive names despite Debian not publishing docker images with version numbers. * Add Debian 12 to CI and platform support documentation. * Fix build matrix generation scripts.
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 452170c079..5cfd060fe7 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -83,14 +83,15 @@ include:
- &debian
distro: debian
- version: "11"
+ version: "12"
+ base_image: debian:bookworm
env_prep: |
apt-get update
jsonc_removal: |
apt-get purge -y libjson-c-dev
packages: &debian_packages
type: deb
- repo_distro: debian/bullseye
+ repo_distro: debian/bookworm
arches:
- i386
- amd64
@@ -99,7 +100,16 @@ include:
test:
ebpf-core: true
- <<: *debian
+ version: "11"
+ base_image: debian:bullseye
+ packages:
+ <<: *debian_packages
+ repo_distro: debian/bullseye
+ test:
+ ebpf-core: false
+ - <<: *debian
version: "10"
+ base_image: debian:buster
packages:
<<: *debian_packages
repo_distro: debian/buster
@@ -130,7 +140,7 @@ include:
- &opensuse
distro: opensuse
version: "15.4"
- base_image: opensuse/leap
+ base_image: opensuse/leap:15.4
jsonc_removal: |
zypper rm -y libjson-c-devel
packages: &opensuse_packages