diff --git a/README.md b/README.md
index 8719b17e88ce17baa01882741d2a7581b0ec2883..e644c9a2ed3ab47ab599d8288f2ad112473d5dfa 100644
--- a/README.md
+++ b/README.md
@@ -31,11 +31,11 @@ All the containers support changing the default port using the `BASE_PORT` envir
 
 You can eithe directly run the containers, e.g.:
 
-    docker run -p8590:8590 git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
+    docker run -p8590:8590 registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
  
  or use tham as base containers for your own ones:
  
-    FROM git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
+    FROM registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
  
  
 ### Supported engines
@@ -49,4 +49,4 @@ You can eithe directly run the containers, e.g.:
  However, beware some permission errors which may arise after extending them and installing extra software, in particular with Singularity. You can add a line like this at the end of your Dockerfile to be sure the home folder is always set as writable by anyone (required for these containers to work with Singularity):
  
     # Fix home permissions
-    RUN chmod 777 /home
\ No newline at end of file
+    RUN chmod 777 /home
diff --git a/push_all.sh b/push_all.sh
index a1ba3b9a7b23f8421361bb1fd02909c7bd299755..5b0d4997d756149645632ea72e8dfc247ad0e982 100755
--- a/push_all.sh
+++ b/push_all.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
-docker push git.ia2.inaf.it:5050/exact/swc/base:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/ssh:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/xcalc:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/x11web:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/minimaldesktop:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
-docker push git.ia2.inaf.it:5050/exact/swc/jupyternotebook:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/base:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/ssh:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/xcalc:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/x11web:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/minimaldesktop:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
+docker push registry.ict.inaf.it/exact/swc/jupyternotebook:v0.3.0
diff --git a/tag_all.sh b/tag_all.sh
index 8d191984932ddf4dad515639e654fd73ef5a6834..8de530198eac356150d92cb225297e411d1b579a 100755
--- a/tag_all.sh
+++ b/tag_all.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
-docker tag base git.ia2.inaf.it:5050/exact/swc/base:v0.3.0
-docker tag ssh git.ia2.inaf.it:5050/exact/swc/ssh:v0.3.0
-docker tag xcalc git.ia2.inaf.it:5050/exact/swc/xcalc:v0.3.0
-docker tag x11web git.ia2.inaf.it:5050/exact/swc/x11web:v0.3.0
-docker tag minimaldesktop git.ia2.inaf.it:5050/exact/swc/minimaldesktop:v0.3.0
-docker tag basicdesktop git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
-docker tag jupyternotebook git.ia2.inaf.it:5050/exact/swc/jupyternotebook:v0.3.0
+docker tag base registry.ict.inaf.it/exact/swc/base:v0.3.0
+docker tag ssh registry.ict.inaf.it/exact/swc/ssh:v0.3.0
+docker tag xcalc registry.ict.inaf.it/exact/swc/xcalc:v0.3.0
+docker tag x11web registry.ict.inaf.it/exact/swc/x11web:v0.3.0
+docker tag minimaldesktop registry.ict.inaf.it/exact/swc/minimaldesktop:v0.3.0
+docker tag basicdesktop registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
+docker tag jupyternotebook registry.ict.inaf.it/exact/swc/jupyternotebook:v0.3.0