From 334dfd855b2ba6f9588d61d89743deac642a3885 Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Wed, 18 Oct 2023 20:20:49 +0000 Subject: [PATCH] Add Fedora 40 and Ubuntu Noble (not released yet). Signed-off-by: Romain Geissler --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 986b8579..7de0cf71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ def images = [ [image: "docker.io/library/debian:bookworm", arches: ["amd64", "aarch64", "armhf"]], // Debian 12 (stable) [image: "docker.io/library/fedora:38", arches: ["amd64", "aarch64"]], // Fedora 38 (EOL: May 14, 2024) [image: "docker.io/library/fedora:39", arches: ["amd64", "aarch64"]], // Fedora 39 (EOL: November 12, 2024) - [image: "docker.io/library/fedora:rawhide", arches: ["amd64", "aarch64"]], // Rawhide is the name given to the current development version of Fedora + [image: "docker.io/library/fedora:40", arches: ["amd64", "aarch64"]], // Fedora 40 (EOL: May 13, 2025) [image: "docker.io/opensuse/leap:15", arches: ["amd64"]], [image: "docker.io/balenalib/rpi-raspbian:buster", arches: ["armhf"]], [image: "docker.io/balenalib/rpi-raspbian:bullseye",arches: ["armhf"]], @@ -28,6 +28,7 @@ def images = [ [image: "docker.io/library/ubuntu:jammy", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 22.04 LTS (End of support: April, 2027. EOL: April, 2032) [image: "docker.io/library/ubuntu:lunar", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 23.04 (EOL: January, 2024) [image: "docker.io/library/ubuntu:mantic", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 23.10 (EOL: July, 2024) + [image: "docker.io/library/ubuntu:noble", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 24.04 LTS (End of support: April, 2029. EOL: April, 2034) ] def generatePackageStep(opts, arch) {