From 2eb6ec6f23d9cd25b96ec5aaee46c113d34a2a7c Mon Sep 17 00:00:00 2001
From: Marcel <loose@astron.nl>
Date: Mon, 20 Jan 2025 13:04:28 +0000
Subject: [PATCH] Tag removed from dockerPull URI in CWL steps (by GitLab CI)

---
 steps/Ateamclipper.cwl               | 2 +-
 steps/H5ParmCollector.cwl            | 2 +-
 steps/LoSoTo.ClockTec.cwl            | 2 +-
 steps/LoSoTo.Duplicate.cwl           | 2 +-
 steps/LoSoTo.Faraday.cwl             | 2 +-
 steps/LoSoTo.Flag.cwl                | 2 +-
 steps/LoSoTo.FlagStation.cwl         | 2 +-
 steps/LoSoTo.Flagextend.cwl          | 2 +-
 steps/LoSoTo.Interpolate.cwl         | 2 +-
 steps/LoSoTo.Norm.cwl                | 2 +-
 steps/LoSoTo.Plot.cwl                | 2 +-
 steps/LoSoTo.Polalign.cwl            | 2 +-
 steps/LoSoTo.Replicate.cwl           | 2 +-
 steps/LoSoTo.Reset.cwl               | 2 +-
 steps/LoSoTo.Residual.cwl            | 2 +-
 steps/LoSoTo.Reweight.cwl            | 2 +-
 steps/LoSoTo.Smooth.cwl              | 2 +-
 steps/LoSoTo.Structure.cwl           | 2 +-
 steps/add_missing_stations.cwl       | 2 +-
 steps/aoflag.cwl                     | 2 +-
 steps/applybeam.cwl                  | 2 +-
 steps/applycal.cwl                   | 2 +-
 steps/applytarget.cwl                | 2 +-
 steps/average.cwl                    | 2 +-
 steps/blank_image_reg.cwl            | 2 +-
 steps/blsmooth.cwl                   | 2 +-
 steps/check_ateam_separation.cwl     | 2 +-
 steps/check_demix.cwl                | 2 +-
 steps/check_unflagged_fraction.cwl   | 2 +-
 steps/compare_station_list.cwl       | 2 +-
 steps/createRMh5parm.cwl             | 2 +-
 steps/ddecal.cwl                     | 2 +-
 steps/ddecal_array.cwl               | 2 +-
 steps/dp3_addcol.cwl                 | 2 +-
 steps/dp3_prep_cal.cwl               | 2 +-
 steps/dp3_prep_target.cwl            | 2 +-
 steps/dp3concat.cwl                  | 2 +-
 steps/filter_predict.cwl             | 2 +-
 steps/find_skymodel_cal.cwl          | 2 +-
 steps/find_skymodel_target.cwl       | 2 +-
 steps/getFWHM.cwl                    | 2 +-
 steps/get_targetname.cwl             | 2 +-
 steps/h5parm_pointingname.cwl        | 2 +-
 steps/h5parmcat.cwl                  | 2 +-
 steps/identify_bad_antennas.cwl      | 2 +-
 steps/make_beam_reg.cwl              | 2 +-
 steps/make_mask.cwl                  | 2 +-
 steps/merge_skymodels.cwl            | 2 +-
 steps/mslin2circ.cwl                 | 2 +-
 steps/plot_Ateamclipper.cwl          | 2 +-
 steps/plot_unflagged.cwl             | 2 +-
 steps/predict.cwl                    | 2 +-
 steps/sort_times_into_freqGroups.cwl | 2 +-
 steps/summary.cwl                    | 2 +-
 steps/taql.cwl                       | 2 +-
 steps/taql_copy.cwl                  | 2 +-
 steps/transfer_solutions.cwl         | 2 +-
 steps/uvplot.cwl                     | 2 +-
 steps/wsclean.cwl                    | 2 +-
 59 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/steps/Ateamclipper.cwl b/steps/Ateamclipper.cwl
index fa3f49bd..7ed4fea9 100755
--- a/steps/Ateamclipper.cwl
+++ b/steps/Ateamclipper.cwl
@@ -35,7 +35,7 @@ hints:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
     coresMin: 8
diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl
index 777da4e1..ef19bc54 100755
--- a/steps/H5ParmCollector.cwl
+++ b/steps/H5ParmCollector.cwl
@@ -81,7 +81,7 @@ outputs:
 label: H5parm_collector
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: $(inputs.outh5parmname)-parm_collector_output.log
 stderr: $(inputs.outh5parmname)-parm_collector_output_err.log
 requirements:
diff --git a/steps/LoSoTo.ClockTec.cwl b/steps/LoSoTo.ClockTec.cwl
index eb803f08..a3ab7d3b 100644
--- a/steps/LoSoTo.ClockTec.cwl
+++ b/steps/LoSoTo.ClockTec.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Duplicate.cwl b/steps/LoSoTo.Duplicate.cwl
index b5f88cc4..3b356b99 100644
--- a/steps/LoSoTo.Duplicate.cwl
+++ b/steps/LoSoTo.Duplicate.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Faraday.cwl b/steps/LoSoTo.Faraday.cwl
index 1617e8a0..b9333a9d 100644
--- a/steps/LoSoTo.Faraday.cwl
+++ b/steps/LoSoTo.Faraday.cwl
@@ -35,7 +35,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flag.cwl b/steps/LoSoTo.Flag.cwl
index f0ad299a..1fd7209d 100644
--- a/steps/LoSoTo.Flag.cwl
+++ b/steps/LoSoTo.Flag.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.FlagStation.cwl b/steps/LoSoTo.FlagStation.cwl
index 3b490fe8..eac0725e 100644
--- a/steps/LoSoTo.FlagStation.cwl
+++ b/steps/LoSoTo.FlagStation.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flagextend.cwl b/steps/LoSoTo.Flagextend.cwl
index 97776193..938040c2 100644
--- a/steps/LoSoTo.Flagextend.cwl
+++ b/steps/LoSoTo.Flagextend.cwl
@@ -34,7 +34,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Interpolate.cwl b/steps/LoSoTo.Interpolate.cwl
index 3dd08a87..9a1fe3b4 100644
--- a/steps/LoSoTo.Interpolate.cwl
+++ b/steps/LoSoTo.Interpolate.cwl
@@ -35,7 +35,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Norm.cwl b/steps/LoSoTo.Norm.cwl
index dde227dc..88155ed4 100644
--- a/steps/LoSoTo.Norm.cwl
+++ b/steps/LoSoTo.Norm.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index 6b89db60..a84f922b 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -39,7 +39,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Polalign.cwl b/steps/LoSoTo.Polalign.cwl
index ffb59742..d59161d0 100755
--- a/steps/LoSoTo.Polalign.cwl
+++ b/steps/LoSoTo.Polalign.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Replicate.cwl b/steps/LoSoTo.Replicate.cwl
index 2cdf71b0..f827a047 100644
--- a/steps/LoSoTo.Replicate.cwl
+++ b/steps/LoSoTo.Replicate.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reset.cwl b/steps/LoSoTo.Reset.cwl
index 8459440f..cf7f68e3 100644
--- a/steps/LoSoTo.Reset.cwl
+++ b/steps/LoSoTo.Reset.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Residual.cwl b/steps/LoSoTo.Residual.cwl
index 80cc6d47..d7277628 100644
--- a/steps/LoSoTo.Residual.cwl
+++ b/steps/LoSoTo.Residual.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reweight.cwl b/steps/LoSoTo.Reweight.cwl
index c2396f2e..88a548ba 100644
--- a/steps/LoSoTo.Reweight.cwl
+++ b/steps/LoSoTo.Reweight.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Smooth.cwl b/steps/LoSoTo.Smooth.cwl
index cd153765..5a635152 100644
--- a/steps/LoSoTo.Smooth.cwl
+++ b/steps/LoSoTo.Smooth.cwl
@@ -44,7 +44,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Structure.cwl b/steps/LoSoTo.Structure.cwl
index 1ead3885..8eaaa06f 100644
--- a/steps/LoSoTo.Structure.cwl
+++ b/steps/LoSoTo.Structure.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/add_missing_stations.cwl b/steps/add_missing_stations.cwl
index 7366afc1..009d46e8 100644
--- a/steps/add_missing_stations.cwl
+++ b/steps/add_missing_stations.cwl
@@ -76,7 +76,7 @@ stderr: add_missing_stations_err.log
 label: add_missing_stations
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/aoflag.cwl b/steps/aoflag.cwl
index f2d79326..81645664 100644
--- a/steps/aoflag.cwl
+++ b/steps/aoflag.cwl
@@ -162,7 +162,7 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: aoflag.log
 stderr: aoflag_err.log
diff --git a/steps/applybeam.cwl b/steps/applybeam.cwl
index 9ff2dc95..c8404af5 100644
--- a/steps/applybeam.cwl
+++ b/steps/applybeam.cwl
@@ -109,4 +109,4 @@ requirements:
     coresMin: $(inputs.max_dp3_threads)
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/applycal.cwl b/steps/applycal.cwl
index f4d6fe7b..1ee860c6 100644
--- a/steps/applycal.cwl
+++ b/steps/applycal.cwl
@@ -115,4 +115,4 @@ requirements:
     coresMin: $(inputs.max_dp3_threads)
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/applytarget.cwl b/steps/applytarget.cwl
index 21060327..1bf6c350 100644
--- a/steps/applytarget.cwl
+++ b/steps/applytarget.cwl
@@ -116,4 +116,4 @@ requirements:
     coresMin: 2
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/average.cwl b/steps/average.cwl
index b575de4e..923cf6c9 100644
--- a/steps/average.cwl
+++ b/steps/average.cwl
@@ -92,6 +92,6 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: average.log
 stderr: average_err.log
diff --git a/steps/blank_image_reg.cwl b/steps/blank_image_reg.cwl
index 14f0f305..5be18d9b 100644
--- a/steps/blank_image_reg.cwl
+++ b/steps/blank_image_reg.cwl
@@ -58,7 +58,7 @@ outputs:
       glob: 'blank_image_reg*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InplaceUpdateRequirement
    inplaceUpdate: true 
diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index 4bbb383f..edf10349 100644
--- a/steps/blsmooth.cwl
+++ b/steps/blsmooth.cwl
@@ -116,7 +116,7 @@ outputs:
       glob: BLsmooth.log
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl
index feb3fcda..aaf9c85d 100644
--- a/steps/check_ateam_separation.cwl
+++ b/steps/check_ateam_separation.cwl
@@ -41,6 +41,6 @@ outputs:
 label: check_Ateam_separation
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
 stdout: Ateam_separation.log
diff --git a/steps/check_demix.cwl b/steps/check_demix.cwl
index 83145673..aee4a7b6 100644
--- a/steps/check_demix.cwl
+++ b/steps/check_demix.cwl
@@ -139,7 +139,7 @@ requirements:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: check_demix.log
 stderr: check_demix_err.log
diff --git a/steps/check_unflagged_fraction.cwl b/steps/check_unflagged_fraction.cwl
index 2c61958f..9e9a31cd 100644
--- a/steps/check_unflagged_fraction.cwl
+++ b/steps/check_unflagged_fraction.cwl
@@ -93,7 +93,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
   - class: ResourceRequirement
     coresMin: 8
 stdout: check_unflagged_fraction.log
diff --git a/steps/compare_station_list.cwl b/steps/compare_station_list.cwl
index f292f91f..7ad526de 100644
--- a/steps/compare_station_list.cwl
+++ b/steps/compare_station_list.cwl
@@ -79,6 +79,6 @@ outputs:
       glob: 'compareStationList*.log'
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: compareStationList.log
 stderr: compareStationList_err.log
diff --git a/steps/createRMh5parm.cwl b/steps/createRMh5parm.cwl
index 970f42d1..b8ca0247 100644
--- a/steps/createRMh5parm.cwl
+++ b/steps/createRMh5parm.cwl
@@ -108,7 +108,7 @@ outputs:
       glob: 'createh5parm*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
  - class: InitialWorkDirRequirement
    listing:
      - entry: $(inputs.h5parm)
diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index 91b4c814..c19d43de 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -356,7 +356,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/ddecal_array.cwl b/steps/ddecal_array.cwl
index 7d972eb2..5fbaf8c0 100644
--- a/steps/ddecal_array.cwl
+++ b/steps/ddecal_array.cwl
@@ -356,7 +356,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/dp3_addcol.cwl b/steps/dp3_addcol.cwl
index 823f1c38..c3feb7ea 100644
--- a/steps/dp3_addcol.cwl
+++ b/steps/dp3_addcol.cwl
@@ -59,6 +59,6 @@ requirements:
     coresMin: $(inputs.max_dp3_threads)
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: dp3_addcol.log
 stderr: dp3_addcol_err.log
