gitea-runner: use DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS instead

This commit is contained in:
2026-03-07 18:19:13 -05:00
parent 0946ef68a3
commit 5b5c394581
2 changed files with 4 additions and 2 deletions

View File

@@ -26,9 +26,9 @@ data:
port: 0
external_server: ""
container:
network: "bridge"
network: "host"
privileged: false
options: "--dns 10.112.0.10"
options: ""
workdir_parent: /scratch
valid_volumes:
- /scratch/**

View File

@@ -41,6 +41,8 @@ spec:
image: gitea/act_runner:nightly-dind-rootless
imagePullPolicy: Always
env:
- name: DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS
value: "--dns 10.112.0.10"
- name: CONFIG_FILE
value: /config/config.yaml
- name: DOCKER_HOST