No description
- Shell 76.2%
- Dockerfile 23.8%
### Motivation We need an image to test the state manager. This image needs to be very similar to the state of the system after a fresh install of ThunderheadOS. ### Solution Adds a new image based from rockylinux/rockylinux:9.8 and installs `server-product-environment` group. Care will have to be taken to keep this in sync with the kickstart file in the OS repo… an automated solution to keep these in sync would be ideal, but premature Co-authored-by: Anthony Manning-Franklin <anthony.manning.franklin@gmail.com> Reviewed-on: #6 |
||
|---|---|---|
| .forgejo | ||
| scripts | ||
| LICENSE | ||
| manifest.json | ||
| pre-thunderhead-os.dockerfile | ||
| README.md | ||
| rocky-runner.dockerfile | ||
runner-images
Docker images created for use with forgejo runners.
Adding an Image
- Create a new docker file with a kebab case file name
- Update manifest.json with information about the new image
- Submit a pull request
- After it is merged to main, run
sudo systemctl restart forgejo-runneron the runner host as this cannot be done automatically (yet)