From 47c06955dd6bac3d938b1d521718b75e1bcbf2ed Mon Sep 17 00:00:00 2001 From: Rahul Chauhan Date: Mon, 26 Aug 2024 12:28:02 +0200 Subject: [PATCH] Add patch to generate cms dataset scoped tokens to CMS Rucio images --- docker/rucio-daemons/Dockerfile | 1 + docker/rucio-server/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index 4b7ffc2..ec257ad 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -36,5 +36,6 @@ ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6903.diff /pat # Patch for dst_file_report ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch +ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/2.patch /patch/2.patch ENTRYPOINT ["/cms-entrypoint.sh"] diff --git a/docker/rucio-server/Dockerfile b/docker/rucio-server/Dockerfile index b159581..1f8ecb4 100644 --- a/docker/rucio-server/Dockerfile +++ b/docker/rucio-server/Dockerfile @@ -28,5 +28,6 @@ RUN mkdir -p /patch # Patch for dst_file_report ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch +ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/2.patch /patch/2.patch ENTRYPOINT ["/cms-entrypoint.sh"]