From 8cb1c3827bd65091aaf2c0e463da2ae6c2ae2181 Mon Sep 17 00:00:00 2001 From: Hasan Ozturk Date: Thu, 26 Sep 2024 10:56:04 +0200 Subject: [PATCH] Patch rucio 7106 which is a fix of rucio 7105 --- docker/rucio-daemons/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index c71b7f6..b5aea41 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -41,4 +41,7 @@ ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/10.pa # Patch for get-rse-info command for tapes # Most probably not needed here at all, json serialisation should not be needed in daemons ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/3.patch /patch/3.patch + +# To be removed once this PR is available in our rucio version +ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /patch/7106.patch ENTRYPOINT ["/cms-entrypoint.sh"]