Open hantuzun opened 6 years ago
I've tried vagrant-disksize plugin with several official ubuntu Vagrant images and here're my findings:
vagrant-disksize
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/yakkety64"
config.vm.box = "ubuntu/zesty64"
config.vm.box = "ubuntu/artful64"
Using Vagrant 2.0.1 and vagrant-disksize (0.1.2).
Vagrant 2.0.1
vagrant-disksize (0.1.2)
I believe this issue can be closed since currently Ubuntu is at 18.04 and 18.10.
I've tried
vagrant-disksize
plugin with several official ubuntu Vagrant images and here're my findings:config.vm.box = "ubuntu/xenial64"
: works.config.vm.box = "ubuntu/yakkety64"
: 404 error from Vagrant.config.vm.box = "ubuntu/zesty64"
: works.config.vm.box = "ubuntu/artful64"
does not work.Using
Vagrant 2.0.1
andvagrant-disksize (0.1.2)
.