Skip to content
Snippets Groups Projects
Verified Commit 8a6bb0bb authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

ci: Use the OSTC registry for all container images


Closes #487

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent f50107dc
No related branches found
No related tags found
1 merge request!55Deploy container images to OSTC docker registry and use them from there
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.workspace: .workspace:
interruptible: true interruptible: true
image: 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] tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
variables: variables:
CI_ONIRO_RUNNER_TAG : "" CI_ONIRO_RUNNER_TAG : ""
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
.build-docs: .build-docs:
interruptible: true interruptible: true
image: image:
name: registry.booting.oniroproject.org/distro/oniro/docs-builder:latest name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest
stage: build stage: build
script: script:
- make -C docs - make -C docs
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
# Precise, machine readable description of this container can be found in # 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 # https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/dco-check/Dockerfile
image: image:
name: registry.booting.oniroproject.org/distro/oniro/dco-check:latest name: registry.ostc-eu.org/ostc/oniro/dco-check:latest
script: script:
# Work around a bug in dco-check affecting pipelines for merge requests. # Work around a bug in dco-check affecting pipelines for merge requests.
# https://github.com/christophebedard/dco-check/issues/104 # https://github.com/christophebedard/dco-check/issues/104
......
...@@ -48,6 +48,6 @@ ...@@ -48,6 +48,6 @@
# Precise, machine readable description of this container can be found in # Precise, machine readable description of this container can be found in
# https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/reuse/Dockerfile # https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/reuse/Dockerfile
image: image:
name: registry.booting.oniroproject.org/distro/oniro/reuse:latest name: registry.ostc-eu.org/ostc/oniro/reuse:latest
script: script:
- reuse lint - reuse lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment