adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
85 stars 101 forks source link

Github Actions And Dockerfiles Failing To Build #3642

Closed steelhead31 closed 3 months ago

steelhead31 commented 3 months ago

Centsos 7 based elements are failing due to mirrorlist.centos.org no longer being valid..

Loaded plugins: fastestmirror, ovl
14Determining fastest mirrors
15Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was
1614: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
17
18
19 One of the configured repositories failed (Unknown),
20 and yum doesn't have enough cached data to continue. At this point the only
21 safe thing yum can do is fail. There are a few ways to work "fix" this:
22
23 1. Contact the upstream for the repository and get them to fix the problem.
24
25 2. Reconfigure the baseurl/etc. for the repository, to point to a working
26 upstream. This is most often useful if you are using a newer
27 distribution release than is supported by the repository (and the
28 packages for the previous distribution release still work).
29
30 3. Run the command with the repository temporarily disabled
31 yum --disablerepo=<repoid> ...
steelhead31 commented 3 months ago

FYI @andrew-m-leonard

sxa commented 3 months ago

Part of https://github.com/adoptium/temurin-build/issues/3795