Add wait for docker in default dind spec

This commit is contained in:
Nikola Jokic 2025-05-06 17:31:53 +02:00
parent 16304b5ce7
commit 63fb0df4af
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
2 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,8 @@ args:
- --host=unix:///var/run/docker.sock
- --group=$(DOCKER_GROUP_GID)
env:
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: "15"
- name: DOCKER_GROUP_GID
value: "123"
securityContext:

View File

@ -302,6 +302,8 @@ template:
## - --host=unix:///var/run/docker.sock
## - --group=$(DOCKER_GROUP_GID)
## env:
## - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
## value: "15"
## - name: DOCKER_GROUP_GID
## value: "123"
## securityContext: