From f9bf3a7597c1215f4063d3eeaf6bf5a59935b0dc Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 26 Oct 2023 14:23:00 +0200 Subject: [PATCH] CI: fully specified image names --- .gitlab-ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60548b7f..2002fa63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: