Skip to content

Commit cfce2e8

Browse files
Viacheslav LoginAlexanderGrissik
Viacheslav Login
authored andcommitted
[CI]: update the source for EPEL7 repo
The Fedore project has recently change the location of old EPEL repos, including EPEL7: - we need to add EPEL as a repo (not a file) from https://archives.fedoraproject.org/pub/archive/epel/7 issue: HPCINFRA-HPCINFRA-2456 Signed-off-by: Viacheslav Login <[email protected]>
1 parent c829f01 commit cfce2e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/dockerfiles/Dockerfile.rhel8.6

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ ARG _GID=101
44
ARG _LOGIN=swx-jenkins
55
ARG _HOME=/var/home/$_LOGIN
66

7-
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
8-
&& yum install -y cppcheck \
7+
RUN yum install -y yum-utils \
8+
&& yum-config-manager --add-repo https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/ \
9+
&& yum --nogpgcheck install -y cppcheck \
910
&& yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
1011
&& yum install -y csbuild clang-tools-extra sudo curl autoconf automake make libtool \
1112
libnl3-devel libnl3 rdma-core-devel rdma-core bc \

0 commit comments

Comments
 (0)