diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27e9b87b080675c7fc71960c6422a95c00aa6382..e3256ef3074b007680b45cccfec607916858afc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -894,7 +894,7 @@ oe-selftest-report:
   timeout: 6h
   extends: .oe-selftest-rules
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   stage: report
   dependencies:
     - oe-selftest-gcc-qemu-linux-user
diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index 6dce95b4232b9f670ab5864b2afb504d5315ad5a..11b4e9f615d8a574e1f54535ed3c555c69c2833a 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -5,7 +5,7 @@
 .workspace:
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
   variables:
     CI_ONIRO_RUNNER_TAG : ""
@@ -443,7 +443,7 @@
 .build-docs:
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest
+    name: docker.io/onirocore/docs-builder:latest
   stage: build
   script:
     - make -C docs
@@ -489,7 +489,7 @@
 # This job is documented in docs/ci/hidden-jobs/oe-selftest.rst
 .oe-selftest:
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   tags: [qemu-friendly, large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
   stage: test
   dependencies: []
diff --git a/.oniro-ci/dco.yaml b/.oniro-ci/dco.yaml
index 7044cca43e0a533d4fc052e48e85936249db8a9c..bc4ff0bcafc9236c866c423c2d8a04c89e8becdd 100644
--- a/.oniro-ci/dco.yaml
+++ b/.oniro-ci/dco.yaml
@@ -51,7 +51,7 @@
   # Precise, machine readable description of this container can be found in
   # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/blob/kirkstone/.oniro-ci/containers/dco-check/Dockerfile
   image:
-    name: registry.ostc-eu.org/ostc/oniro/dco-check:latest
+    name: docker.io/onirocore/dco-check:latest
   script:
     # Work around a bug in dco-check affecting pipelines for merge requests.
     # https://github.com/christophebedard/dco-check/issues/104
diff --git a/.oniro-ci/reuse.yaml b/.oniro-ci/reuse.yaml
index 68772f7da4fcdf3593bca493c5499b00841bb053..61b7b65a4594faebd701175c6839add70f8a9be7 100644
--- a/.oniro-ci/reuse.yaml
+++ b/.oniro-ci/reuse.yaml
@@ -48,6 +48,6 @@
   # Precise, machine readable description of this container can be found in
   # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/blob/kirkstone/.oniro-ci/containers/reuse/Dockerfile
   image:
-    name: registry.ostc-eu.org/ostc/oniro/reuse:latest
+    name: docker.io/onirocore/reuse:latest
   script:
     - reuse lint
diff --git a/.oniro-ci/test-generic.yaml b/.oniro-ci/test-generic.yaml
index ed4ff15bfac19522c9fed61480fccc6fba7f265e..254e732017c7bef2e3488bdd0599dec0ef757842 100644
--- a/.oniro-ci/test-generic.yaml
+++ b/.oniro-ci/test-generic.yaml
@@ -7,7 +7,7 @@
 .lava-test:
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   variables:
     GIT_STRATEGY: none
     CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
@@ -123,7 +123,7 @@
   # Let the pipeline continue running 'lava-badge' job.
   allow_failure: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   stage: report
   variables:
     GIT_STRATEGY: none
@@ -162,7 +162,7 @@
 .lava-badge:
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   stage: report
   variables:
     GIT_STRATEGY: none