From 7fbac86aafb761cdbe69d57bc31be3e01e2aea78 Mon Sep 17 00:00:00 2001 From: Francisco Barros <francisco.borges.aurindo.barros@cern.ch> Date: Wed, 20 Apr 2022 16:41:27 +0200 Subject: [PATCH] Test: Trying victoria release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7ffb2a..e15fc0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN yum update -y && \ yum copr enable copart/restic -y && \ yum install restic-${restic_version} -y && \ # we need this to interact with manila OpenStack to get CephFS information - yum install centos-release-openstack-xena -y && \ + yum install centos-release-openstack-victoria -y && \ yum install -y /usr/bin/openstack python3-requests-kerberos && \ yum clean all -- GitLab