From fba3a70b4fdcdf3a46a2e1c04e1ae53e96da415a Mon Sep 17 00:00:00 2001
From: Tammo Jan Dijkema <dijkema@astron.nl>
Date: Wed, 30 Oct 2019 14:50:08 +0100
Subject: [PATCH] Make all docker point to lofareosc/prefactor-ci

Former-commit-id: 08ec1aac532044144d3c320cede97ce010622454
---
 steps/AOFlagger.cwl                | 2 +-
 steps/DPPP.cwl                     | 2 +-
 steps/H5ParmCollector.cwl          | 2 +-
 steps/blsmooth.cwl                 | 2 +-
 steps/check_ateam_separation.cwl   | 2 +-
 steps/ddecal.cwl                   | 2 +-
 steps/find_skymodel_cal.cwl        | 2 +-
 steps/interpolate_visibilities.cwl | 2 +-
 steps/makesourcedb.cwl             | 2 +-
 steps/ms_concat.cwl                | 2 +-
 steps/predict.cwl                  | 2 +-
 steps/wsclean.cwl                  | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/steps/AOFlagger.cwl b/steps/AOFlagger.cwl
index 9df1a108..e3421e14 100644
--- a/steps/AOFlagger.cwl
+++ b/steps/AOFlagger.cwl
@@ -13,7 +13,7 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: lofar/lofar-pipeline
+    dockerPull: lofareosc/prefactor-ci:master
 
 baseCommand:
   - aoflagger
diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index e3be3ccb..d86b709f 100755
--- a/steps/DPPP.cwl
+++ b/steps/DPPP.cwl
@@ -10,7 +10,7 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: lofar/lofar-pipeline
+    dockerPull: lofareosc/prefactor-ci:master
 
 arguments: []
 
diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl
index 2ab2ad1c..2849c648 100755
--- a/steps/H5ParmCollector.cwl
+++ b/steps/H5ParmCollector.cwl
@@ -6,7 +6,7 @@ id: h5parm_collector
 
 hints:
   DockerRequirement:
-    dockerPull: lofareosc/prefactor-ci
+    dockerPull: lofareosc/prefactor-ci:master
 
 baseCommand:
   - H5parm_collector.py
diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index bc822baf..2f0d5ebb 100644
--- a/steps/blsmooth.cwl
+++ b/steps/blsmooth.cwl
@@ -78,7 +78,7 @@ outputs:
       glob: $(inputs.msin.basename)
 hints:
  - class: DockerRequirement
-   dockerPull: 'prefactor:latest'
+   dockerPull: lofareosc/prefactor-ci:master
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl
index bb720da5..0257dd38 100755
--- a/steps/check_ateam_separation.cwl
+++ b/steps/check_ateam_separation.cwl
@@ -6,7 +6,7 @@ id: check_ateam_separation
 
 requirements:
   - class: DockerRequirement
-    dockerPull: 'prefactor:latest'
+    dockerPull: lofareosc/prefactor-ci:master
   - class: InlineJavascriptRequirement
 
 
diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index 52de2d9e..9a5053b9 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -10,7 +10,7 @@ requirements:
     
 hints:
   DockerRequirement:
-    dockerPull: lofareosc/prefactor-ci
+    dockerPull: lofareosc/prefactor-ci:master
 
 arguments:
   - steps=[ddecal]
diff --git a/steps/find_skymodel_cal.cwl b/steps/find_skymodel_cal.cwl
index a8263164..2d7af826 100644
--- a/steps/find_skymodel_cal.cwl
+++ b/steps/find_skymodel_cal.cwl
@@ -56,4 +56,4 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: lofareosc/prefactor-ci
+    dockerPull: lofareosc/prefactor-ci:master
diff --git a/steps/interpolate_visibilities.cwl b/steps/interpolate_visibilities.cwl
index 99e6f0e3..90772b4f 100644
--- a/steps/interpolate_visibilities.cwl
+++ b/steps/interpolate_visibilities.cwl
@@ -43,7 +43,7 @@ outputs:
 label: interpolate_visibilities
 hints:
   - class: DockerRequirement
-    dockerPull: lofar/lofar-pipeline
+    dockerPull: lofareosc/prefactor-ci:master
 
 requirements:
   - class: InitialWorkDirRequirement
diff --git a/steps/makesourcedb.cwl b/steps/makesourcedb.cwl
index 0dcf1bed..d2d43a39 100755
--- a/steps/makesourcedb.cwl
+++ b/steps/makesourcedb.cwl
@@ -41,5 +41,5 @@ outputs:
 label: make_sourcedb_ateam
 hints:
   - class: DockerRequirement
-    dockerPull: prefactor
+    dockerPull: lofareosc/prefactor-ci:master
   - class: InlineJavascriptRequirement
diff --git a/steps/ms_concat.cwl b/steps/ms_concat.cwl
index f2f4cab4..d9038e8d 100644
--- a/steps/ms_concat.cwl
+++ b/steps/ms_concat.cwl
@@ -51,7 +51,7 @@ label: ms_concat
 requirements:
   - class: ShellCommandRequirement
   - class: DockerRequirement
-    dockerPull: prefactor
+    dockerPull: lofareosc/prefactor-ci:master
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
     listing:
diff --git a/steps/predict.cwl b/steps/predict.cwl
index 44fbd8f9..eeb14aef 100644
--- a/steps/predict.cwl
+++ b/steps/predict.cwl
@@ -68,4 +68,4 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: prefactor
+    dockerPull: lofareosc/prefactor-ci:master
diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl
index f4987ba5..c4740821 100644
--- a/steps/wsclean.cwl
+++ b/steps/wsclean.cwl
@@ -39,4 +39,4 @@ outputs:
 label: WSClean
 requirements:
   - class: DockerRequirement
-    dockerPull: 'prefactor:latest'
+    dockerPull: lofareosc/prefactor-ci:master
-- 
GitLab