Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2022-02-03 21:43:19 +0300
committerAdam Warner <me@adamwarner.co.uk>2022-02-03 21:43:19 +0300
commit444526ad582818b03263dabc8a01c6fbee5018a4 (patch)
treeb90aebd72f05572679a432acc92abcfd9755833a /test
parent844c4dcdc83fb123dfb28153f68ffbc662c020be (diff)
Switch from centos8 to centos8:stream base image for centos 8 tests
Diffstat (limited to 'test')
-rw-r--r--test/_centos_8.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/_centos_8.Dockerfile b/test/_centos_8.Dockerfile
index fddb3ed1..86e5a778 100644
--- a/test/_centos_8.Dockerfile
+++ b/test/_centos_8.Dockerfile
@@ -1,4 +1,4 @@
-FROM centos:8
+FROM quay.io/centos/centos:stream8
RUN yum install -y git
ENV GITDIR /etc/.pihole