BedrockServerManager--
All checks were successful
renovate / renovate (push) Successful in 1m28s

This commit is contained in:
2026-09-11 17:57:13 +10:00
parent b54e0f2912
commit a83b2961ab
13 changed files with 62 additions and 210 deletions

View File

@@ -70,12 +70,15 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:28.3.2-dind"
# image: "docker:28.3.2-dind"
image: "docker:29.7.2-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd
- --host=tcp://127.0.0.1:2375
- --host=unix:///var/run/docker.sock
- --mtu=1450
- --default-network-opt=bridge=com.docker.network.driver.mtu=1450
env:
- name: DOCKER_TLS_VERIFY
value: ""