gitea-runner: use DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS instead
This commit is contained in:
@@ -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/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user