You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the packer script build.sh does not include a vagrant version number for a newly created Vagrant box. The resulting vagrant version number is 0 (v0).
The VagrantFile has a constraint looking for boxes with a version number ">=0.1, < 1.0" which it does not find locally so attempts to download the 0.1 version from vagrantcloud.
This applies to virtualbox-iso. I presume it would apply to the other providers as well.