1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-30 19:22:09 +00:00
forgejo-runner/examples
Earl Warren 8512d76ce7
chore: upgrade LXC example to Debian GNU/Linux trixie (#1020)
<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/1020): <!--number 1020 --><!--line 0 --><!--description Y2hvcmU6IHVwZ3JhZGUgTFhDIGV4YW1wbGUgdG8gRGViaWFuIEdOVS9MaW51eCB0cml4aWU=-->chore: upgrade LXC example to Debian GNU/Linux trixie<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1020
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-09-20 20:57:17 +00:00
..
docker fix: example uses code.forgejo.org/oci 2025-01-15 12:24:32 +01:00
docker-build-push-action feat: add an LXC based example of docker/build-push-action usage (#781) 2025-08-01 14:04:02 +00:00
docker-compose Update forgejo-runner to v11.1.1 (#1018) 2025-09-19 04:31:14 +00:00
kubernetes Improve doc and add full example for Kubernetes (#657) 2025-07-03 15:22:24 +00:00
lxc-systemd chore: upgrade LXC example to Debian GNU/Linux trixie (#1020) 2025-09-20 20:57:17 +00:00
README.md feat: add an LXC based example of docker/build-push-action usage (#781) 2025-08-01 14:04:02 +00:00

A collection of Forgejo actions examples.

Other examples can be found in the documentation.

Section Description
docker-build-push-action-in-lxc using the LXC runner backend to build and push a container image using the docker/build-push-action action
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