diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-02-18 09:11:15 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-02-18 09:28:59 +0100 |
commit | 485866d5f7d5a888f7805e477e3f6c6224f2051e (patch) | |
tree | b8257d438c142ecbcbee6685ed18fb3f7e5b492f /.github | |
parent | faf81b4b238e24fe29eb53f885a25367e212dd7b (diff) | |
download | tigervnc-485866d5f7d5a888f7805e477e3f6c6224f2051e.tar.gz tigervnc-485866d5f7d5a888f7805e477e3f6c6224f2051e.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/containers/centos8/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |