A collection of Packer templates for automatically building "golden images" of virtual machines.
- Packer - Ensure the Packer utility is installed on your system.
- Proxmox VE Access - Credentials are required to connect to the Proxmox API.
Each template uses a variables file to store private data (credentials, Proxmox URL, etc.).
- Navigate to the directory of the desired template (e.g.,
debian13-base). - Copy the example variables file, removing
.examplefrom the name. - Edit the created
.pkrvars.hclfile with your details.
- Change to the desired template's directory:
cd debian13-base - Run the build with the following commands:
packer init . packer validate . packer build .
- debian13-base: A base image for Debian 13.02 (Trixie).