Skip to content

Commit d42cee2

Browse files
author
Gabriel Monroy
committed
change vagrant base box to vanilla ubuntu 12.04 w/ 3.8 kernel
1 parent b33775f commit d42cee2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Vagrant.configure("2") do |config|
22
config.vm.box = "precise64"
33

4-
# This is a preloaded Deis Ubuntu 12.04 Precise box. It's about 1GB
5-
#config.vm.box_url = "https://s3-us-west-2.amazonaws.com/opdemand/deis-node.box"
6-
4+
# Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
5+
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
6+
77
# Avahi-daemon will broadcast the server's address as deis-controller.local
88
config.vm.host_name = "deis-controller"
99

0 commit comments

Comments
 (0)