swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.35k stars 182 forks source link

Cannot build CentOS 7 images (and that causes CI failures) #398

Open kkebo opened 1 month ago

kkebo commented 1 month ago

Recently, CentOS 7 has reached EOL and mirrorlist.centos.org is no longer available according to the following links.

This is not only a problem for those who want to use CentOS 7, but also causes all swiftlang/swift:nightly-main* images not to be updated.

Error logs:

https://ci.swift.org/view/all/job/publish-nightly-main-docker-images-aarch64/847/execution/node/29/log/

#6 [ 2/12] RUN yum install -y centos-release-scl-rh
#6 0.322 Loaded plugins: fastestmirror, ovl
#6 0.448 Determining fastest mirrors
#6 0.458 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was
#6 0.458 14: HTTP Error 502 - Bad Gateway

(All: https://ci.swift.org/view/all/job/publish-nightly-main-docker-images-aarch64/)

kkebo commented 1 month ago

It seems that the CI job for CentOS 7 has been deleted.

https://ci.swift.org/view/all/job/publish-nightly-main-docker-images-aarch64/

So this issue is not critical now. Please feel free to close this if it's not planned.