Skip to content

Commit 6dc8869

Browse files
committed
use fixed ip for vault.centos.org until updates have propagated to all mirrors
1 parent 802c11c commit 6dc8869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-x86-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /build
66
# to http://vault.centos.org/
77
RUN sed -i 's/enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf
88
RUN sed -i 's/mirrorlist/#mirrorlist/' /etc/yum.repos.d/*.repo
9-
RUN sed -i 's/#\(baseurl.*\)mirror.centos.org/\1vault.centos.org/' /etc/yum.repos.d/*.repo
9+
RUN sed -i 's/#\(baseurl.*\)mirror.centos.org/\1107.158.252.35/' /etc/yum.repos.d/*.repo
1010

1111
RUN yum upgrade -y && yum install -y \
1212
curl \

0 commit comments

Comments
 (0)