This repository contains the Packer templates to build my custom Vagrant boxes.
- joaobrlt/ubuntu-desktop-24.04 (amd64, libvirt)
- Navigate to the desired box:
cd ubuntu-desktop-24.04
- Initialize Packer:
packer init .
- Lint the code:
packer lint .
- Validate the code:
packer validate .
- Build the box:
packer build -except=vagrant-registry .
- Build and release the box:
packer build -var "version=[REQUIRED]" -var "client_id=[REQUIRED]" -var "client_secret=[REQUIRED]" .
This project is licensed under the GPLv3 License - see the LICENSE file for details.