mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 05:23:13 -04:00
79c025430e
- Replace direct storage layout with explicit partitioning (no swap) - Setup wizard now auto-launches on TTY1 via getty override instead of a separate systemd service that competed with console output - Add step 1/7: prompt user to change default zroc password on first boot - Update Makefile for QEMU-based build (was referencing old ovftool flow) - Add backend package-lock.json for Docker build Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
zroc-ova — zROC Appliance Builder
Packer build definitions and provisioner scripts for the zROC Ubuntu 24.04 LTS OVA appliance.
What you get
A 100 GB thin-provisioned VMware OVA containing:
- Ubuntu Server 24.04 LTS
- Docker Engine + Compose plugin
- Full zROC stack (cloned from recklessop/zroc)
- Interactive first-boot setup wizard (
zroc-setup) - UFW firewall pre-configured (22, 80, 443, 3000)
- VMware guest tools (
open-vm-tools) - Automatic security patches (
unattended-upgrades)
Build
git clone https://github.com/recklessop/zroc-ova.git
cd zroc-ova
make init
make validate
make build VERSION=1.0.0
make package VERSION=1.0.0
make checksum VERSION=1.0.0
Deploy
- Import the OVA into vSphere
- Allocate: 4 vCPU, 8 GB RAM, 100 GB thin datastore
- Power on — setup wizard launches automatically
- Follow the 6-step wizard
- Access:
https://<appliance-ip>
VM Requirements
| Minimum | Recommended | |
|---|---|---|
| vCPU | 2 | 4 |
| RAM | 6 GB | 8 GB |
| Disk | 100 GB thin | 100 GB thin |
| vSphere | 7.0+ | 8.x |
License
Apache 2.0