summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/centos.Dockerfile.in.FAILING
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/docker/templates/centos.Dockerfile.in.FAILING')
-rw-r--r--server/test/docker/templates/centos.Dockerfile.in.FAILING6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/test/docker/templates/centos.Dockerfile.in.FAILING b/server/test/docker/templates/centos.Dockerfile.in.FAILING
new file mode 100644
index 0000000..1da2ab8
--- /dev/null
+++ b/server/test/docker/templates/centos.Dockerfile.in.FAILING
@@ -0,0 +1,6 @@
+# -*- dockerfile -*-
+FROM centos:centos7
+RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
+RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
+RUN yum update -y
+# @TODO: Since CentOS is no more, do I even want to try and fix this?