We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
I believe this issue can be closed since currently Ubuntu is at 18.04 and 18.10.
Sorry, something went wrong.
No branches or pull requests
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)
.The text was updated successfully, but these errors were encountered: