From 270617bf6a734aebf4e284121cfa14b116af1c30 Mon Sep 17 00:00:00 2001
From: alex <alex@tls-tautenburg.de>
Date: Tue, 28 Jan 2025 09:27:24 +0000
Subject: [PATCH] Tag v5.0 added to 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 7ed4fea9..d9969d54 100755
--- a/steps/Ateamclipper.cwl
+++ b/steps/Ateamclipper.cwl
@@ -35,7 +35,7 @@ hints:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
     coresMin: 8
diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl
index ecaf6cc0..b9fafe7d 100755
--- a/steps/H5ParmCollector.cwl
+++ b/steps/H5ParmCollector.cwl
@@ -75,7 +75,7 @@ outputs:
 label: H5parm_collector
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 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 2f66012b..c825e1fb 100644
--- a/steps/LoSoTo.ClockTec.cwl
+++ b/steps/LoSoTo.ClockTec.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Duplicate.cwl b/steps/LoSoTo.Duplicate.cwl
index 9bb88c03..bf0c368f 100644
--- a/steps/LoSoTo.Duplicate.cwl
+++ b/steps/LoSoTo.Duplicate.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Faraday.cwl b/steps/LoSoTo.Faraday.cwl
index b14f3188..d1d3d248 100644
--- a/steps/LoSoTo.Faraday.cwl
+++ b/steps/LoSoTo.Faraday.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flag.cwl b/steps/LoSoTo.Flag.cwl
index 1fb309a9..ee2eb1bd 100644
--- a/steps/LoSoTo.Flag.cwl
+++ b/steps/LoSoTo.Flag.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.FlagStation.cwl b/steps/LoSoTo.FlagStation.cwl
index 0d614473..b3bcb645 100644
--- a/steps/LoSoTo.FlagStation.cwl
+++ b/steps/LoSoTo.FlagStation.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Flagextend.cwl b/steps/LoSoTo.Flagextend.cwl
index 5f3c79c7..a563cb1b 100644
--- a/steps/LoSoTo.Flagextend.cwl
+++ b/steps/LoSoTo.Flagextend.cwl
@@ -32,7 +32,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Interpolate.cwl b/steps/LoSoTo.Interpolate.cwl
index fb5a3b33..08773503 100644
--- a/steps/LoSoTo.Interpolate.cwl
+++ b/steps/LoSoTo.Interpolate.cwl
@@ -33,7 +33,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Norm.cwl b/steps/LoSoTo.Norm.cwl
index b67c7b5a..da617ffe 100644
--- a/steps/LoSoTo.Norm.cwl
+++ b/steps/LoSoTo.Norm.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index 3c7823ac..81d4a3c7 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -39,7 +39,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Polalign.cwl b/steps/LoSoTo.Polalign.cwl
index d8c9bdae..892be94d 100755
--- a/steps/LoSoTo.Polalign.cwl
+++ b/steps/LoSoTo.Polalign.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Replicate.cwl b/steps/LoSoTo.Replicate.cwl
index f9eeee3d..a7ebbd0f 100644
--- a/steps/LoSoTo.Replicate.cwl
+++ b/steps/LoSoTo.Replicate.cwl
@@ -30,7 +30,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reset.cwl b/steps/LoSoTo.Reset.cwl
index 98b9b386..3ba56bae 100644
--- a/steps/LoSoTo.Reset.cwl
+++ b/steps/LoSoTo.Reset.cwl
@@ -29,7 +29,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Residual.cwl b/steps/LoSoTo.Residual.cwl
index cc206265..895fd1bb 100644
--- a/steps/LoSoTo.Residual.cwl
+++ b/steps/LoSoTo.Residual.cwl
@@ -28,7 +28,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Reweight.cwl b/steps/LoSoTo.Reweight.cwl
index 8e82e9ea..9dfa7fac 100644
--- a/steps/LoSoTo.Reweight.cwl
+++ b/steps/LoSoTo.Reweight.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Smooth.cwl b/steps/LoSoTo.Smooth.cwl
index 71e07836..5cb71df6 100644
--- a/steps/LoSoTo.Smooth.cwl
+++ b/steps/LoSoTo.Smooth.cwl
@@ -42,7 +42,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/LoSoTo.Structure.cwl b/steps/LoSoTo.Structure.cwl
index 7cc2b88f..a4b29307 100644
--- a/steps/LoSoTo.Structure.cwl
+++ b/steps/LoSoTo.Structure.cwl
@@ -31,7 +31,7 @@ arguments:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 inputs:
   - id: input_h5parm
diff --git a/steps/add_missing_stations.cwl b/steps/add_missing_stations.cwl
index 521e6cba..97b6d07b 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
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/aoflag.cwl b/steps/aoflag.cwl
index 81645664..f50f0e0d 100644
--- a/steps/aoflag.cwl
+++ b/steps/aoflag.cwl
@@ -162,7 +162,7 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 stdout: aoflag.log
 stderr: aoflag_err.log
diff --git a/steps/applybeam.cwl b/steps/applybeam.cwl
index c8404af5..ddd57dfa 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
+    dockerPull: astronrd/linc:5.0
diff --git a/steps/applycal.cwl b/steps/applycal.cwl
index 1ee860c6..e336f3e5 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
+    dockerPull: astronrd/linc:5.0
diff --git a/steps/applytarget.cwl b/steps/applytarget.cwl
index 1bf6c350..acd0a9d4 100644
--- a/steps/applytarget.cwl
+++ b/steps/applytarget.cwl
@@ -116,4 +116,4 @@ requirements:
     coresMin: 2
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
diff --git a/steps/average.cwl b/steps/average.cwl
index 923cf6c9..25b38270 100644
--- a/steps/average.cwl
+++ b/steps/average.cwl
@@ -92,6 +92,6 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 stdout: average.log
 stderr: average_err.log
diff --git a/steps/blank_image_reg.cwl b/steps/blank_image_reg.cwl
index 5be18d9b..724d9fd8 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
+   dockerPull: astronrd/linc:5.0
 requirements:
  - class: InplaceUpdateRequirement
    inplaceUpdate: true 
diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index edf10349..ef267e49 100644
--- a/steps/blsmooth.cwl
+++ b/steps/blsmooth.cwl
@@ -116,7 +116,7 @@ outputs:
       glob: BLsmooth.log
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc
+   dockerPull: astronrd/linc:5.0
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl
index aaf9c85d..29b11769 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
+    dockerPull: astronrd/linc:5.0
   - class: InlineJavascriptRequirement
 stdout: Ateam_separation.log
diff --git a/steps/check_demix.cwl b/steps/check_demix.cwl
index aee4a7b6..d95303e6 100644
--- a/steps/check_demix.cwl
+++ b/steps/check_demix.cwl
@@ -139,7 +139,7 @@ requirements:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 stdout: check_demix.log
 stderr: check_demix_err.log
diff --git a/steps/check_unflagged_fraction.cwl b/steps/check_unflagged_fraction.cwl
index 9e9a31cd..49c811e1 100644
--- a/steps/check_unflagged_fraction.cwl
+++ b/steps/check_unflagged_fraction.cwl
@@ -93,7 +93,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
   - class: ResourceRequirement
     coresMin: 8
 stdout: check_unflagged_fraction.log
diff --git a/steps/compare_station_list.cwl b/steps/compare_station_list.cwl
index 7ad526de..d485045e 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
+    dockerPull: astronrd/linc:5.0
 stdout: compareStationList.log
 stderr: compareStationList_err.log
diff --git a/steps/createRMh5parm.cwl b/steps/createRMh5parm.cwl
index 7eda4334..b55b0030 100644
--- a/steps/createRMh5parm.cwl
+++ b/steps/createRMh5parm.cwl
@@ -107,7 +107,7 @@ outputs:
       glob: 'createh5parm*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc
