CI: fully specified image names

This commit is contained in:
Benjamin Renard 2023-10-26 14:23:00 +02:00
parent 06654969d0
commit f9bf3a7597
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -12,7 +12,7 @@ variables:
tests:bookworm:
image:
name: brenard/ldapsaisie:bookworm
name: docker.io/brenard/ldapsaisie:bookworm
entrypoint: [""]
stage: tests
rules:
@ -37,7 +37,7 @@ tests:bookworm:
tests:bullseye:
image:
name: brenard/ldapsaisie:bullseye
name: docker.io/brenard/ldapsaisie:bullseye
entrypoint: [""]
stage: tests
rules:
@ -62,7 +62,7 @@ tests:bullseye:
tests:buster:
image:
name: brenard/ldapsaisie:buster
name: docker.io/brenard/ldapsaisie:buster
entrypoint: [""]
stage: tests
rules:
@ -88,7 +88,7 @@ tests:buster:
tests:stretch:
image:
name: brenard/ldapsaisie:stretch
name: docker.io/brenard/ldapsaisie:stretch
entrypoint: [""]
stage: tests
rules:
@ -103,7 +103,7 @@ tests:stretch:
tests:jessie:
image:
name: brenard/ldapsaisie:jessie
name: docker.io/brenard/ldapsaisie:jessie
entrypoint: [""]
stage: tests
rules:
@ -117,7 +117,7 @@ tests:jessie:
- /tmp/vendor/bin/phplint src
build:debian-stable:
image: brenard/debian-python-deb:debian11
image: docker.io/brenard/debian-python-deb:debian11
stage: build
cache:
paths:
@ -133,7 +133,7 @@ build:debian-stable:
- dist/*
build:debian-sid:
image: brenard/debian-python-deb:debian11
image: docker.io/brenard/debian-python-deb:debian11
stage: build
cache:
paths:
@ -149,7 +149,7 @@ build:debian-sid:
build:snapshot:
stage: build
image: alpine
image: docker.io/alpine
only:
- master
script:
@ -160,7 +160,7 @@ build:snapshot:
build:doc:html:
stage: build
image: python:alpine
image: docker.io/python:alpine
cache:
paths:
- .cache/pip
@ -191,7 +191,7 @@ build:doc:html:
build:doc:pdf:
stage: build
image:
name: pink33n/html-to-pdf
name: docker.io/pink33n/html-to-pdf
entrypoint: ["/bin/sh", "-c"]
only:
- master
@ -207,7 +207,7 @@ build:doc:pdf:
build:doc:epub:
stage: build
image:
name: pandoc/core
name: docker.io/pandoc/core
entrypoint: ["/bin/sh", "-c"]
only:
- master
@ -225,7 +225,7 @@ build:doc:epub:
build:doc:append_additional_versions:
stage: build
image: python:alpine
image: docker.io/python:alpine
only:
- master
needs:
@ -250,7 +250,7 @@ build:doc:append_additional_versions:
publish:doc:
stage: publish
image: alpine:latest
image: docker.io/alpine:latest
only:
- master
needs:
@ -270,7 +270,7 @@ publish:doc:
publish:snapshot:
stage: publish
image: alpine:latest
image: docker.io/alpine:latest
only:
- master
needs:
@ -286,7 +286,7 @@ publish:snapshot:
publish:debian-stable:
stage: publish
image: debian:stable-slim
image: docker.io/debian:stable-slim
needs:
- build:debian-stable
only:
@ -321,7 +321,7 @@ publish:gitlab:
publish:debian-sid:
stage: publish
image: debian:stable-slim
image: docker.io/debian:stable-slim
only:
- master
needs: