From f288effe1bf67ca99c476c1cede94def272054ff Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 17 Feb 2022 14:40:23 +0100 Subject: switch to centos stream via quay.io #2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db26d7f..66109fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker.io/centos:8 +image: quay.io/centos/centos:stream8 stages: - build -- cgit