No description
  • Shell 76.2%
  • Dockerfile 23.8%
Find a file
antman 3c2d263d79
All checks were successful
/ build-and-publish (push) Successful in 24s
/ test-and-build (push) Successful in 3s
Add pre-ThunderheadOS image (#6)
### 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
2026-08-04 05:14:48 +00:00
.forgejo Create separate pull request and merge workflows (#2) 2026-07-31 03:01:52 +00:00
scripts Create separate pull request and merge workflows (#2) 2026-07-31 03:01:52 +00:00
LICENSE Initial commit 2026-07-30 06:14:18 +00:00
manifest.json Add pre-ThunderheadOS image (#6) 2026-08-04 05:14:48 +00:00
pre-thunderhead-os.dockerfile Add pre-ThunderheadOS image (#6) 2026-08-04 05:14:48 +00:00
README.md Add pre-ThunderheadOS image (#6) 2026-08-04 05:14:48 +00:00
rocky-runner.dockerfile Add jq to rocky and remove rpmtools (#5) 2026-08-03 04:05:26 +00:00

runner-images

Docker images created for use with forgejo runners.

Adding an Image

  1. Create a new docker file with a kebab case file name
  2. Update manifest.json with information about the new image
  3. Submit a pull request
  4. After it is merged to main, run sudo systemctl restart forgejo-runner on the runner host as this cannot be done automatically (yet)