From bd44d9997a32d59bd98faf5383a30ef47d947500 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Tue, 22 Dec 2020 12:47:16 +0100 Subject: [PATCH] Use our GitLab repo in the docker library template See https://github.com/docker-library/official-images/pull/9340 --- docker-library.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-library.template b/docker-library.template index fe85dea..f8728aa 100644 --- a/docker-library.template +++ b/docker-library.template @@ -4,7 +4,7 @@ Maintainers: Santiago Torres-Arias (@SantiagoTorres), Christian Rebischke (@shibumi), Pierre Schmitz (@pierres), Justin Kromlinger (@hashworks) -GitRepo: https://github.com/archlinux/archlinux-docker.git +GitRepo: https://gitlab.archlinux.org/archlinux/archlinux-docker.git Tags: latest, base, base-${BUILD_VERSION} GitCommit: ${BUILD_COMMIT} -- GitLab