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
will not correctly remove the box for the virtualbox provider. This is because $BUILDER was recently changed to "virtualbox-iso" from "virtualbox". virtualbox is the proper vagrant provider string. Perhaps we need a $PROVIDER to make this distinction?
Also, the vagrant docs state that the second argument to vagrant box remove is deprecated and will stop working in the next version. We need to switch to using the --provider flag.
The text was updated successfully, but these errors were encountered:
tmcgee
changed the title
virtualbox provider correctly not removed in packer build script
virtualbox provider not correctly removed in packer build script
Apr 29, 2014
tmcgee
changed the title
virtualbox provider not correctly removed in packer build script
virtualbox provider not correctly removed from vagrant in packer build script
Apr 29, 2014
In the packer build.sh script, the line:
will not correctly remove the box for the virtualbox provider. This is because $BUILDER was recently changed to "virtualbox-iso" from "virtualbox". virtualbox is the proper vagrant provider string. Perhaps we need a $PROVIDER to make this distinction?
Also, the vagrant docs state that the second argument to
vagrant box remove
is deprecated and will stop working in the next version. We need to switch to using the --provider flag.The text was updated successfully, but these errors were encountered: