1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Björn Brauer aa283f5cd3 fix: avoid race condition by not running exec/start twice (#702)
ContainerExecAttach implicitly runs ContainerExecStart while attaching
to stdout/stderr.
Ref: e02bc91dcb/client/container_exec.go (L40)

Calling both can lead to a race condition as observed in #627

Fixes: #627

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
2021-05-25 12:35:52 +00:00
.github Add arm64/arm and capture all snapshots (#699) 2021-05-23 08:32:55 -07:00
act fix: avoid race condition by not running exec/start twice (#702) 2021-05-25 12:35:52 +00:00
cmd feat: add option for custom socket path (#698) 2021-05-23 14:43:09 +00:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00