#6 centos-ci: drop install of specific ostree version
Merged 7 years ago by walters. Opened 7 years ago by miabbott.
miabbott/fedora-atomic-host-continuous drop_ostree_install  into  master

@@ -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

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

Pull-Request has been merged by walters

7 years ago
Metadata