Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Patch rucio 7106 which is a fix of rucio 7105 #847

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/10.pa
# Patch for get-rse-info command for tapes
# Most probably not needed here at all, json serialisation should not be needed in daemons
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/3.patch /patch/3.patch

# 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
ENTRYPOINT ["/cms-entrypoint.sh"]