/oss/en/kube-ready-box/operations

Packer Builds & Releases

HashiCorp Packer build pipelines and Vagrant Cloud publishing automation.

Packer Builds & Releases

Automated Packer build and Vagrant Cloud distribution workflows.

Packer Build Commands

cd packer
 
# Validate HCL template
packer validate ubuntu-26.04.pkr.hcl
 
# Build ARM64 VMware box
packer build -only=vmware-iso.arm64 ubuntu-26.04.pkr.hcl
 
# Build AMD64 VirtualBox box
packer build -only=virtualbox-iso.amd64 ubuntu-26.04.pkr.hcl