Skip to content

Commit 4e9dc47

Browse files
Merge pull request #1170 from charlespierce/kernel_archive_mirror
Swap to the CERN mirror of the CentOS vault
2 parents e6ddd3e + 8791e1e commit 4e9dc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:6.10
22

33
# CentOS 6 packages are no longer hosted on the main repository, instead they are in the CentOS Vault
44
RUN sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Base.repo && \
5-
sed -i 's/#baseurl=http:\/\/mirror.centos.org\/centos\/$releasever/baseurl=http:\/\/vault.centos.org\/6.10/g' /etc/yum.repos.d/CentOS-Base.repo
5+
sed -i 's/#baseurl=http:\/\/mirror.centos.org\/centos\/$releasever/baseurl=http:\/\/linuxsoft.cern.ch\/centos-vault\/6.10/g' /etc/yum.repos.d/CentOS-Base.repo
66

77
# Set up additional build tools
88
RUN yum -y update && yum clean all

0 commit comments

Comments
 (0)