Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] CentOS: fix failing repository on aarch64 (arm64) #446

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

thaJeztah
Copy link
Member

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:

#9 [stage-1 4/6] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec
#9 0.982 Loaded plugins: fastestmirror, ovl
#9 1.177 Enabling base-source repository
#9 1.177 Enabling extras-source repository
#9 1.178 Enabling updates-source repository
#9 1.179 Loading mirror speeds from cached hostfile
#9 1.181  * base: d36uatko69830t.cloudfront.net
#9 1.182  * extras: d36uatko69830t.cloudfront.net
#9 1.182  * updates: d36uatko69830t.cloudfront.net
#9 2.272 http://vault.centos.org/altarch/7/extras/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
#9 2.272 Trying other mirror.
#9 2.273 To address this issue please refer to the below wiki article

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 <[email protected]>
@thaJeztah
Copy link
Member Author

ping @StefanScherer @silvin-lubecki PTAL

@thaJeztah
Copy link
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

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@StefanScherer StefanScherer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💪

@thaJeztah thaJeztah merged commit ac9bcdf into docker:master Mar 25, 2020
@thaJeztah thaJeztah deleted the fix_arm64_builds branch March 25, 2020 22:47
@thaJeztah thaJeztah changed the title CentOS: fix failing repository on aarch64 (arm64) [master] CentOS: fix failing repository on aarch64 (arm64) May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants