From 58b342e498d9462d57c04df3820d51a14040d550 Mon Sep 17 00:00:00 2001
From: Marcel <loose@astron.nl>
Date: Fri, 13 Dec 2024 14:06:41 +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 c3779764..7ed4fea9 100755
--- a/steps/Ateamclipper.cwl
+++ b/steps/Ateamclipper.cwl
@@ -35,7 +35,7 @@ hints:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
     coresMin: 8
diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl
index 161de6ac..c305a339 100755
--- a/steps/H5ParmCollector.cwl
+++ b/steps/H5ParmCollector.cwl
@@ -81,7 +81,7 @@ outputs:
 label: H5parm_collector
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.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 45216854..88793ea9 100644
--- a/steps/LoSoTo.ClockTec.cwl
+++ b/steps/LoSoTo.ClockTec.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Duplicate.cwl b/steps/LoSoTo.Duplicate.cwl
index 6828a5d4..0e88f816 100644
--- a/steps/LoSoTo.Duplicate.cwl
+++ b/steps/LoSoTo.Duplicate.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Faraday.cwl b/steps/LoSoTo.Faraday.cwl
index e8e4e5d0..7424438a 100644
--- a/steps/LoSoTo.Faraday.cwl
+++ b/steps/LoSoTo.Faraday.cwl
@@ -35,7 +35,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flag.cwl b/steps/LoSoTo.Flag.cwl
index b1e4e1f4..953191d5 100644
--- a/steps/LoSoTo.Flag.cwl
+++ b/steps/LoSoTo.Flag.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.FlagStation.cwl b/steps/LoSoTo.FlagStation.cwl
index ff2a1ecd..675881b8 100644
--- a/steps/LoSoTo.FlagStation.cwl
+++ b/steps/LoSoTo.FlagStation.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flagextend.cwl b/steps/LoSoTo.Flagextend.cwl
index 2bc3853d..cba61ca0 100644
--- a/steps/LoSoTo.Flagextend.cwl
+++ b/steps/LoSoTo.Flagextend.cwl
@@ -34,7 +34,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Interpolate.cwl b/steps/LoSoTo.Interpolate.cwl
index d3030c5c..15b1445d 100644
--- a/steps/LoSoTo.Interpolate.cwl
+++ b/steps/LoSoTo.Interpolate.cwl
@@ -35,7 +35,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Norm.cwl b/steps/LoSoTo.Norm.cwl
index 8485aeb9..9ecc09ee 100644
--- a/steps/LoSoTo.Norm.cwl
+++ b/steps/LoSoTo.Norm.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index f116b5cc..3d9df174 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -39,7 +39,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Polalign.cwl b/steps/LoSoTo.Polalign.cwl
index 4667e254..4de88044 100755
--- a/steps/LoSoTo.Polalign.cwl
+++ b/steps/LoSoTo.Polalign.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Replicate.cwl b/steps/LoSoTo.Replicate.cwl
index 56d122f1..ee20e528 100644
--- a/steps/LoSoTo.Replicate.cwl
+++ b/steps/LoSoTo.Replicate.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reset.cwl b/steps/LoSoTo.Reset.cwl
index 32363c34..28e06e21 100644
--- a/steps/LoSoTo.Reset.cwl
+++ b/steps/LoSoTo.Reset.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Residual.cwl b/steps/LoSoTo.Residual.cwl
index 4411f4ee..11e8e230 100644
--- a/steps/LoSoTo.Residual.cwl
+++ b/steps/LoSoTo.Residual.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reweight.cwl b/steps/LoSoTo.Reweight.cwl
index 20694a87..8b5fb629 100644
--- a/steps/LoSoTo.Reweight.cwl
+++ b/steps/LoSoTo.Reweight.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Smooth.cwl b/steps/LoSoTo.Smooth.cwl
index 9fcfc7eb..d308c3ce 100644
--- a/steps/LoSoTo.Smooth.cwl
+++ b/steps/LoSoTo.Smooth.cwl
@@ -44,7 +44,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Structure.cwl b/steps/LoSoTo.Structure.cwl
index b0845908..627aca02 100644
--- a/steps/LoSoTo.Structure.cwl
+++ b/steps/LoSoTo.Structure.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/add_missing_stations.cwl b/steps/add_missing_stations.cwl
index 9c03900c..9249ff12 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:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/aoflag.cwl b/steps/aoflag.cwl
index ef16a718..81645664 100644
--- a/steps/aoflag.cwl
+++ b/steps/aoflag.cwl
@@ -162,7 +162,7 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: aoflag.log
 stderr: aoflag_err.log
diff --git a/steps/applybeam.cwl b/steps/applybeam.cwl
index 69ebba8c..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:v5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/applycal.cwl b/steps/applycal.cwl
index b1a9d2c4..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:v5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/applytarget.cwl b/steps/applytarget.cwl
index 27d2fd20..1bf6c350 100644
--- a/steps/applytarget.cwl
+++ b/steps/applytarget.cwl
@@ -116,4 +116,4 @@ requirements:
     coresMin: 2
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/average.cwl b/steps/average.cwl
index 71989f42..923cf6c9 100644
--- a/steps/average.cwl
+++ b/steps/average.cwl
@@ -92,6 +92,6 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.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 59aa26e2..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:v5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InplaceUpdateRequirement
    inplaceUpdate: true 
diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index 1cd4c0b8..edf10349 100644
--- a/steps/blsmooth.cwl
+++ b/steps/blsmooth.cwl
@@ -116,7 +116,7 @@ outputs:
       glob: BLsmooth.log
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:v5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl
index 0e3d53d7..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:v5.0rc1
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
 stdout: Ateam_separation.log
