mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
The container for the "docker-cli" label defined in the compose file does not contain the bash shell in it, and the forgejo runner defaults to that, with apparently no fall-back to sh if bash is not found in the $PATH. Thus, the demo_docker.yml example will fail to run unless you specifically define the shell to sh. This corrects the example to specifically use sh instead of bash for the docker-cli example. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/494 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Nitrousoxide <nitrousoxide@noreply.code.forgejo.org> Co-committed-by: Nitrousoxide <nitrousoxide@noreply.code.forgejo.org> |
||
---|---|---|
.. | ||
docker | ||
docker-compose | ||
kubernetes | ||
lxc-systemd | ||
README.md |
This directory contains a collection of usage and deployment examples.
Workflow examples can be found in the documentation.
Section | Description |
---|---|
docker |
using the host docker server by mounting the socket |
LXC systemd |
systemd unit managing LXC containers dedicated to a single runner |
docker-compose |
all in one docker-compose with the Forgejo server, the runner and docker in docker |
kubernetes |
a sample deployment for the Forgejo runner |