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