From 72750e3e328bcef7d12d3eeb12d1b1c018fc7d2e Mon Sep 17 00:00:00 2001 From: Alfredo Pizarro <50894645+AlfredoPizarro@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:27:12 -0400 Subject: [PATCH 1/2] Update buildconfig.yaml As the original dl.fedoraproject.org url has been deprecated I adapted the BC to use the archives.fedoraproject.org url instead. --- utilities/collectl/buildconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/collectl/buildconfig.yaml b/utilities/collectl/buildconfig.yaml index 1d8c6dc..168f7d0 100644 --- a/utilities/collectl/buildconfig.yaml +++ b/utilities/collectl/buildconfig.yaml @@ -13,7 +13,7 @@ spec: source: dockerfile: | FROM registry.access.redhat.com/ubi7/ubi:7.8 - RUN yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y && \ + RUN yum install http://archives.fedoraproject.org/pub/archive/epel/epel-release-latest-7.noarch.rpm -y && \ yum install collectl-4.3.0-5.el7 pciutils hostname sysvinit-tools -y && \ yum clean all COPY ./entrypoint.sh /root/ From 41425bab90710ee196fbd34b8785885d4d7a2e13 Mon Sep 17 00:00:00 2001 From: Alfredo Pizarro <50894645+AlfredoPizarro@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:40:32 -0400 Subject: [PATCH 2/2] Update buildconfig.yaml Changed the old directory structure for archives.fedoraproject.org since the 7Server folder doesn't exist anymore. --- utilities/collectl/buildconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/collectl/buildconfig.yaml b/utilities/collectl/buildconfig.yaml index 168f7d0..1ffebc3 100644 --- a/utilities/collectl/buildconfig.yaml +++ b/utilities/collectl/buildconfig.yaml @@ -13,7 +13,7 @@ spec: source: dockerfile: | FROM registry.access.redhat.com/ubi7/ubi:7.8 - RUN yum install http://archives.fedoraproject.org/pub/archive/epel/epel-release-latest-7.noarch.rpm -y && \ + RUN yum install https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm -y && \ yum install collectl-4.3.0-5.el7 pciutils hostname sysvinit-tools -y && \ yum clean all COPY ./entrypoint.sh /root/