From c069c82dda8bbfaeceb0377fc0d1e54316f29eeb Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 08:16:50 -0400 Subject: [PATCH] Use the epel7Server-infra Yum repo for CI --- Dockerfile-tests | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile-tests b/Dockerfile-tests index 171e1005..69a9f613 100644 --- a/Dockerfile-tests +++ b/Dockerfile-tests @@ -2,8 +2,10 @@ FROM centos:7 WORKDIR /build RUN yum -y update -RUN yum -y install epel-release +RUN yum -y install epel-release yum-utils +RUN yum-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/ RUN yum -y install \ + --nogpgcheck \ --setopt=deltarpm=0 \ --setopt=install_weak_deps=false \ --setopt=tsflags=nodocs \ @@ -13,9 +15,8 @@ RUN yum -y install \ git \ kobo \ kobo-rpmlib \ - https://kojipkgs.fedoraproject.org//packages/libmodulemd/1.1.3/1.fc27/x86_64/libmodulemd-1.1.3-1.fc27.x86_64.rpm \ + libmodulemd \ pdc-client \ - https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/l/libsolv-0.6.33-1.el7.x86_64.rpm \ python-backports-ssl_match_hostname \ python-dogpile-cache \ python-enum34 \ @@ -30,7 +31,7 @@ RUN yum -y install \ python-mock \ python-pip \ python-six \ - https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/p/python2-solv-0.6.33-1.el7.x86_64.rpm \ + python2-solv \ python-sqlalchemy \ python-tabulate \ # Test-only dependencies