Add Rocky 10 Packer build configuration

This commit is contained in:
2026-05-20 23:06:07 -04:00
parent 2d29791794
commit 5188d8709f
9 changed files with 306 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Rocky Red Quartz Builds
This directory contains Packer configuration for building Rocky 10 (Red Quartz)
### Overview
These builds use a multi-stage Packer workflow:
- The first stage creates a minimal base image from the installer ISO
- The second stage reuses that base image to produce a Vagrant-ready box
### Usage
Build the base qemu image:
make base
Build vagrant image:
make vagrant
Package vagrant box:
make package
Build with visible console:
make base HEADLESS=false
### Publishing
Built boxes from this configuration are published at
[krislamo.org/rocky10](https://portal.cloud.hashicorp.com/vagrant/discover/krislamo.org/rocky10)
on Vagrant Cloud