Add readme
All checks were successful
release / release (push) Successful in 12m31s

This commit is contained in:
Sebastiaan de Schaetzen 2025-02-18 14:40:13 +01:00
parent 7cb64fa76f
commit b442330a82

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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.
```sh
ssh pi
docker exec -it homeserver-gitea-runner-1 /bin/sh
docker pull seeseemelk/runner-images:ubuntu-latest
```