From 3fd151b019b7c55ac44d6d62b792b3d5bc554944 Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Wed, 20 May 2020 09:56:15 +0200 Subject: [PATCH] chore: replace ius-release package in Dockerfile.tools 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 a1f3fe0..1c3ae3d 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -14,7 +14,7 @@ ENV LANG=en_US.utf8 \ ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-operator 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 \