From 7cdb4ec2e8601fe424c0e0916716153c4f2358c3 Mon Sep 17 00:00:00 2001 From: sqaisar Date: Fri, 17 Jan 2025 17:28:44 +0500 Subject: [PATCH] Using custom image for docker dind --- charts/gha-runner-scale-set/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index bd71ed64..b60d383e 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -96,7 +96,7 @@ volumeMounts: {{- end }} {{- define "gha-runner-scale-set.dind-container" -}} -image: docker:dind +image: harbor.gcp.pype.tech/devops/docker:dind args: - dockerd - --host=unix:///var/run/docker.sock