gitea-runner: use DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS instead
This commit is contained in:
@@ -26,9 +26,9 @@ data:
|
|||||||
port: 0
|
port: 0
|
||||||
external_server: ""
|
external_server: ""
|
||||||
container:
|
container:
|
||||||
network: "bridge"
|
network: "host"
|
||||||
privileged: false
|
privileged: false
|
||||||
options: "--dns 10.112.0.10"
|
options: ""
|
||||||
workdir_parent: /scratch
|
workdir_parent: /scratch
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- /scratch/**
|
- /scratch/**
|
||||||
|
|||||||
@@ -41,6 +41,8 @@ spec:
|
|||||||
image: gitea/act_runner:nightly-dind-rootless
|
image: gitea/act_runner:nightly-dind-rootless
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
|
- name: DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS
|
||||||
|
value: "--dns 10.112.0.10"
|
||||||
- name: CONFIG_FILE
|
- name: CONFIG_FILE
|
||||||
value: /config/config.yaml
|
value: /config/config.yaml
|
||||||
- name: DOCKER_HOST
|
- name: DOCKER_HOST
|
||||||
|
|||||||
Reference in New Issue
Block a user