From: Pierre Ossman Date: Fri, 18 Feb 2022 08:11:15 +0000 (+0100) Subject: Switch to CentOS Stream 8 for builds X-Git-Tag: v1.12.90~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=485866d5f7d5a888f7805e477e3f6c6224f2051e;p=tigervnc.git 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. --- 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