forgejo-runner/examples
Merith ea96696f10 remove rootless dockerfile, updatedate entrypoint, update docker compose
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,
2024-09-26 15:08:31 -07:00
..
docker cleanup the examples section, remove unsupported elements 2023-08-26 12:18:42 +02:00
docker-compose remove rootless dockerfile, updatedate entrypoint, update docker compose 2024-09-26 15:08:31 -07:00
kubernetes Update kubernetes dind example 2024-03-29 22:30:30 +00:00
README.md add links to workflow examples 2023-09-04 19:04:46 +02:00

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