fix: use tcp://localhost:2375 for dind (no TLS, no socket permission issues)
This commit is contained in:
@@ -64,9 +64,7 @@ spec:
|
||||
workingDir: /data
|
||||
env:
|
||||
- name: DOCKER_HOST
|
||||
value: unix:///run/docker.sock
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
value: tcp://localhost:2375
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user