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:
parent
5e42c6360a
commit
ad77890ede
|
@ -3,10 +3,13 @@ stages:
|
|||
|
||||
variables:
|
||||
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:
|
||||
stage: build
|
||||
image: debian:sid
|
||||
image: $BASE_CI_IMAGES:unstable
|
||||
retry:
|
||||
max: 2
|
||||
when: always
|
||||
|
|
Loading…
Reference in New Issue