Skip to content

Plork/packer-templates

 
 

Repository files navigation

packer-templates

A Packer template that simplifies the creation of minimally-sized Windows Vagrant boxes.

Prerequisites

You need the following to run the template:

  1. Packer installed with a minimum version of 0.8.6.
  2. VirtualBox

Invoking the template

Invoke packer to run the template like this:

packer build -force -only virtualbox-iso .\vbox-2012r2.json

Converting to Hyper-V

This repo includes PowerShell scripts that can create a Hyper-V Vagrant box from the output VirtualBox .vmdk file. This repo leverages psake and Chocolatey to ensure that all prerequisites are installed and then runs the above packer command followed by the scripts needed to produce a Vagrant .box file that can create a Hyper-V file.

About

Templates for creating vagrant boxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 46.6%
  • Shell 32.1%
  • Batchfile 18.0%
  • Ruby 3.3%