Skip to content

Commit

Permalink
Merge pull request #865 from ericvaandering/patch_deep
Browse files Browse the repository at this point in the history
Deep patch
  • Loading branch information
ericvaandering authored Nov 15, 2024
2 parents 1de5ca9 + 9645855 commit e8138e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 2 additions & 0 deletions docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e8138e5

Please sign in to comment.