Skip to content

Commit

Permalink
Merge pull request #686 from ericvaandering/675_probes
Browse files Browse the repository at this point in the history
Put consolidated probes into docker image
  • Loading branch information
ericvaandering authored Dec 15, 2023
2 parents 89593af + 10fb17a commit c47a903
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 c47a903

Please sign in to comment.