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

SDC-679: Fix in dockernames of lofar-legacy and lofar-ms-software

parent 031f7ed5
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ This workflow is used by the LDV framework. ...@@ -29,8 +29,8 @@ This workflow is used by the LDV framework.
## Docker images ## Docker images
- git.astron.nl:5000/ldv-images/lofar-legacy:latest - git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
- git.astron.nl:5000/ldv-images/lofar-ms-software:latest - git.astron.nl:5000/ldv/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) Docker images will be fetched the first time the workflow is used and be converted into a singularity image (sif file)
## Running the workflow ## Running the workflow
......
...@@ -26,7 +26,7 @@ outputs: ...@@ -26,7 +26,7 @@ outputs:
label: inspect_flagging_dataloss label: inspect_flagging_dataloss
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: 'git.astron.nl:5000/ldv-images/lofar-ms-software:latest' dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
......
...@@ -37,6 +37,6 @@ requirements: ...@@ -37,6 +37,6 @@ requirements:
inplaceUpdate: true inplaceUpdate: true
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest" dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
\ No newline at end of file
...@@ -40,6 +40,6 @@ requirements: ...@@ -40,6 +40,6 @@ requirements:
inplaceUpdate: true inplaceUpdate: true
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest" dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
\ No newline at end of file
...@@ -42,6 +42,6 @@ outputs: ...@@ -42,6 +42,6 @@ outputs:
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest" dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest"
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
\ No newline at end of file
...@@ -35,6 +35,6 @@ outputs: ...@@ -35,6 +35,6 @@ outputs:
glob: $(inputs.msin.basename) glob: $(inputs.msin.basename)
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: "git.astron.nl:5000/ldv-images/lofar-legacy:latest" dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
\ No newline at end of file
...@@ -4,7 +4,7 @@ class: CommandLineTool ...@@ -4,7 +4,7 @@ class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.0
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv-images/lofar-legacy:latest dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
inputs: inputs:
......
...@@ -128,6 +128,6 @@ requirements: ...@@ -128,6 +128,6 @@ requirements:
- class: DockerRequirement - class: DockerRequirement
dockerPull: 'git.astron.nl:5000/ldv-images/lofar-ms-software:latest' dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
\ No newline at end of file
...@@ -20,7 +20,7 @@ outputs: ...@@ -20,7 +20,7 @@ outputs:
glob: $(inputs.output_name) glob: $(inputs.output_name)
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv-images/lofar-ms-software dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software
- class: NetworkAccess - class: NetworkAccess
networkAccess: true networkAccess: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment