This repository contains Packer templates that can be used to create Vagrant boxes for Virtualbox.
- Debian 9 "Stretch"
- Ubuntu Desktop 18.04.1 LTS
- Ubuntu Server 18.04.1 LTS
- Windows 10 Entreprise Evaluation box based on Evaluation copies of Windows which will expire after 90 days. Please be sure to consult and comply with Microsoft's licensing agreements.
- Windows Server 2016 Evaluation box based on Evaluation copies of Windows which will expire after 180 days. Please be sure to consult and comply with Microsoft's licensing agreements.
- Install VirtualBox.
- Install Packer.
- Ensure both tools are on your PATH.
To build Debian 9 "Stretch" Vagrant box for VirtualBox
$ packer build debian9.6.json
To build Ubuntu Desktop 18.04 Vagrant box for VirtualBox
$ packer build ubuntu18.04-desktop.json
To build Ubuntu Server 18.04 Vagrant box for VirtualBox
$ packer build ubuntu18.04-server.json
To build Windows 10 Entreprise Vagrant box for VirtualBox
$ packer build windows10_64.json
To build Windows Server 2016 Entreprise Vagrant box for VirtualBox
$ packer build windows2016.json
- Ubuntu 18.04 Desktop box
- Vagrant boxes for QEMU