Skip to content
Snippets Groups Projects
Commit 031f7ed5 authored by Roy de Goei's avatar Roy de Goei
Browse files

SDC-679: Chanhe dockername of lofar-legacy and lofar-ms-software to git repo

parent 46901568
Branches
No related tags found
No related merge requests found
......@@ -29,8 +29,9 @@ This workflow is used by the LDV framework.
## Docker images
- astronsdc/lofar-legacy
- astronsdc/lofar-ms-software
- git.astron.nl:5000/ldv-images/lofar-legacy:latest
- git.astron.nl:5000/ldv-images/lofar-ms-software:latest
Docker images will be fetched the first time the workflow is used and be converted into a singularity image (sif file)
## Running the workflow
In the repositories there are two workflows.
......
......@@ -84,7 +84,9 @@ outputs:
glob: 'DPPP*.log'
hints:
- class: DockerRequirement
dockerPull: astronsdc/lofar-ms-software:latest
dockerPull: git.astron.nl:5000/ldv-images/lofar-ms-software:latest
- class: NetworkAccess
networkAccess: true
stdout: DPPP.log
stderr: DPPP_err.log
requirements:
......
......@@ -26,7 +26,9 @@ outputs:
label: inspect_flagging_dataloss
hints:
- class: DockerRequirement
dockerPull: 'astronsdc/lofar-ms-software:latest'
dockerPull: 'git.astron.nl:5000/ldv-images/lofar-ms-software:latest'
- class: NetworkAccess
networkAccess: true
requirements:
- class: InlineJavascriptRequirement
......
......@@ -37,4 +37,6 @@ requirements:
inplaceUpdate: true
hints:
- class: DockerRequirement
dockerPull: "astronsdc/lofar-legacy:latest"
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest"
- class: NetworkAccess
networkAccess: true
\ No newline at end of file
......@@ -40,4 +40,6 @@ requirements:
inplaceUpdate: true
hints:
- class: DockerRequirement
dockerPull: "astronsdc/lofar-legacy:latest"
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest"
- class: NetworkAccess
networkAccess: true
\ No newline at end of file
......@@ -42,4 +42,6 @@ outputs:
hints:
- class: DockerRequirement
dockerPull: "astronsdc/lofar-legacy:latest"
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest"
- class: NetworkAccess
networkAccess: true
\ No newline at end of file
......@@ -35,4 +35,6 @@ outputs:
glob: $(inputs.msin.basename)
hints:
- class: DockerRequirement
dockerPull: "astronsdc/lofar-legacy:latest"
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest"
- class: NetworkAccess
networkAccess: true
\ No newline at end of file
......@@ -3,9 +3,10 @@ label: Identify Known issues
class: CommandLineTool
cwlVersion: v1.0
hints:
DockerRequirement:
dockerPull: astronsdc/lofar-legacy:latest
- class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv-images/lofar-legacy:latest
- class: NetworkAccess
networkAccess: true
inputs:
- id: msin
type: Directory
......
......@@ -128,4 +128,6 @@ requirements:
- class: DockerRequirement
dockerPull: 'astronsdc/lofar-ms-software:latest'
dockerPull: 'git.astron.nl:5000/ldv-images/lofar-ms-software:latest'
- class: NetworkAccess
networkAccess: true
\ No newline at end of file
......@@ -20,7 +20,10 @@ outputs:
glob: $(inputs.output_name)
hints:
- class: DockerRequirement
dockerPull: astronsdc/lofar-ms-software
dockerPull: git.astron.nl:5000/ldv-images/lofar-ms-software
- class: NetworkAccess
networkAccess: true
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment