testing komodo injection

This commit is contained in:
2026-03-27 15:41:44 -04:00
parent 8845c7d61c
commit e07f2d9ef9
3 changed files with 37 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ services:
restart: unless-stopped restart: unless-stopped
image: docker.io/gitea/act_runner:0.2.11 image: docker.io/gitea/act_runner:0.2.11
environment: environment:
CONFIG_FILE: /config.yaml CONFIG_FILE: ${CONFIG_FILE}
GITEA_INSTANCE_URL: ${GITEA_URL} GITEA_INSTANCE_URL: ${GITEA_URL}
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN} GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
GITEA_RUNNER_NAME: ${RUNNER_NAME} GITEA_RUNNER_NAME: ${RUNNER_NAME}

View File

@@ -12,7 +12,7 @@ runner:
fetch_timeout: 5s fetch_timeout: 5s
fetch_interval: 2s fetch_interval: 2s
labels: labels:
- "${RUNNER_TAG}:docker://gitea/runner-images:ubuntu-22.04" - "water:docker://gitea/runner-images:ubuntu-22.04"
cache: cache:
enabled: true enabled: true

35
wind-config.yaml Normal file
View File

@@ -0,0 +1,35 @@
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: error
runner:
file: .runner
# Execute how many tasks concurrently at the same time.
capacity: 5
timeout: 1h
shutdown_timeout: 0s
insecure: false
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "wind:docker://gitea/runner-images:ubuntu-22.04"
cache:
enabled: true
dir: ""
host: ""
port: 0
external_server: ""
container:
network: ""
privileged: false
options:
workdir_parent:
valid_volumes: []
docker_host: ""
force_pull: false
force_rebuild: false
host:
workdir_parent: