From 6b3c03eeda2972f893d8683a793a5af26e230bc3 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 6 Oct 2025 16:43:29 -0700 Subject: [PATCH] Add bookworm as a buildable distro version Now that we are using ceph-dev-pipeline to build release images, we need to be able to request bookworm Signed-off-by: Dan Mick --- ceph-dev-pipeline/build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index 24c9d6ad..d148f63c 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -186,7 +186,7 @@ pipeline { axes { axis { name 'DIST' - values 'centos9', 'centos10', 'rocky9', 'rocky10', 'jammy', 'noble' + values 'centos9', 'centos10', 'rocky9', 'rocky10', 'jammy', 'noble', 'bookworm' } axis { name 'ARCH' -- 2.39.5