From f44d8f9821ad7ec4714a1ad1100e7607de36765f Mon Sep 17 00:00:00 2001
From: Niels Alexander Buegel <niels.alexander.bugel@cern.ch>
Date: Sun, 23 Mar 2025 12:27:27 +0100
Subject: [PATCH] Further cleanup of image

---
 continuousintegration/docker/alma9/tag.Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/continuousintegration/docker/alma9/tag.Dockerfile b/continuousintegration/docker/alma9/tag.Dockerfile
index 8ed0876a35..35bfb40718 100644
--- a/continuousintegration/docker/alma9/tag.Dockerfile
+++ b/continuousintegration/docker/alma9/tag.Dockerfile
@@ -23,7 +23,6 @@ ENV BASEDIR="continuousintegration/docker/alma9" \
 
 # Add orchestration run scripts locally
 COPY ${BASEDIR}/../opt /opt
-COPY ${BASEDIR}/etc/yum.repos.d/ /etc/yum.repos.d/
 
 # Variable to specify the tag to be used for CTA RPMs from the cta-ci-repo
 # Format: X.YY.ZZ.A-B
@@ -51,4 +50,3 @@ RUN dnf config-manager --enable epel --setopt="epel.priority=4" && \
     dnf clean all --enablerepo=\* && \
     rm -rf /etc/rc.d/rc.local
 
-COPY ${YUM_VERSIONLOCK_FILE} /etc/dnf/plugins/versionlock.list
-- 
GitLab