From 8a6bb0bb1d19d56a56dd374c65c754a7dea88b67 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Mon, 4 Apr 2022 17:32:19 +0200
Subject: [PATCH] ci: Use the OSTC registry for all container images

Closes #487

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .oniro-ci/build-generic.yaml | 4 ++--
 .oniro-ci/dco.yaml           | 2 +-
 .oniro-ci/reuse.yaml         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index adbe4dbc..42b3c571 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -5,7 +5,7 @@
 .workspace:
   interruptible: true
   image:
-    name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest
+    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
   tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
   variables:
     CI_ONIRO_RUNNER_TAG : ""
@@ -317,7 +317,7 @@
 .build-docs:
   interruptible: true
   image:
-    name: registry.booting.oniroproject.org/distro/oniro/docs-builder:latest
+    name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest
   stage: build
   script:
     - make -C docs
diff --git a/.oniro-ci/dco.yaml b/.oniro-ci/dco.yaml
index d11a66b5..3193c4ed 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://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/dco-check/Dockerfile
   image:
-    name: registry.booting.oniroproject.org/distro/oniro/dco-check:latest
+    name: registry.ostc-eu.org/ostc/oniro/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 6d49d681..f7e7b689 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://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/reuse/Dockerfile
   image:
-    name: registry.booting.oniroproject.org/distro/oniro/reuse:latest
+    name: registry.ostc-eu.org/ostc/oniro/reuse:latest
   script:
     - reuse lint
-- 
GitLab