From 699bd4b3fb6cb42023a61382c08bb005511638ea Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Sep 07 2017 17:33:30 +0000 Subject: centos-ci: drop install of specific ostree version Attempting to install version 2017.8 of `ostree` is causing the treecompose to fail for FAHC[1]. The latest version of `ostree` in F26 is up to 2017.10, so I believe we can drop the install of version 2017.8. [1] https://ci.centos.org/job/fahc-treecompose/4727/console --- diff --git a/centos-ci/containers/fah-buildtools/Dockerfile b/centos-ci/containers/fah-buildtools/Dockerfile index ab49a68..fad328d 100644 --- a/centos-ci/containers/fah-buildtools/Dockerfile +++ b/centos-ci/containers/fah-buildtools/Dockerfile @@ -1,5 +1,4 @@ FROM registry.fedoraproject.org/fedora:26 RUN yum -y install ostree rpm-ostree lorax && \ - yum -y install https://kojipkgs.fedoraproject.org//packages/ostree/2017.8/2.fc26/x86_64/ostree-{,libs-}2017.8-2.fc26.x86_64.rpm && \ yum clean all -COPY lorax-wrap /usr/bin/lorax-wrap \ No newline at end of file +COPY lorax-wrap /usr/bin/lorax-wrap