Skip to content
Snippets Groups Projects
Commit eea0b2bb authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Use docker hint, not requirement

Former-commit-id: b90be473
parent 81526c01
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,8 @@ outputs: ...@@ -46,6 +46,8 @@ outputs:
outputEval: $(JSON.parse(self[0].contents)) outputEval: $(JSON.parse(self[0].contents))
requirements: requirements:
- class: DockerRequirement
dockerPull: 'prefactor:latest'
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
hints:
DockerRequirement:
dockerPull: lofar/lofar-pipeline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment