This repository contains Packer templates for creating Anbox Vagrant boxes.
To build all the boxes, you will need VirtualBox
We make use of JSON files containing user variables to build specific versions of Ubuntu.
You tell packer
to use a specific user variable file via the -var-file=
command line
option. This will override the default options on the core anbox.json
packer template,
which builds Ubuntu 16.04 by default.
For example, to build Ubuntu 16.04, use the following:
$ packer build -only=virtualbox-iso -var-file=ubuntu1604.json ubuntu.json