+   dockerPull: astronrd/linc:5.0
  - class: InitialWorkDirRequirement
    listing:
      - entry: $(inputs.h5parm)
diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index daf0307c..6936bd3f 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -355,7 +355,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/ddecal_array.cwl b/steps/ddecal_array.cwl
index 8514f07b..ca7faeb8 100644
--- a/steps/ddecal_array.cwl
+++ b/steps/ddecal_array.cwl
@@ -355,7 +355,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InlineJavascriptRequirement
   - class: ResourceRequirement
diff --git a/steps/dp3_addcol.cwl b/steps/dp3_addcol.cwl
index c3feb7ea..880ebef3 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
+    dockerPull: astronrd/linc:5.0
 stdout: dp3_addcol.log
 stderr: dp3_addcol_err.log
diff --git a/steps/dp3_prep_cal.cwl b/steps/dp3_prep_cal.cwl
index 98cc6c96..fb773a75 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
+    dockerPull: astronrd/linc:5.0
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3_prep_target.cwl b/steps/dp3_prep_target.cwl
index 3d080d08..07546c53 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
+    dockerPull: astronrd/linc:5.0
 stdout: DP3.log
 stderr: DP3_err.log
 requirements:
diff --git a/steps/dp3concat.cwl b/steps/dp3concat.cwl
index 6f4f7c81..064fd4f6 100644
--- a/steps/dp3concat.cwl
+++ b/steps/dp3concat.cwl
@@ -163,7 +163,7 @@ requirements:
     coresMin: 8
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
   - class: InitialWorkDirRequirement
     listing:
       - entry: $(inputs.msin)
diff --git a/steps/filter_predict.cwl b/steps/filter_predict.cwl
index ea730f9d..117585e1 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
+    dockerPull: astronrd/linc:5.0
 stdout: filter_predict.log
 stderr: filter_predict_err.log
diff --git a/steps/find_skymodel_cal.cwl b/steps/find_skymodel_cal.cwl
index 7ad5444b..051b4c5b 100644
--- a/steps/find_skymodel_cal.cwl
+++ b/steps/find_skymodel_cal.cwl
@@ -91,6 +91,6 @@ requirements:
 
 hints:
   DockerRequirement:
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 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 309e6ac6..7e32ba80 100644
--- a/steps/find_skymodel_target.cwl
+++ b/steps/find_skymodel_target.cwl
@@ -78,6 +78,6 @@ outputs:
         
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 stdout: find_skymodel_target.log
\ No newline at end of file
diff --git a/steps/getFWHM.cwl b/steps/getFWHM.cwl
index c385f345..0b584fa3 100644
--- a/steps/getFWHM.cwl
+++ b/steps/getFWHM.cwl
@@ -65,7 +65,7 @@ requirements:
                 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 
 stdout: getFWHM.log
 stderr: getFWHM_err.log
diff --git a/steps/get_targetname.cwl b/steps/get_targetname.cwl
index ea8a9692..73562927 100644
--- a/steps/get_targetname.cwl
+++ b/steps/get_targetname.cwl
@@ -43,6 +43,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 stdout: get_targetname.log
 stderr: get_targetname_err.log
diff --git a/steps/h5parm_pointingname.cwl b/steps/h5parm_pointingname.cwl
index 2fb4c774..90b80f27 100644
--- a/steps/h5parm_pointingname.cwl
+++ b/steps/h5parm_pointingname.cwl
@@ -42,6 +42,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 stdout: h5parm_pointingname.log
 stderr: h5parm_pointingname_err.log
diff --git a/steps/h5parmcat.cwl b/steps/h5parmcat.cwl
index 1d8fa479..f3f1a5e0 100644
--- a/steps/h5parmcat.cwl
+++ b/steps/h5parmcat.cwl
@@ -84,6 +84,6 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 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 50443fb0..723ddb9e 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
+    dockerPull: astronrd/linc:5.0
 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 a4e1bb7c..fa7ff61c 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
