From 9689fb720a20d7139ae30d56fda1c9e0de49ffa2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 12 Sep 2017 09:46:05 -0400 Subject: [PATCH] ci: Fixate CentOS container image until rpm-md repos sync Copy of https://github.com/projectatomic/rpm-ostree/pull/985 Closes: #1160 Approved by: jlebon --- .papr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.papr.yml b/.papr.yml index 75ace5da..56ff4dae 100644 --- a/.papr.yml +++ b/.papr.yml @@ -41,8 +41,10 @@ env: CFLAGS: '' tests: + # FIXME revert setting to 7/3/1611 when repos sync + # https://github.com/projectatomic/rpm-ostree/pull/985 - docker run --privileged -v $PWD:$PWD --workdir $PWD - registry.centos.org/centos/centos:7 sh -c + registry.centos.org/centos/centos:7.3.1611 sh -c 'yum install -y git && ci/build-check.sh' ---