ea96696f10
Removed the rootless dockerfile as upon further investigation into how a `rootless` container works, the entrypoint that has been written fully accomodates that to reflect this the compose file has had the rootless config removed from it as it is no longer needed to test a seperate container image, added a debug echo function `decho` to the entrypoint, when `DEBUG=true` it will print "[entrypoint] message content" added a 10 second wait to the entrypoint to allow other services such as docker-in-docker and forgejo to finish launching before the runner is launched, this is bypassable by `SKIP_WAIT=true` applied several modifications requested by viceice, |
||
---|---|---|
.. | ||
docker | ||
docker-compose | ||
kubernetes | ||
README.md |
This directory contains a collection of usage and deployment examples.
Workflow examples can be found in the documentation and in the sources of the setup-forgejo action.
Section | Description |
---|---|
docker |
using the host docker server by mounting the socket |
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 |