Skip to content
Snippets Groups Projects
Commit 74bcbb13 authored by Peter Hoyes's avatar Peter Hoyes Committed by Tom Rini
Browse files

CI: Allow a mirror to be specified for Docker Hub


To conserve bandwidth and potentially avoid rate limits, allow a local
mirror of Docker Hub to be specified globally. The default value is
unchanged.

Signed-off-by: default avatarPeter Hoyes <Peter.Hoyes@arm.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 8b0b5017
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
variables:
DEFAULT_TAG: ""
MIRROR_DOCKER: docker.io
default:
tags:
......@@ -9,7 +10,7 @@ default:
# Grab our configured image. The source for this is found
# in the u-boot tree at tools/docker/Dockerfile
image: trini/u-boot-gitlab-ci-runner:jammy-20230308-21Mar2023
image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20230308-21Mar2023
# We run some tests in different order, to catch some failures quicker.
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment