Switch to using images maintained by salsa ci team

Debian's Salsa team has their own registry of images they maintain, so
use them instead of ones maintained by gitlab.
At https://salsa.debian.org/salsa-ci-team/pipeline/container_registry
one can view the various images they maintain.

Switch to using 'unstable' instead of 'sid'. The idea is to later also
add steps based on 'stable' and then 'unstable' matches better.
This commit is contained in:
Diederik de Haas 2022-11-03 21:55:32 +01:00
parent 5e42c6360a
commit ad77890ede
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E
1 changed files with 4 additions and 1 deletions

5
debian/salsa-ci.yml vendored
View File

@ -3,10 +3,13 @@ stages:
variables: variables:
DEBIAN_FRONTEND: "noninteractive" DEBIAN_FRONTEND: "noninteractive"
# At https://salsa.debian.org/salsa-ci-team/pipeline/container_registry one can see which images are available
SALSA_CI_IMAGES: registry.salsa.debian.org/salsa-ci-team/pipeline
BASE_CI_IMAGES: ${SALSA_CI_IMAGES}/base
build: build:
stage: build stage: build
image: debian:sid image: $BASE_CI_IMAGES:unstable
retry: retry:
max: 2 max: 2
when: always when: always