runner/internal/app/cmd
Andrew Cassidy eca5e67c0b
Default to not mounting docker socket in exec
When running `forgejo-runner exec`, default to not mounting anything in the job container instead of mounting /var/run/docker.sock. This mirrors the behavior of the docker_host config value

If mounting a docker socket in the job container is desired, the user can use --container-daemon-socket
2025-10-13 23:21:15 -07:00
..
testdata/validate feat: validate --directory alternative to --repository to not clone (#1008) 2025-09-17 16:40:31 +00:00
cache-server.go feat: cache-server: shutdown on TERM 2025-09-05 17:25:51 +02:00
cmd.go refactor: split runDaemon into testable lambdas 2025-09-07 13:51:58 -06:00
create-runner-file.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
create-runner-file_test.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
daemon.go fix: use a fixed runner name for old (<= v1.20) Forgejo instances (#972) 2025-09-10 16:06:48 +00:00
daemon_test.go test: add TestRunDaemonGracefulShutdown 2025-09-07 14:00:55 -06:00
exec.go Default to not mounting docker socket in exec 2025-10-13 23:21:15 -07:00
job.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
main_test.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
register.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
register_test.go feat: fail when using an invalid label during non interactive registration (#647) 2025-08-16 17:59:20 +00:00
validate.go fix: forgejo-runner validate exit with error when validation fails 2025-09-18 08:40:41 +02:00
validate_test.go fix: forgejo-runner validate exit with error when validation fails 2025-09-18 08:40:41 +02:00