Skip to content

digabi/packer-templates

Repository files navigation

packer-templates

Templates for automated creation of new virtual machine images.

Currently builds Debian 9 (stretch) images using VirtualBox & VMware providers.

Usage

Requirements: packer.io, VirtualBox, VMware, ...

Build new Vagrantbox

make clean
make build

Add new boxes to vagrant

vagrant box add --provider virtualbox debian-stretch64 vagrant_virtualbox*.box
vagrant box add --provider vmware-workstation debian-stretch64 vagrant_vmware*.box