diff --git a/README.md b/README.md
index 6e61828ee1ebb3e6bc4c533e3eafa33588eaab40..4a53dbbef2076cefc04266b1f845417a154fc624 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ This workflow is used by the LDV framework.
 
 ## Docker images
 
-- git.astron.nl:5000/ldv-images/lofar-legacy:latest
-- git.astron.nl:5000/ldv-images/lofar-ms-software:latest
+- git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
+- git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
 Docker images will be fetched the first time the workflow is used and be converted into a singularity image (sif file)
 
 ## Running the workflow
diff --git a/steps/extract_sip_meta.cwl b/steps/extract_sip_meta.cwl
index c574783e7857e5056f26b832d58370b051da25bd..645d5565c68e9744356f4168568717c45010ada3 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-images/lofar-ms-software:latest'
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
   - class: NetworkAccess
     networkAccess: true
 
diff --git a/steps/fix_antenna_information_2013.cwl b/steps/fix_antenna_information_2013.cwl
index 07692a8d77710d5b0c59139b380e4c0da246c68b..7dde5121012f56c1e71cd40cd87e2817ff73f727 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-images/lofar-legacy:latest"
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
   - 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 5f190f9352c3af5f3e2b23cd054d597f77ae4365..9145d694e0859e0674f7c58a3bbc1188329da32f 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-images/lofar-legacy:latest"
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
   - 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 26184e68a83328022f9c3609c32b29ec8184dc40..400b43b2c25c843318264d18ecf4ff80866821cd 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-images/lofar-legacy:latest"
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest"
   - 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 36772d59e3f3dd5c443a9002522fc648188b81f5..3aef8e95725a90d08e1919768669f7eb73479004 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-images/lofar-legacy:latest"
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
   - class: NetworkAccess
     networkAccess: true
\ No newline at end of file
diff --git a/steps/identify_issues.cwl b/steps/identify_issues.cwl
index 2e833bca32cf1e6ece45539fb25fec3df5f2e830..fc3ab1453b17874cdc56ea70f6456791d742d053 100644
--- a/steps/identify_issues.cwl
+++ b/steps/identify_issues.cwl
@@ -4,7 +4,7 @@ class: CommandLineTool
 cwlVersion: v1.0
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv-images/lofar-legacy:latest
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
   - class: NetworkAccess
     networkAccess: true
 inputs:
diff --git a/steps/inspect_flagging_dataloss.cwl b/steps/inspect_flagging_dataloss.cwl
index 9a20888f12b351ff508c163b300dc5a1fad04d8e..578d7f184d38b0e6c116eca6b142bce27d60bb36 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-images/lofar-ms-software:latest'
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
   - 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 767cb3f9ee67cc527e28ae19283682e813ab4515..fa0c9735cd2445ae50311697cda18e4c69e07272 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-images/lofar-ms-software
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software
   - class: NetworkAccess
     networkAccess: true