From 9645855223a35f28971291be74d1b6d781164c8e Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Fri, 15 Nov 2024 09:59:10 -0600 Subject: [PATCH] Deep patch --- docker/rucio-daemons/Dockerfile | 4 ++++ docker/rucio-server/Dockerfile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index 1928b65..bc7845b 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -37,4 +37,8 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.pa # 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 + +# Patch for deep flag +ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7170.diff /patch/7170.patch + ENTRYPOINT ["/cms-entrypoint.sh"] diff --git a/docker/rucio-server/Dockerfile b/docker/rucio-server/Dockerfile index 0045f34..490cacf 100644 --- a/docker/rucio-server/Dockerfile +++ b/docker/rucio-server/Dockerfile @@ -32,5 +32,7 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.pa # Patch for directory scoped token support ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.patch /patch/token.patch +# Patch for deep flag +ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7170.diff /patch/7170.patch ENTRYPOINT ["/cms-entrypoint.sh"]