File 0001-switch-default-helper-image-to-our-copy.patch of Package gitlab-runner
From 79c7f71032963cdf547e8ad6fbe79739917819e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= <darix@nordisch.org> Date: Fri, 19 Dec 2025 08:12:10 +0100 Subject: [PATCH 1/2] switch default helper image to our copy --- helpers/container/helperimage/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/container/helperimage/info.go b/helpers/container/helperimage/info.go index 8189222b6..2225ef579 100644 --- a/helpers/container/helperimage/info.go +++ b/helpers/container/helperimage/info.go @@ -22,7 +22,7 @@ const ( "https://docs.gitlab.com/runner/configuration/advanced-configuration/#helper-image-registry" // GitLabRegistryName is the name of the helper image hosted in registry.gitlab.com. - GitLabRegistryName = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper" + GitLabRegistryName = "registry.opensuse.org/home/darix/apps/containers/gitlab-runner-helper" // DefaultFlavor is the default flavor of image we use for the helper. DefaultFlavor = "alpine" -- 2.52.0