I think there is an inconsistency between the docs and the example docker-compose files linked by them.
The docs describe a process with:
data.forgejo.org/forgejo/runner:4.0.0 (current version is 9.0.3) as the runner image.
docker:dind as the dind image.
- It advices to edit docker compose file after registering the runner.
The examples on the other hand use:
code.forgejo.org/forgejo/runner:9.0.3 for the runner.
code.forgejo.org/oci/docker:dind for the dind
- Also run a forgejo instance on the same machine (something the docs warn against).
- It has separate services
runner-register and runner-daemon.
This is very confusing. Could the docs use an update?
I think there is an inconsistency between the docs and the example docker-compose files linked by them.
The [docs](https://codeberg.org/forgejo/docs/src/branch/next/docs/admin/actions/runner-installation.md#oci-image-installation) describe a process with:
- `data.forgejo.org/forgejo/runner:4.0.0` (current version is `9.0.3`) as the runner image.
- `docker:dind` as the dind image.
- It advices to edit docker compose file after registering the runner.
The [examples](https://code.forgejo.org/forgejo/runner/src/branch/main/examples/docker-compose/compose-forgejo-and-runner.yml) on the other hand use:
- `code.forgejo.org/forgejo/runner:9.0.3` for the runner.
- `code.forgejo.org/oci/docker:dind` for the `dind`
- Also run a forgejo instance on the same machine (something the docs warn against).
- It has separate services `runner-register` and `runner-daemon`.
This is very confusing. Could the docs use an update?