From e4cd3377ddd92fb017594ccfd8530fbed7eb0407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 28 Aug 2024 20:10:25 +0200 Subject: [PATCH] Use centos-9 to build the swt natives Centos-8 is out of service and the container even does not build anymore therefore we can't get any updates. This changes the build to use Centos 9 for building instead. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6d60c8cda10..6b2e8404e98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ kind: Pod spec: containers: - name: "swtbuild" - image: "eclipse/platformreleng-centos-swt-build:8" + image: "eclipse/platformreleng-centos-swt-build:9" imagePullPolicy: "Always" resources: limits: