From eb4e7364cd5f57d3acd4ad3ce25f3dc765bd5284 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Wed, 2 Nov 2022 14:21:04 +0100 Subject: [PATCH] ci: change dockerhub repository to onirocore. Related to https://gitlab.eclipse.org/eclipse-wg/oniro-wg/products-services-oniro-wg/it-services-oniro-wg/pipelines-architecture-oniro-wg/-/issues/10 Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 2 +- .oniro-ci/build-generic.yaml | 6 +++--- .oniro-ci/dco.yaml | 2 +- .oniro-ci/reuse.yaml | 2 +- .oniro-ci/test-generic.yaml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27e9b87b..e3256ef3 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 6dce95b4..11b4e9f6 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 7044cca4..bc4ff0bc 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 68772f7d..61b7b65a 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 ed4ff15b..254e7320 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 -- GitLab