Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 979 Bytes

README.md

File metadata and controls

65 lines (40 loc) · 979 Bytes

Vagrant Boxes

This repository contains the Packer templates to build my custom Vagrant boxes.

Available boxes

Requirements

Select

  • Navigate to the desired box:
cd ubuntu-desktop-24.04

Initialize

  • Initialize Packer:
packer init .

Lint

  • Lint the code:
packer lint .

Validate

  • Validate the code:
packer validate .

Build

  • Build the box:
packer build -except=vagrant-registry .

Release

  • Build and release the box:
packer build -var "version=[REQUIRED]" -var "client_id=[REQUIRED]" -var "client_secret=[REQUIRED]" .

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.