+   dockerPull: astronrd/linc:5.0
 stderr: make_beam_reg.log
 stdout: make_beam_reg_err.log
diff --git a/steps/make_mask.cwl b/steps/make_mask.cwl
index a9c9ff12..743f3881 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
+   dockerPull: astronrd/linc:5.0
 requirements:
   - class: InitialWorkDirRequirement
     listing:
diff --git a/steps/merge_skymodels.cwl b/steps/merge_skymodels.cwl
index 69b85801..34151dc2 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
+    dockerPull: astronrd/linc:5.0
 stdout: merge_skymodels.log
 stderr: merge_skymodels_err.log
diff --git a/steps/mslin2circ.cwl b/steps/mslin2circ.cwl
index d1d985b7..d563d7ed 100644
--- a/steps/mslin2circ.cwl
+++ b/steps/mslin2circ.cwl
@@ -54,7 +54,7 @@ outputs:
       glob: 'mslin2circ*.log'
 hints:
  - class: DockerRequirement
-   dockerPull: astronrd/linc
+   dockerPull: astronrd/linc:5.0
 requirements:
  - class: InitialWorkDirRequirement
    listing:
diff --git a/steps/plot_Ateamclipper.cwl b/steps/plot_Ateamclipper.cwl
index 1ccf53a0..533f1957 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
+    dockerPull: astronrd/linc:5.0
diff --git a/steps/plot_unflagged.cwl b/steps/plot_unflagged.cwl
index 6c199049..3d8a567f 100644
--- a/steps/plot_unflagged.cwl
+++ b/steps/plot_unflagged.cwl
@@ -41,7 +41,7 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InlineJavascriptRequirement
 stdout: plot_unflagged_fraction.log
diff --git a/steps/predict.cwl b/steps/predict.cwl
index 647f6bc9..c8b78547 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
+    dockerPull: astronrd/linc:5.0
 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 5f884603..e03ecbc7 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
+    dockerPull: astronrd/linc:5.0
 stdout: sort_times_into_freqGroups.log
 stderr: sort_times_into_freqGroups_err.log
diff --git a/steps/summary.cwl b/steps/summary.cwl
index e5891d30..d721e677 100644
--- a/steps/summary.cwl
+++ b/steps/summary.cwl
@@ -151,6 +151,6 @@ outputs:
 label: summary
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 stdout: summary.log
 stderr: summary_err.log
\ No newline at end of file
diff --git a/steps/taql.cwl b/steps/taql.cwl
index 81b0b837..38da64b5 100644
--- a/steps/taql.cwl
+++ b/steps/taql.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: ShellCommandRequirement
   - class: InplaceUpdateRequirement
diff --git a/steps/taql_copy.cwl b/steps/taql_copy.cwl
index b445e77a..ec263821 100644
--- a/steps/taql_copy.cwl
+++ b/steps/taql_copy.cwl
@@ -40,7 +40,7 @@ outputs:
 label: TaQL
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: ShellCommandRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/transfer_solutions.cwl b/steps/transfer_solutions.cwl
index da56c81b..4be728ee 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
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
diff --git a/steps/uvplot.cwl b/steps/uvplot.cwl
index e4948eba..bc0aae08 100644
--- a/steps/uvplot.cwl
+++ b/steps/uvplot.cwl
@@ -69,7 +69,7 @@ outputs:
 label: uvplot
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: ShellCommandRequirement
   - class: InlineJavascriptRequirement
diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl
index e32e3d77..842728b8 100644
--- a/steps/wsclean.cwl
+++ b/steps/wsclean.cwl
@@ -355,7 +355,7 @@ outputs:
 label: WSClean
 hints:
   - class: DockerRequirement
-    dockerPull: astronrd/linc
+    dockerPull: astronrd/linc:5.0
 requirements:
   - class: InplaceUpdateRequirement
     inplaceUpdate: true 
-- 
GitLab