[master] CentOS: fix failing repository on aarch64 (arm64)#446
Merged
thaJeztah merged 1 commit intodocker:masterfrom Mar 25, 2020
Merged
[master] CentOS: fix failing repository on aarch64 (arm64)#446thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah merged 1 commit intodocker:masterfrom
Conversation
This repository is only specified in the aarch64 (arm64) images,
and therefore was not caught in CI.
Bringing back the fix that was previously there, to prevent failures:
docker#9 [stage-1 4/6] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec
docker#9 0.982 Loaded plugins: fastestmirror, ovl
docker#9 1.177 Enabling base-source repository
docker#9 1.177 Enabling extras-source repository
docker#9 1.178 Enabling updates-source repository
docker#9 1.179 Loading mirror speeds from cached hostfile
docker#9 1.181 * base: d36uatko69830t.cloudfront.net
docker#9 1.182 * extras: d36uatko69830t.cloudfront.net
docker#9 1.182 * updates: d36uatko69830t.cloudfront.net
docker#9 2.272 http://vault.centos.org/altarch/7/extras/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
docker#9 2.272 Trying other mirror.
docker#9 2.273 To address this issue please refer to the below wiki article
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
ping @StefanScherer @silvin-lubecki PTAL |
Member
Author
|
For reference; this was removed in #416, because we thought it was no longer needed, but appears to only be present in the aarch64 images, and not in other architectures |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repository is only specified in the aarch64 (arm64) images,
and therefore was not caught in CI.
Bringing back the fix that was previously there, to prevent failures: