From 5fc11be6a0b69b8029290d29ec7e50f6481c2afb Mon Sep 17 00:00:00 2001
From: Marcel <loose@astron.nl>
Date: Mon, 27 Jan 2025 13:29:21 +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 751c4a0e..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.0rc2
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
     coresMin: 8
diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl
index 3f0ffbbb..ecaf6cc0 100755
--- a/steps/H5ParmCollector.cwl
+++ b/steps/H5ParmCollector.cwl
@@ -75,7 +75,7 @@ outputs:
 label: H5parm_collector
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    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 0c845169..2f66012b 100644
--- a/steps/LoSoTo.ClockTec.cwl
+++ b/steps/LoSoTo.ClockTec.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Duplicate.cwl b/steps/LoSoTo.Duplicate.cwl
index 89c0d9cb..9bb88c03 100644
--- a/steps/LoSoTo.Duplicate.cwl
+++ b/steps/LoSoTo.Duplicate.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Faraday.cwl b/steps/LoSoTo.Faraday.cwl
index 0ca031d7..b14f3188 100644
--- a/steps/LoSoTo.Faraday.cwl
+++ b/steps/LoSoTo.Faraday.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flag.cwl b/steps/LoSoTo.Flag.cwl
index e73e0475..1fb309a9 100644
--- a/steps/LoSoTo.Flag.cwl
+++ b/steps/LoSoTo.Flag.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.FlagStation.cwl b/steps/LoSoTo.FlagStation.cwl
index 556f6965..0d614473 100644
--- a/steps/LoSoTo.FlagStation.cwl
+++ b/steps/LoSoTo.FlagStation.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flagextend.cwl b/steps/LoSoTo.Flagextend.cwl
index 0367b4eb..5f3c79c7 100644
--- a/steps/LoSoTo.Flagextend.cwl
+++ b/steps/LoSoTo.Flagextend.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Interpolate.cwl b/steps/LoSoTo.Interpolate.cwl
index e44d4676..fb5a3b33 100644
--- a/steps/LoSoTo.Interpolate.cwl
+++ b/steps/LoSoTo.Interpolate.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Norm.cwl b/steps/LoSoTo.Norm.cwl
index 9ad4f6d2..b67c7b5a 100644
--- a/steps/LoSoTo.Norm.cwl
+++ b/steps/LoSoTo.Norm.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index 4760c210..3c7823ac 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -39,7 +39,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Polalign.cwl b/steps/LoSoTo.Polalign.cwl
index 9d1ee42f..d8c9bdae 100755
--- a/steps/LoSoTo.Polalign.cwl
+++ b/steps/LoSoTo.Polalign.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Replicate.cwl b/steps/LoSoTo.Replicate.cwl
index 745e8e78..f9eeee3d 100644
--- a/steps/LoSoTo.Replicate.cwl
+++ b/steps/LoSoTo.Replicate.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reset.cwl b/steps/LoSoTo.Reset.cwl
index 5b8004d6..98b9b386 100644
--- a/steps/LoSoTo.Reset.cwl
+++ b/steps/LoSoTo.Reset.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Residual.cwl b/steps/LoSoTo.Residual.cwl
index ed1e3e4e..cc206265 100644
--- a/steps/LoSoTo.Residual.cwl
+++ b/steps/LoSoTo.Residual.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reweight.cwl b/steps/LoSoTo.Reweight.cwl
index c7a1ddc8..8e82e9ea 100644
--- a/steps/LoSoTo.Reweight.cwl
+++ b/steps/LoSoTo.Reweight.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Smooth.cwl b/steps/LoSoTo.Smooth.cwl
index 173ef319..71e07836 100644
--- a/steps/LoSoTo.Smooth.cwl
+++ b/steps/LoSoTo.Smooth.cwl
@@ -42,7 +42,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Structure.cwl b/steps/LoSoTo.Structure.cwl
index 193d36db..7cc2b88f 100644
--- a/steps/LoSoTo.Structure.cwl
+++ b/steps/LoSoTo.Structure.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 inputs:
   - id: input_h5parm
diff --git a/steps/add_missing_stations.cwl b/steps/add_missing_stations.cwl
index d045e7f0..521e6cba 100644
--- a/steps/add_missing_stations.cwl
+++ b/steps/add_missing_stations.cwl
@@ -73,7 +73,7 @@ stderr: add_missing_stations_err.log
 label: add_missing_stations
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/aoflag.cwl b/steps/aoflag.cwl
index 819c71d7..81645664 100644
--- a/steps/aoflag.cwl
+++ b/steps/aoflag.cwl
@@ -162,7 +162,7 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 stdout: aoflag.log
 stderr: aoflag_err.log
diff --git a/steps/applybeam.cwl b/steps/applybeam.cwl
index 3fbfe125..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.0rc2
+    dockerPull: astronrd/linc
diff --git a/steps/applycal.cwl b/steps/applycal.cwl
index 1ddf8b50..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.0rc2
+    dockerPull: astronrd/linc
diff --git a/steps/applytarget.cwl b/steps/applytarget.cwl
index 624ee8f6..1bf6c350 100644
--- a/steps/applytarget.cwl
+++ b/steps/applytarget.cwl
@@ -116,4 +116,4 @@ requirements:
     coresMin: 2
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
diff --git a/steps/average.cwl b/steps/average.cwl
index 3c6afb45..923cf6c9 100644
--- a/steps/average.cwl
+++ b/steps/average.cwl
@@ -92,6 +92,6 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    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 0cce1c73..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.0rc2
+   dockerPull: astronrd/linc
 requirements:
  - class: InplaceUpdateRequirement
    inplaceUpdate: true 
diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index 80e70959..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.0rc2
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl
index 072b31ea..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.0rc2
+    dockerPull: astronrd/linc
   - class: InlineJavascriptRequirement
 stdout: Ateam_separation.log
diff --git a/steps/check_demix.cwl b/steps/check_demix.cwl
index a0561005..aee4a7b6 100644
--- a/steps/check_demix.cwl
+++ b/steps/check_demix.cwl
@@ -139,7 +139,7 @@ requirements:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    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 51f11eed..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.0rc2
+    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 fd003f20..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.0rc2
+    dockerPull: astronrd/linc
 stdout: compareStationList.log
 stderr: compareStationList_err.log
diff --git a/steps/createRMh5parm.cwl b/steps/createRMh5parm.cwl
index bf58650e..7eda4334 100644
--- a/steps/createRMh5parm.cwl
+++ b/steps/createRMh5parm.cwl
@@ -107,7 +107,7 @@ outputs:
       glob: 'createh5parm*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc:5.0rc2
+   dockerPull: astronrd/linc
  - class: InitialWorkDirRequirement
    listing:
      - entry: $(inputs.h5parm)
diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index 4c31f509..daf0307c 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -355,7 +355,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/ddecal_array.cwl b/steps/ddecal_array.cwl
index 026bcb3f..8514f07b 100644
--- a/steps/ddecal_array.cwl
+++ b/steps/ddecal_array.cwl
@@ -355,7 +355,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/dp3_addcol.cwl b/steps/dp3_addcol.cwl
index 17007797..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.0rc2
+    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 150cdf5f..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.0rc2
+    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 32ef32fd..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.0rc2
+    dockerPull: astronrd/linc
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3concat.cwl b/steps/dp3concat.cwl
index 9fc5eea5..6f4f7c81 100644
--- a/steps/dp3concat.cwl
+++ b/steps/dp3concat.cwl
@@ -163,7 +163,7 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
   - class: InitialWorkDirRequirement
     listing:
       - entry: $(inputs.msin)
diff --git a/steps/filter_predict.cwl b/steps/filter_predict.cwl
index cf665af2..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.0rc2
+    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 d48b9c1a..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.0rc2
+    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 c11f1b6e..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.0rc2
+    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 47eb6065..c385f345 100644
--- a/steps/getFWHM.cwl
+++ b/steps/getFWHM.cwl
@@ -65,7 +65,7 @@ requirements:
                 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 
 stdout: getFWHM.log
 stderr: getFWHM_err.log
diff --git a/steps/get_targetname.cwl b/steps/get_targetname.cwl
index a6740b85..ea8a9692 100644
--- a/steps/get_targetname.cwl
+++ b/steps/get_targetname.cwl
@@ -43,6 +43,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    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 189bb526..2fb4c774 100644
--- a/steps/h5parm_pointingname.cwl
+++ b/steps/h5parm_pointingname.cwl
@@ -42,6 +42,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 stdout: h5parm_pointingname.log
 stderr: h5parm_pointingname_err.log
diff --git a/steps/h5parmcat.cwl b/steps/h5parmcat.cwl
index e93884d8..1d8fa479 100644
--- a/steps/h5parmcat.cwl
+++ b/steps/h5parmcat.cwl
@@ -84,6 +84,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 stdout: h5parm_collector_output.log
 stderr: h5parm_collector_output_err.log
diff --git a/steps/identify_bad_antennas.cwl b/steps/identify_bad_antennas.cwl
index c84b85b3..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.0rc2
+    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 47eea90e..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.0rc2
+   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 6b6a3377..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.0rc2
+   dockerPull: astronrd/linc
 requirements:
   - class: InitialWorkDirRequirement
     listing:
diff --git a/steps/merge_skymodels.cwl b/steps/merge_skymodels.cwl
index 940630e2..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.0rc2
+    dockerPull: astronrd/linc
 stdout: merge_skymodels.log
 stderr: merge_skymodels_err.log
diff --git a/steps/mslin2circ.cwl b/steps/mslin2circ.cwl
index 49ccf567..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.0rc2
+   dockerPull: astronrd/linc
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/plot_Ateamclipper.cwl b/steps/plot_Ateamclipper.cwl
index ac699a8c..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.0rc2
+    dockerPull: astronrd/linc
diff --git a/steps/plot_unflagged.cwl b/steps/plot_unflagged.cwl
index 549f6cf7..6c199049 100644
--- a/steps/plot_unflagged.cwl
+++ b/steps/plot_unflagged.cwl
@@ -41,7 +41,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
 stdout: plot_unflagged_fraction.log
diff --git a/steps/predict.cwl b/steps/predict.cwl
index 465b6864..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.0rc2
+    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 4957dbf1..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.0rc2
+    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 ec4b0305..e5891d30 100644
--- a/steps/summary.cwl
+++ b/steps/summary.cwl
@@ -151,6 +151,6 @@ outputs:
 label: summary
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 stdout: summary.log
 stderr: summary_err.log
\ No newline at end of file
diff --git a/steps/taql.cwl b/steps/taql.cwl
index 3bf49519..81b0b837 100644
--- a/steps/taql.cwl
+++ b/steps/taql.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InplaceUpdateRequirement
diff --git a/steps/taql_copy.cwl b/steps/taql_copy.cwl
index 57fe3650..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.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/transfer_solutions.cwl b/steps/transfer_solutions.cwl
index eb76d243..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.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/uvplot.cwl b/steps/uvplot.cwl
index 17d2ecee..e4948eba 100644
--- a/steps/uvplot.cwl
+++ b/steps/uvplot.cwl
@@ -69,7 +69,7 @@ outputs:
 label: uvplot
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: ShellCommandRequirement
   - class: InlineJavascriptRequirement
diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl
index 9ce5d7aa..e32e3d77 100644
--- a/steps/wsclean.cwl
+++ b/steps/wsclean.cwl
@@ -355,7 +355,7 @@ outputs:
 label: WSClean
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc:5.0rc2
+    dockerPull: astronrd/linc
 requirements:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true 
-- 
GitLab