diff --git a/steps/dp3_prep_cal.cwl b/steps/dp3_prep_cal.cwl
index e528ecc7..98cc6c96 100755
--- a/steps/dp3_prep_cal.cwl
+++ b/steps/dp3_prep_cal.cwl
@@ -116,7 +116,7 @@ outputs:
       glob: 'DP3*.log'
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3_prep_target.cwl b/steps/dp3_prep_target.cwl
index be0ec262..3d080d08 100755
--- a/steps/dp3_prep_target.cwl
+++ b/steps/dp3_prep_target.cwl
@@ -172,7 +172,7 @@ outputs:
       glob: 'DP3*.log'
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3concat.cwl b/steps/dp3concat.cwl
index 59b1dcb5..6f4f7c81 100644
--- a/steps/dp3concat.cwl
+++ b/steps/dp3concat.cwl
@@ -163,7 +163,7 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
   - class: InitialWorkDirRequirement
     listing:
       - entry: $(inputs.msin)
diff --git a/steps/filter_predict.cwl b/steps/filter_predict.cwl
index 82d73726..ea730f9d 100644
--- a/steps/filter_predict.cwl
+++ b/steps/filter_predict.cwl
@@ -135,6 +135,6 @@ requirements:
     coresMin: $(inputs.max_dp3_threads)
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: filter_predict.log
 stderr: filter_predict_err.log
diff --git a/steps/find_skymodel_cal.cwl b/steps/find_skymodel_cal.cwl
index 27da43bd..7ad5444b 100644
--- a/steps/find_skymodel_cal.cwl
+++ b/steps/find_skymodel_cal.cwl
@@ -91,6 +91,6 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: find_skymodel_cal.log
 stderr: find_skymodel_cal_err.log
diff --git a/steps/find_skymodel_target.cwl b/steps/find_skymodel_target.cwl
index 5f15c864..309e6ac6 100644
--- a/steps/find_skymodel_target.cwl
+++ b/steps/find_skymodel_target.cwl
@@ -78,6 +78,6 @@ outputs:
         
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: find_skymodel_target.log
\ No newline at end of file
diff --git a/steps/getFWHM.cwl b/steps/getFWHM.cwl
index a2c41b02..c385f345 100644
--- a/steps/getFWHM.cwl
+++ b/steps/getFWHM.cwl
@@ -65,7 +65,7 @@ requirements:
                 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: getFWHM.log
 stderr: getFWHM_err.log
diff --git a/steps/get_targetname.cwl b/steps/get_targetname.cwl
index e6a26462..03006753 100644
--- a/steps/get_targetname.cwl
+++ b/steps/get_targetname.cwl
@@ -45,6 +45,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: get_targetname.log
 stderr: get_targetname_err.log
diff --git a/steps/h5parm_pointingname.cwl b/steps/h5parm_pointingname.cwl
index 0ac70c7d..99f1a55a 100644
--- a/steps/h5parm_pointingname.cwl
+++ b/steps/h5parm_pointingname.cwl
@@ -46,7 +46,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: h5parm_pointingname.log
 stderr: h5parm_pointingname_err.log
 $schemas:
diff --git a/steps/h5parmcat.cwl b/steps/h5parmcat.cwl
index 5a8ae293..4e1ede0c 100644
--- a/steps/h5parmcat.cwl
+++ b/steps/h5parmcat.cwl
@@ -88,7 +88,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: h5parm_collector_output.log
 stderr: h5parm_collector_output_err.log
 $schemas:
diff --git a/steps/identify_bad_antennas.cwl b/steps/identify_bad_antennas.cwl
index 3d487aaf..50443fb0 100644
--- a/steps/identify_bad_antennas.cwl
+++ b/steps/identify_bad_antennas.cwl
@@ -46,6 +46,6 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: identifyBadAntennas.log
 stderr: identifyBadAntennas_err.log
\ No newline at end of file
diff --git a/steps/make_beam_reg.cwl b/steps/make_beam_reg.cwl
index dafc5f19..a4e1bb7c 100644
--- a/steps/make_beam_reg.cwl
+++ b/steps/make_beam_reg.cwl
@@ -50,6 +50,6 @@ outputs:
       glob: 'make_beam_reg*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
 stderr: make_beam_reg.log
 stdout: make_beam_reg_err.log
diff --git a/steps/make_mask.cwl b/steps/make_mask.cwl
index 2a617c51..a9c9ff12 100644
--- a/steps/make_mask.cwl
+++ b/steps/make_mask.cwl
@@ -88,7 +88,7 @@ outputs:
       glob: 'make_mask*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
 requirements:
   - class: InitialWorkDirRequirement
     listing:
diff --git a/steps/merge_skymodels.cwl b/steps/merge_skymodels.cwl
index a38409af..69b85801 100755
--- a/steps/merge_skymodels.cwl
+++ b/steps/merge_skymodels.cwl
@@ -58,6 +58,6 @@ outputs:
 label: merge_skymodels
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: merge_skymodels.log
 stderr: merge_skymodels_err.log
diff --git a/steps/mslin2circ.cwl b/steps/mslin2circ.cwl
index d807529d..d1d985b7 100644
--- a/steps/mslin2circ.cwl
+++ b/steps/mslin2circ.cwl
@@ -54,7 +54,7 @@ outputs:
       glob: 'mslin2circ*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/plot_Ateamclipper.cwl b/steps/plot_Ateamclipper.cwl
index e61bc61b..1ccf53a0 100644
--- a/steps/plot_Ateamclipper.cwl
+++ b/steps/plot_Ateamclipper.cwl
@@ -22,4 +22,4 @@ outputs:
 label: plot_Ateamclipper
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/plot_unflagged.cwl b/steps/plot_unflagged.cwl
index eebd882d..6c199049 100644
--- a/steps/plot_unflagged.cwl
+++ b/steps/plot_unflagged.cwl
@@ -41,7 +41,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
 stdout: plot_unflagged_fraction.log
diff --git a/steps/predict.cwl b/steps/predict.cwl
index 6e2e578d..647f6bc9 100644
--- a/steps/predict.cwl
+++ b/steps/predict.cwl
@@ -121,6 +121,6 @@ requirements:
     coresMin: $(inputs.max_dp3_threads)
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: predict_cal.log
 stderr: predict_cal_err.log
diff --git a/steps/sort_times_into_freqGroups.cwl b/steps/sort_times_into_freqGroups.cwl
index 68130429..5f884603 100644
--- a/steps/sort_times_into_freqGroups.cwl
+++ b/steps/sort_times_into_freqGroups.cwl
@@ -109,6 +109,6 @@ outputs:
       glob: sort_times_into_freqGroups.log
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: sort_times_into_freqGroups.log
 stderr: sort_times_into_freqGroups_err.log
diff --git a/steps/summary.cwl b/steps/summary.cwl
index 7a784bd5..e293dac1 100644
--- a/steps/summary.cwl
+++ b/steps/summary.cwl
@@ -153,7 +153,7 @@ outputs:
 label: summary
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 stdout: summary.log
 stderr: summary_err.log
 $schemas:
diff --git a/steps/taql.cwl b/steps/taql.cwl
index 119a00c6..81b0b837 100644
--- a/steps/taql.cwl
+++ b/steps/taql.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InplaceUpdateRequirement
diff --git a/steps/taql_copy.cwl b/steps/taql_copy.cwl
index 428a4f59..b445e77a 100644
--- a/steps/taql_copy.cwl
+++ b/steps/taql_copy.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/transfer_solutions.cwl b/steps/transfer_solutions.cwl
index cad39cc9..da56c81b 100644
--- a/steps/transfer_solutions.cwl
+++ b/steps/transfer_solutions.cwl
@@ -92,7 +92,7 @@ stderr: transfer_solutions_err.log
 label: transfer_solutions
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/uvplot.cwl b/steps/uvplot.cwl
index 3520343d..4877e8c0 100644
--- a/steps/uvplot.cwl
+++ b/steps/uvplot.cwl
@@ -71,7 +71,7 @@ outputs:
 label: uvplot
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InlineJavascriptRequirement
diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl
index 903b723a..e32e3d77 100644
--- a/steps/wsclean.cwl
+++ b/steps/wsclean.cwl
@@ -355,7 +355,7 @@ outputs:
 label: WSClean
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true 
-- 
GitLab