From 3bdd54889e8eb7fa562579f248985906a965b0a6 Mon Sep 17 00:00:00 2001
From: Bertrand Goareguer <bertrand.goareguer@gmail.com>
Date: Fri, 27 Jan 2023 13:13:53 +0000
Subject: [PATCH] fix: "Add registry name in all Docker images"

---
 templates/extract.yml    | 2 +-
 templates/validation.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/extract.yml b/templates/extract.yml
index a5e6995..2ed6b09 100644
--- a/templates/extract.yml
+++ b/templates/extract.yml
@@ -1,6 +1,6 @@
 # this job extracts the bash script from the given template(s)
 extract-script:
-  image: alpine
+  image: registry.hub.docker.com/library/alpine
   stage: .pre
   script:
     - echo "#!/bin/bash" > script.sh
diff --git a/templates/validation.yml b/templates/validation.yml
index b569729..09109a5 100644
--- a/templates/validation.yml
+++ b/templates/validation.yml
@@ -46,7 +46,7 @@
   }
 
 gitlab-ci-lint:
-  image: dwdraju/alpine-curl-jq:latest
+  image: registry.hub.docker.com/dwdraju/alpine-curl-jq:latest
   stage: build
   before_script:
     - *lint-scripts
-- 
GitLab