From: Colin Walters Date: Tue, 12 Sep 2017 13:46:05 +0000 (-0400) Subject: ci: Fixate CentOS container image until rpm-md repos sync X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~32^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9689fb720a20d7139ae30d56fda1c9e0de49ffa2;p=ostree.git 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 --- 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' ---