From f45ddc30fb9042bf84bd6e7160496251672b2f32 Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Wed, 20 May 2020 11:13:28 +0200 Subject: [PATCH] chore: replace ius-release package in Dockerfile.tools (#107) Replace CentOS ius-release package. See iusrepo/announce#18 Signed-off-by: Xavier Coulon --- openshift-ci/Dockerfile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index 097bd6bd..658e8a1d 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -13,7 +13,7 @@ ENV LANG=en_US.utf8 \ ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-common RUN yum install epel-release -y \ - && yum install https://centos7.iuscommunity.org/ius-release.rpm -y \ + && yum install https://repo.ius.io/ius-release-el7.rpm -y \ && yum install --enablerepo=centosplus -y --quiet \ findutils \ git224-all \