Skip to content

Commit 263b373

Browse files
authored
fix: runner docker socket (#35)
1 parent afe6ddb commit 263b373

File tree

1 file changed

+3
-3
lines changed
  • modules/gha-runner-scale-set

1 file changed

+3
-3
lines changed

modules/gha-runner-scale-set/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ locals {
8888
env = [
8989
{
9090
name = "DOCKER_GROUP_GID"
91-
value = "123"
91+
value = "1001"
9292
},
9393
]
9494
securityContext = {
@@ -101,7 +101,7 @@ locals {
101101
}
102102
initialDelaySeconds = 0
103103
failureThreshold = 24
104-
periodSeconds = 10
104+
periodSeconds = 5
105105
}
106106
volumeMounts = [
107107
{
@@ -110,7 +110,7 @@ locals {
110110
},
111111
{
112112
name = "dind-sock"
113-
mountPath = "/run/docker"
113+
mountPath = "/var/run"
114114
},
115115
{
116116
name = "dind-externals"

0 commit comments

Comments
 (0)