From 6d747c92fba31970ceec5f0fb2eb4c56f79a1e53 Mon Sep 17 00:00:00 2001 From: Christos Emmanouil Date: Mon, 11 Nov 2024 14:29:32 +0100 Subject: [PATCH] add patch for https://github.com/rucio/probes/pull/151 --- docker/rucio-probes/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/rucio-probes/Dockerfile b/docker/rucio-probes/Dockerfile index 0c81e96..82d133f 100644 --- a/docker/rucio-probes/Dockerfile +++ b/docker/rucio-probes/Dockerfile @@ -50,3 +50,7 @@ RUN chmod +x /probes/cms/check_* # Temporary while we are adding variables to the config. Push to rucio-containers ADD https://raw.githubusercontent.com/ericvaandering/containers/probes_prom/probes/rucio.cfg.j2 /tmp/ + +# To be removed once the PR is available in our rucio version +# Patch for rules volume (https://github.com/dmwm/CMSRucio/issues/747, https://github.com/rucio/probes/pull/151) +ADD https://patch-diff.githubusercontent.com/raw/rucio/probes/pull/151.patch /patch/151.patch \ No newline at end of file