Skip to content

Commit

Permalink
[CI]: update the source for EPEL7 repo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Viacheslav Login authored and AlexanderGrissik committed Aug 18, 2024
1 parent 6a00b01 commit 51c2340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/dockerfiles/Dockerfile.rhel8.6
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ ARG _GID=101
ARG _LOGIN=swx-jenkins
ARG _HOME=/var/home/$_LOGIN

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

0 comments on commit 51c2340

Please sign in to comment.