From b6977df050e5c1c5aa0c053205781f7df64e580a Mon Sep 17 00:00:00 2001
From: Timo <millenaar@astron.nl>
Date: Fri, 16 Aug 2024 07:05:55 +0000
Subject: [PATCH] Use docker container for version v0.4.1

---
 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 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index cff76e9..73dca60 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.0
+  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
 - class: NetworkAccess
   networkAccess: true
 id: dppp
diff --git a/steps/combine_inspect_dataset.cwl b/steps/combine_inspect_dataset.cwl
index 293cb22..2c1f662 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/create_inspect_dataset.cwl b/steps/create_inspect_dataset.cwl
index 8b0fddf..79df034 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/extract_quality_metrics.cwl b/steps/extract_quality_metrics.cwl
index ea242de..c5cb2fd 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
 inputs: 
diff --git a/steps/extract_sip_meta.cwl b/steps/extract_sip_meta.cwl
index 3af9ced..cf84cdb 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
 
diff --git a/steps/fix_antenna_information_2013.cwl b/steps/fix_antenna_information_2013.cwl
index 450be2d..ac50bde 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - 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 b80a162..0af7f37 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - 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 e10180b..4c3ca4a 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - 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 062b7c7..e9f2271 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/identify_issues.cwl b/steps/identify_issues.cwl
index c1d7142..2982dd2 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.0
+  dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
 - class: NetworkAccess
   networkAccess: true
 id: identify_issues
diff --git a/steps/inspect_flagging_dataloss.cwl b/steps/inspect_flagging_dataloss.cwl
index c8f5f43..83f753b 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - 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 ae32326..ed27f4d 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.0
+    dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
   - class: NetworkAccess
     networkAccess: true
 
-- 
GitLab