Sebastiaan de Schaetzen b442330a82
All checks were successful
release / release (push) Successful in 12m31s
Add readme
2025-02-18 14:40:13 +01:00
2025-02-18 14:40:01 +01:00
2025-02-18 14:40:13 +01:00
2024-09-16 12:48:18 +02:00

Runner Images

This contains the docker runner image used by the Gitea Action runner.

Updating the runner

The runner will run from a cached version of the image. In order to use the new version, one has to obtain a shell in the runner container, and pull the image again.

ssh pi
docker exec -it homeserver-gitea-runner-1 /bin/sh
docker pull seeseemelk/runner-images:ubuntu-latest
Description
No description provided
Readme 46 KiB
Languages
Dockerfile 94.1%
Shell 5.9%