Skip to content

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

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_arm64_builds
Mar 25, 2020
Merged

[master] CentOS: fix failing repository on aarch64 (arm64)#446
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_arm64_builds

Conversation

@thaJeztah

Copy link
Copy Markdown
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 <github@gone.nl>
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

ping @StefanScherer@silvin-lubecki PTAL

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

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

@silvin-lubeckisilvin-lubecki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@StefanSchererStefanScherer left a comment

Copy link
Copy Markdown
Member

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:masterMar 25, 2020
@thaJeztah
thaJeztah deleted the fix_arm64_builds branch March 25, 2020 22:47
@thaJeztahthaJeztah changed the title CentOS: fix failing repository on aarch64 (arm64)[master] CentOS: fix failing repository on aarch64 (arm64)May 1, 2020
@thaJeztahthaJeztah mentioned this pull request May 5, 2022
Sign up for freeto 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

@thaJeztah@StefanScherer@silvin-lubecki