From bfbf00bde3ee0c52133b0bb9575f4be3c747b96b Mon Sep 17 00:00:00 2001
From: Timo <millenaar@astron.nl>
Date: Fri, 11 Apr 2025 13:41:26 +0000
Subject: [PATCH] Use docker container for version v0.5.17

---
 aggregate_and_plot.cwl                 | 2 +-
 steps/DPPP.cwl                         | 2 +-
 steps/combine_inspect_dataset.cwl      | 2 +-
 steps/create_inspect_dataset.cwl       | 2 +-
 steps/extract_quality_metrics.cwl      | 2 +-
 steps/extract_sip_meta.cwl             | 2 +-
 steps/fix_antenna_information_2013.cwl | 2 +-
 steps/fix_antenna_information_2015.cwl | 2 +-
 steps/fix_long_baselines.cwl           | 2 +-
 steps/fix_weightissue_flagging.cwl     | 2 +-
 steps/identify_issues.cwl              | 2 +-
 steps/inspect_flagging_dataloss.cwl    | 2 +-
 steps/plot_uvw_coverage.cwl            | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/aggregate_and_plot.cwl b/aggregate_and_plot.cwl
index 536eff3..5b2ec0e 100644
--- a/aggregate_and_plot.cwl
+++ b/aggregate_and_plot.cwl
@@ -3,7 +3,7 @@ class: CommandLineTool
 
 requirements:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
 
 baseCommand: python3
 arguments:
diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index 73dca60..e3b8789 100755
--- a/steps/DPPP.cwl
+++ b/steps/DPPP.cwl
@@ -94,7 +94,7 @@ baseCommand:
 
 hints:
 - class: DockerRequirement
-  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
 - class: NetworkAccess
   networkAccess: true
 id: dppp
diff --git a/steps/combine_inspect_dataset.cwl b/steps/combine_inspect_dataset.cwl
index 2c1f662..6f42980 100644
--- a/steps/combine_inspect_dataset.cwl
+++ b/steps/combine_inspect_dataset.cwl
@@ -8,7 +8,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/create_inspect_dataset.cwl b/steps/create_inspect_dataset.cwl
index 79df034..b0560ab 100644
--- a/steps/create_inspect_dataset.cwl
+++ b/steps/create_inspect_dataset.cwl
@@ -8,7 +8,7 @@ requirements:
   - class: InlineJavascriptRequirement
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/extract_quality_metrics.cwl b/steps/extract_quality_metrics.cwl
index c5cb2fd..aef2925 100644
--- a/steps/extract_quality_metrics.cwl
+++ b/steps/extract_quality_metrics.cwl
@@ -15,7 +15,7 @@ requirements:
           inspect_utils.py inspect $(inputs.inspect.path) quality.json
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/extract_sip_meta.cwl b/steps/extract_sip_meta.cwl
index cf84cdb..bf1712e 100644
--- a/steps/extract_sip_meta.cwl
+++ b/steps/extract_sip_meta.cwl
@@ -26,7 +26,7 @@ outputs:
 label: inspect_flagging_dataloss
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
 
diff --git a/steps/fix_antenna_information_2013.cwl b/steps/fix_antenna_information_2013.cwl
index ac50bde..bda9901 100644
--- a/steps/fix_antenna_information_2013.cwl
+++ b/steps/fix_antenna_information_2013.cwl
@@ -37,6 +37,6 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/fix_antenna_information_2015.cwl b/steps/fix_antenna_information_2015.cwl
index 0af7f37..cd26e8a 100644
--- a/steps/fix_antenna_information_2015.cwl
+++ b/steps/fix_antenna_information_2015.cwl
@@ -40,6 +40,6 @@ requirements:
     inplaceUpdate: true
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/fix_long_baselines.cwl b/steps/fix_long_baselines.cwl
index 4c3ca4a..da58325 100644
--- a/steps/fix_long_baselines.cwl
+++ b/steps/fix_long_baselines.cwl
@@ -42,6 +42,6 @@ outputs:
 
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/fix_weightissue_flagging.cwl b/steps/fix_weightissue_flagging.cwl
index e9f2271..d994e5b 100644
--- a/steps/fix_weightissue_flagging.cwl
+++ b/steps/fix_weightissue_flagging.cwl
@@ -35,6 +35,6 @@ outputs:
       glob: $(inputs.msin.basename)
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/identify_issues.cwl b/steps/identify_issues.cwl
index 2982dd2..5e21351 100644
--- a/steps/identify_issues.cwl
+++ b/steps/identify_issues.cwl
@@ -65,7 +65,7 @@ baseCommand:
 
 hints:
 - class: DockerRequirement
-  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
 - class: NetworkAccess
   networkAccess: true
 id: identify_issues
diff --git a/steps/inspect_flagging_dataloss.cwl b/steps/inspect_flagging_dataloss.cwl
index 83f753b..58c997b 100644
--- a/steps/inspect_flagging_dataloss.cwl
+++ b/steps/inspect_flagging_dataloss.cwl
@@ -128,6 +128,6 @@ requirements:
 
 
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/plot_uvw_coverage.cwl b/steps/plot_uvw_coverage.cwl
index ed27f4d..899001e 100644
--- a/steps/plot_uvw_coverage.cwl
+++ b/steps/plot_uvw_coverage.cwl
@@ -20,7 +20,7 @@ outputs:
       glob: $(inputs.output_name)
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.17
   - class: NetworkAccess
     networkAccess: true
 
-- 
GitLab