From d906c41e6cb510bf6e1818f378e394163659fca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manrique=20Ardila?= Date: Tue, 8 Oct 2024 09:14:07 -0500 Subject: [PATCH] BB8 patch added --- docker/rucio-daemons/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index b5aea41..d85ef07 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -44,4 +44,7 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/3.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 BB8 daemon +ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/1.patch /patch/bb8.patch ENTRYPOINT ["/cms-entrypoint.sh"]