From 93aab6efb9e4b4acd428845ffb221e7a57c6e1dc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 4 Jun 2024 22:36:32 +0200 Subject: [PATCH] Jenkinsfile: remove CentOS Stream 8 (EOL: 2024-05-31) CentOS 8 reached EOL and the package repository is no longer live, so removing it from the Jenkinsfile. Signed-off-by: Sebastiaan van Stijn --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da262038..0670219c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,6 @@ def images = [ [image: "docker.io/library/amazonlinux:2", arches: ["aarch64"]], [image: "docker.io/library/centos:7", arches: ["amd64", "aarch64"]], - [image: "quay.io/centos/centos:stream8", arches: ["amd64", "aarch64"]], // CentOS Stream 8 (EOL: 2024-05-31) [image: "quay.io/centos/centos:stream9", arches: ["amd64", "aarch64"]], // CentOS Stream 9 (EOL: 2027) [image: "docker.io/library/rockylinux:8", arches: ["amd64", "aarch64"]], // Rocky Linux 8 (EOL: 2029-05-31) [image: "docker.io/library/rockylinux:9", arches: ["amd64", "aarch64"]], // Rocky Linux 9 (EOL: 2032-05-31)