Vagrant Boxes (not maintained anymore, please use https://github.com/chef/bento)
Tested on Windows 7 with VirtualBox 5.0.10, Packer 0.8.6 and Vagrant 1.7.4
All Boxes are server, minimal install and non-desktop
- Debian 8.3
- Debian 7.9
- Ubuntu 14.04 (14.04.3 LTS)
- CentOS 7.2.1511 (amd64 only)
- CentOS 6.7
a minimal, server install
-
pre-installed
- openssh-server
- curl
- nfs-common
- nfs-utils (centos)
- sudo (on debian, centos)
- puppet-common (latest) | puppet (centos)
- wget (centos)
-
vm-settings
- DiskSize: 40GB (LVM)
- CPU: 1
- RAM: 512MB
Timezone is UTC and the system language is EN
- Virtualbox: https://www.virtualbox.org
- Vagrant: http://www.vagrantup.com
- Packer: http://www.packer.io
git clone git@github.com:arfr/vagrant-boxes.git
manual
cd vagrant-boxes/packer/ubuntu/ubuntu-14.04-amd64
packer build packer.json
on windows
cd vagrant-boxes
build
Take a look inside /vagrant-boxes/boxes/virtualbox/
and you will find ubuntu-14.04-amd64.box
after a successful build.
vagrant box add ubuntu-14.04-amd64 ./boxes/virtualbox/ubuntu-14.04-amd64.box
config.vm.box = "ubuntu-14.04-amd64"
The build boxes are available at Google Drive you can download it or put the prefered box url inside the Vagrantfile.
config.vm.box_url = "http://boxes.arfr.de/ubuntu-14.04-amd64.box"
- add OpenSUSE support
- add hostnames
- Prevent packaged version of VirtualBox Guest Additions being installed (fix deb8.1)
- update Google Drive
- add build.sh (for linux)
MIT