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.
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.