From b03c0cfb2063a2b0e529d0c49d8db363f8545d0f Mon Sep 17 00:00:00 2001 From: Radu Carpa Date: Mon, 31 Jul 2023 20:03:10 +0200 Subject: [PATCH] xrootd: relax crypto-policies in the xrootd container xrootd was recently migrated to alma9, but has to be contacted by the centos7-based fts container. --- xrootd/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xrootd/Dockerfile b/xrootd/Dockerfile index 40a8bab..fa9bd58 100644 --- a/xrootd/Dockerfile +++ b/xrootd/Dockerfile @@ -20,6 +20,8 @@ RUN chown -R xrootd:xrootd /etc/grid-security/xrd RUN mkdir /rucio RUN chown xrootd:xrootd /rucio +RUN update-crypto-policies --set DEFAULT:SHA1 + # Server config ADD xrdrucio.cfg /etc/xrootd/xrdrucio.cfg ADD xrdadler32.sh /usr/local/bin/xrdadler32.sh