Skip to content

Commit

Permalink
Merge pull request #839 from dynamic-entropy/master
Browse files Browse the repository at this point in the history
Add patch to generate cms dataset scoped tokens to CMS Rucio images
  • Loading branch information
dynamic-entropy authored Aug 26, 2024
2 parents 6669896 + 47c0695 commit bbbd80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 1 addition & 0 deletions docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit bbbd80a

Please sign in to comment.