Skip to content

Latest commit

 

History

History

packer-libvirt-vagrant

Vanilla Debian Packer templates

The templates here are used to create the Debian Vagrant base boxes available at https://atlas.hashicorp.com/debian/

Direct Download

vagrant init debian/jessie64
vagrant init debian/wheezy64

Rebuilding the base boxes

See https://wiki.debian.org/Teams/Cloud/RebuildVagrantBaseBoxes

Releasing a new version:

  • Update the changelog and version in $CODENAME.json
  • export ATLAS_TOKEN=$(gpg --decrypt ../helpers/token.gpg)
  • Call make $CODENAME.released to sign the boxes and upload the checksums to Alioth
  • Release the boxes on atlas

Credits

Many thanks to Mitchell Hashimoto for his awesome work on Packer and Vagrant, Tech-Angels