diff --git a/steps/check_demix.cwl b/steps/check_demix.cwl
index 3c21c121..aee4a7b6 100644
--- a/steps/check_demix.cwl
+++ b/steps/check_demix.cwl
@@ -139,7 +139,7 @@ requirements:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.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 f44ce458..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:v5.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 619a0bf9..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:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: compareStationList.log
 stderr: compareStationList_err.log
diff --git a/steps/createRMh5parm.cwl b/steps/createRMh5parm.cwl
index f03eb6ba..7f1fb4c2 100644
--- a/steps/createRMh5parm.cwl
+++ b/steps/createRMh5parm.cwl
@@ -108,7 +108,7 @@ outputs:
       glob: 'createh5parm*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:v5.0rc1
+   dockerPull: astronrd/linc
  - class: InitialWorkDirRequirement
    listing:
      - entry: $(inputs.h5parm)
diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index 0247cb10..23b50e51 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -356,7 +356,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/ddecal_array.cwl b/steps/ddecal_array.cwl
index 516e29bc..8199a037 100644
--- a/steps/ddecal_array.cwl
+++ b/steps/ddecal_array.cwl
@@ -356,7 +356,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/dp3_addcol.cwl b/steps/dp3_addcol.cwl
index 5cfbe23b..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:v5.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 c45c1aaf..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:v5.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 12ca213a..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:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3concat.cwl b/steps/dp3concat.cwl
index 511f8670..6f4f7c81 100644
--- a/steps/dp3concat.cwl
+++ b/steps/dp3concat.cwl
@@ -163,7 +163,7 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
   - class: InitialWorkDirRequirement
     listing:
       - entry: $(inputs.msin)
diff --git a/steps/filter_predict.cwl b/steps/filter_predict.cwl
index 470eb543..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:v5.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 747faed9..7ad5444b 100644
--- a/steps/find_skymodel_cal.cwl
+++ b/steps/find_skymodel_cal.cwl
@@ -91,6 +91,6 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:v5.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 67c0c8b1..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:v5.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 e15e7828..c385f345 100644
--- a/steps/getFWHM.cwl
+++ b/steps/getFWHM.cwl
@@ -65,7 +65,7 @@ requirements:
                 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 
 stdout: getFWHM.log
 stderr: getFWHM_err.log
diff --git a/steps/get_targetname.cwl b/steps/get_targetname.cwl
index 4843fc70..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:v5.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 b3d104ff..21e88b65 100644
--- a/steps/h5parm_pointingname.cwl
+++ b/steps/h5parm_pointingname.cwl
@@ -46,7 +46,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: h5parm_pointingname.log
 stderr: h5parm_pointingname_err.log
 $schema:
diff --git a/steps/h5parmcat.cwl b/steps/h5parmcat.cwl
index 894386c7..ce9452ab 100644
--- a/steps/h5parmcat.cwl
+++ b/steps/h5parmcat.cwl
@@ -88,7 +88,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: h5parm_collector_output.log
 stderr: h5parm_collector_output_err.log
 $schema:
diff --git a/steps/identify_bad_antennas.cwl b/steps/identify_bad_antennas.cwl
index 8bdaa616..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:v5.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 deb31d3a..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:v5.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 6f59507e..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:v5.0rc1
+   dockerPull: astronrd/linc
 requirements:
   - class: InitialWorkDirRequirement
     listing:
diff --git a/steps/merge_skymodels.cwl b/steps/merge_skymodels.cwl
index 41c6767d..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:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: merge_skymodels.log
 stderr: merge_skymodels_err.log
diff --git a/steps/mslin2circ.cwl b/steps/mslin2circ.cwl
index 0ebb1cd5..d1d985b7 100644
--- a/steps/mslin2circ.cwl
+++ b/steps/mslin2circ.cwl
@@ -54,7 +54,7 @@ outputs:
       glob: 'mslin2circ*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:v5.0rc1
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/plot_Ateamclipper.cwl b/steps/plot_Ateamclipper.cwl
index 4d11ba97..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:v5.0rc1
+    dockerPull: astronrd/linc
diff --git a/steps/plot_unflagged.cwl b/steps/plot_unflagged.cwl
index 66dd8612..6c199049 100644
--- a/steps/plot_unflagged.cwl
+++ b/steps/plot_unflagged.cwl
@@ -41,7 +41,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
 stdout: plot_unflagged_fraction.log
diff --git a/steps/predict.cwl b/steps/predict.cwl
index 951a2037..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:v5.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 9f9ba56e..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:v5.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 59c49773..45f0de39 100644
--- a/steps/summary.cwl
+++ b/steps/summary.cwl
@@ -153,7 +153,7 @@ outputs:
 label: summary
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 stdout: summary.log
 stderr: summary_err.log
 $schema:
diff --git a/steps/taql.cwl b/steps/taql.cwl
index 6db64f29..81b0b837 100644
--- a/steps/taql.cwl
+++ b/steps/taql.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InplaceUpdateRequirement
diff --git a/steps/taql_copy.cwl b/steps/taql_copy.cwl
index 9fb6d2f1..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:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/transfer_solutions.cwl b/steps/transfer_solutions.cwl
index 48b21d6f..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:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/uvplot.cwl b/steps/uvplot.cwl
index 422cf024..0129e3cb 100644
--- a/steps/uvplot.cwl
+++ b/steps/uvplot.cwl
@@ -71,7 +71,7 @@ outputs:
 label: uvplot
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InlineJavascriptRequirement
diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl
index c1a7b562..e32e3d77 100644
--- a/steps/wsclean.cwl
+++ b/steps/wsclean.cwl
@@ -355,7 +355,7 @@ outputs:
 label: WSClean
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:v5.0rc1
+    dockerPull: astronrd/linc
 requirements:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true 
-- 
GitLab