Skip to content

Commit

Permalink
Fix issue with deprecation of ius-release.rpm redirect links
Browse files Browse the repository at this point in the history
During the gerrit docker build we are installing ius-release.rpm.
According to iusrepo/announce#18 download url
have changed

Change-Id: I2fe19c16a6011da9ff9c2a2f9aca7d59bcd93b78
  • Loading branch information
maczech committed May 20, 2020
1 parent 48e0ba2 commit 8966e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gerritcodereview/gerrit:$GERRIT_VERSION.$GERRIT_PATCH-centos7

USER root

RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
RUN yum install -y https://repo.ius.io/ius-release-el7.rpm \
&& yum install -y python36u python36u-libs python36u-devel python36u-pip

COPY --chown=gerrit:gerrit ssh-config /var/gerrit/.ssh/config
Expand Down

0 comments on commit 8966e92

Please sign in to comment.