You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original repos suffer from sporadic connectivity issues
Replaced the original repo URLs with webrepo ones
Issue: HPCINFRA-3796
Signed-off-by: Michael Braverman <[email protected]>
Copy file name to clipboardExpand all lines: .ci/dockerfiles/Dockerfile.ctyunos23.01
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ ARG _GID=101
7
7
ARG _LOGIN=swx-jenkins
8
8
ARG _HOME=/var/home/$_LOGIN
9
9
10
+
RUN sed -i 's!baseurl=.*everything.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/everything/!' /etc/yum.repos.d/ctyunos.repo && \
11
+
sed -i 's!baseurl=.*update.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/update/!' /etc/yum.repos.d/ctyunos.repo && \
12
+
sed -i 's!baseurl=.*extras.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/extras/!' /etc/yum.repos.d/ctyunos.repo && \
13
+
dnf clean all
14
+
10
15
RUN dnf --releasever=23.01 install -y autoconf automake make libtool json-c-devel git gcc-c++ \
0 commit comments