OKD-387: Switch to released (mirror) repos for SCOS builds#1947
OKD-387: Switch to released (mirror) repos for SCOS builds#1947pskrbasu wants to merge 1 commit into
Conversation
This is the openshift/os equivalent of [1] against rhel-coreos-config where we made the mirror repos the only ones we have defined to simplify versioning conflicts we have sometimes. [1] coreos/rhel-coreos-config@718d19e
|
@pskrbasu: This pull request references OKD-387 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@pskrbasu: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ausil, pskrbasu The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc @dustymabe |
Summary
release-4.22c10s.repoURLs fromcomposes.stream.centos.orgtomirror.stream.centos.orgc10s-mirror.repo(no longer needed sincec10s.reponow uses the mirror URLs directly)The compose repos only carry the latest version of each package, which causes version conflicts (e.g. openssl-libs, NetworkManager) when the base SCOS image was built against older versions that get filtered out. The mirror repos carry multiple versions, allowing dnf to resolve compatible package sets.
This is needed for the SCOS 4.22 CI config fix in openshift/release#81863.