Skip to content

Packer templates to build my custom Vagrant boxes

License

Notifications You must be signed in to change notification settings

JoaoBrlt/vagrant-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Packer templates to build my custom Vagrant boxes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published