[ https://ovirt-jira.atlassian.net/browse/OVIRT-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36521#comment-36521 ]

Daniel Belenky commented on OVIRT-2001:

Issue when users try to use Docker in their builds from a Fedora chroot running on an el7 slave: The docker (client) version in Fedora repositories is not backward compatible with the docker (server) version in centos repositories.

The solution is to run such jobs on slaves where the distro is same or newer than the chroot's distro. It can be specified in STDCI configuration file:

{code:java} --- runtime-requirements:

host-distro: newer

{code}

Create FAQ/Knowledge Base for STDCI

     Key: OVIRT-2001
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2001
 Project: oVirt - virtualization made easy
         Issue Type: Improvement
         Components: Documentation
Reporter: Barak Korren
Assignee: infra
  Labels: first_time_task

There are many common use cases and issues in STDCI that could benefit from case/task-specific documentation. So we should have a FAQ page or a Knowledge Base about STDCI to cover these issues. Before we can make the page we need a critical mass (at least 3) of issues and solutions, so we will use comments on this ticket to collect them as they arise.

— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100083)