steamcmd / docker

Docker image containing SteamCMD
https://hub.docker.com/r/steamcmd/steamcmd
MIT License
148 stars 20 forks source link

CentOS 6 build fails #45

Closed jonakoudijs closed 3 years ago

jonakoudijs commented 3 years ago

Since yesterday the automated builds for CentOS 6 are failing with the following error:

Step 11/19 : RUN yum -y install glibc.i686 libstdc++.i686  && yum -y clean all
 ---> Running in 074f2c0a84b4
Loaded plugins: fastestmirror, ovl
Setting up Install Process
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
 Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
The command '/bin/sh -c yum -y install glibc.i686 libstdc++.i686  && yum -y clean all' returned a non-zero code: 1
Error: Process completed with exit code 1.

There is no dependency on the CentOS 6 build so the builds for the other versions are still processed and pushed.

jonakoudijs commented 3 years ago

According to the EOL dates on the CentOS website, CentOS 6 is EOL since November 30th, 2020: https://wiki.centos.org/About/Product. The error shows that the repository is not functioning properly anymore so that makes since seeing version 6 is EOL since a few days.

Support for CentOS 6 should be dropped to avoid using unsupported base images/os versions.