Skip to content

Commit

Permalink
Put consolidated probes into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Dec 15, 2023
1 parent 89593af commit 10fb17a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/rucio-probes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ ADD https://raw.githubusercontent.com/ericvaandering/probes/test_new_pusher/cms/
ADD https://raw.githubusercontent.com/ericvaandering/probes/test_new_pusher/common/check_expired_rules /probes/common/
ADD https://raw.githubusercontent.com/ericvaandering/probes/test_new_pusher/common/utils/common.py /probes/common/utils/

# PR 122

ADD https://raw.githubusercontent.com/ericvaandering/probes/675-dev-merge-and-update-rse-based-probes/cms/check_rse_files_rules /probes/cms/

RUN chmod +x /probes/common/check_*
RUN chmod +x /probes/cms/check_*

Expand Down

0 comments on commit 10fb17a

Please sign in to comment.