From 162c11dcf083bef1bf22791190098edd75020ce7 Mon Sep 17 00:00:00 2001
From: Francisco Barros <francisco.borges.aurindo.barros@cern.ch>
Date: Wed, 20 Apr 2022 17:09:06 +0200
Subject: [PATCH] Test: Trying docke fix

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 47d993f..7b6af16 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,8 @@ RUN yum update -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 -y /usr/bin/openstack python3-requests-kerberos && \
+    # Openstack installation broken, see: https://gitlab.cern.ch/drupal/paas/drupal-operations/-/jobs/21224622
+    # yum install -y /usr/bin/openstack --disableplugin=protectbase && \
     yum clean all
 
 COPY ./tekton-task-templates /tekton-task-templates
-- 
GitLab