From 485866d5f7d5a888f7805e477e3f6c6224f2051e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 18 Feb 2022 09:11:15 +0100 Subject: [PATCH] Switch to CentOS Stream 8 for builds CentOS 8 is EOL and is now replaced with CentOS Stream 8. This images isn't available on Docker Hub unfortunately, so we grab it from Quay. --- .github/containers/centos8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/containers/centos8/Dockerfile b/.github/containers/centos8/Dockerfile index 8beec7e2..6bcff1a4 100644 --- a/.github/containers/centos8/Dockerfile +++ b/.github/containers/centos8/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:8 +FROM quay.io/centos/centos:stream8 RUN dnf -y group install 'Development Tools' RUN dnf -y install sudo -- 2.39.5