aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-02-18 09:11:15 +0100
committerPierre Ossman <ossman@cendio.se>2022-02-18 09:28:59 +0100
commit485866d5f7d5a888f7805e477e3f6c6224f2051e (patch)
treeb8257d438c142ecbcbee6685ed18fb3f7e5b492f /.github
parentfaf81b4b238e24fe29eb53f885a25367e212dd7b (diff)
downloadtigervnc-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/Dockerfile2
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