This repository modifies a raw virtual machine image for a given hardenedBSD release. This allows GitHub action runners to execute tests and builds on hardenedBSD virtual machines. If you just want to use the GitHub action, then see the hardenedbsd-vm repository.
Overview
- A raw virtual machine image is built and uploaded as a GitHub release artifact
- The workflow downloads this image and mounts it so it can be modified
- The image is mounted with the help of mdconfig(8) and mount(8)
- Configuration files are copied into the image (see config/)
- The image is then unmounted and released as a new GitHub release artifact
See .github/workflows/build.yml for details.
Documentation