From 99cc23629276edc1108371422ca898667004704e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 29 Nov 2024 10:31:22 +0100 Subject: c8s is eol, switch to almalinux #2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66109fc..c0d7b43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: quay.io/centos/centos:stream8 +#image: quay.io/centos/centos:stream8 +image: quay.io/almalinuxorg/8-base stages: - build -- cgit