From 410265ef1df9811513262f2adf7317d41748b854 Mon Sep 17 00:00:00 2001 From: Thomas Birkett Date: Wed, 25 Sep 2024 11:55:23 +0200 Subject: [PATCH] Update cvmfs-config-egi to latest version for EL8 and EL9 job execution container. --- docker-c8/Dockerfile | 2 +- docker-c9/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-c8/Dockerfile b/docker-c8/Dockerfile index 388aac7..3d71a06 100644 --- a/docker-c8/Dockerfile +++ b/docker-c8/Dockerfile @@ -21,7 +21,7 @@ RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resour # CVMFS (for SUM tests only; install before adding other repos to ensure we have the latest version) RUN dnf -y install https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm \ - https://download.opensuse.org/repositories/home:/cvmfs:/contrib-egi/CentOS_8/noarch/cvmfs-config-egi-2.6-1.7.obs.el8.noarch.rpm + https://download.opensuse.org/repositories/home:/cvmfs:/contrib-egi/AlmaLinux_8/noarch/cvmfs-config-egi-2.7-1.8.obs.el8.noarch.rpm RUN dnf -y install cvmfs # EPEL diff --git a/docker-c9/Dockerfile b/docker-c9/Dockerfile index 6bd0d46..6ba33ba 100644 --- a/docker-c9/Dockerfile +++ b/docker-c9/Dockerfile @@ -21,7 +21,7 @@ RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resour # CVMFS (for SUM tests only; install before adding other repos to ensure we have the latest version) RUN dnf -y install https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm \ - https://download.opensuse.org/repositories/home:/cvmfs:/contrib-egi/AlmaLinux_9/noarch/cvmfs-config-egi-2.6-1.7.obs.el9.noarch.rpm + https://download.opensuse.org/repositories/home:/cvmfs:/contrib-egi/AlmaLinux_9/noarch/cvmfs-config-egi-2.7-1.8.obs.el9.noarch.rpm RUN dnf -y install cvmfs # EPEL