I'm attempting to set things so we can use prebuilt base boxes for 
development. I'm able to build the boxes via packer, but I'm having a 
little trouble with the vagrant side of the workflow.

I creating a metadata.json file according to:
- https://docs.vagrantup.com/v2/boxes/format.html
- 
http://superuser.com/questions/747699/vagrant-box-url-for-json-metadata-file

My Vagrantfile points "config.vm.box_url" at the local copy of this .json 
file, which has the urls for the actual box files. When I run "vagrant up" 
it downloads the correct version, however it never seems to check the 
"box_version" after that. It only says "Checking if box 'test' is up to 
date..." in the "vagrant up" output on the initial run.

"vagrant box update" complains that the box isn't installed, despite the 
fact that it shows up in "vagrant box list". "vagrant box outdated" does 
nothing.

I don't know if I'm completely off track or if there are any bugs involved 
here (I'm running 1.7.1). Any thoughts?

Thanks!  - Erik

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to