From 5668740fdcd44d51b549486a51c5885e9b4dd9a4 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 2 Feb 2024 12:56:02 +0100 Subject: [PATCH] remove Ubuntu Lunar 23.04, as it's EOL Ubuntu 23.04 reached EOL on January 25, 2024, so should no longer be used. https://wiki.ubuntu.com/Releases#End_of_Life Signed-off-by: Sebastiaan van Stijn --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 986b8579..58d6295d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,6 @@ def images = [ [image: "docker.io/balenalib/rpi-raspbian:bookworm",arches: ["armhf"]], [image: "docker.io/library/ubuntu:focal", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 20.04 LTS (End of support: April, 2025. EOL: April, 2030) [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) ]