This repository is based on the following repository:
- https://github.com/nielsabels/packer-xenial64 Based on the following repository:
- https://github.com/cbednarski/packer-ubuntu
make
Using the supplied makefile should automatically detect your OS environment and build the image correctly. If that doesn't work, you can specify which provider to use to build the image:
make nginx64-vbox.box # when using virtualbox
make nginx64-vmware.box # when using vmware
make kitchen
Just like with building, you can specify which provider to use with your tests in case you have an odd environment that doesn't work out of the box:
make kitchen-vbox
make kitchen-vmware
This repository attempts to store the minimum amount of code that is required to create a:
- Ubuntu Xenial64 box
- with standard nginx
- using Packer
- for VirtualBox or VMware