Skip to content

Commit

Permalink
config: prefetch docker images for BSM demo
Browse files Browse the repository at this point in the history
Adds Docker images to prefetch for the `reana-demo-bsm-search` example
following up its 1.0.0 release.

Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 7, 2020
1 parent 1eb7ad3 commit 10d9110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reana/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
"reanahub/reana-demo-atlas-recast-eventselection:1.0",
"reanahub/reana-demo-atlas-recast-statanalysis:1.0",
],
"reana-demo-bsm-search": [
"reanahub/reana-env-root6:6.18.04",
"reanahub/reana-demo-bsm-search:1.0.0",
],
}
"""Images to be prefetched depending on the REANA demo to be executed."""

Expand Down

0 comments on commit 10d9110

Please sign in to comment.