on Top of what Torben said, you can create your on vagrantcloud atlas box, as externally stored and point to the latest version of canonical
https://cloud-images.ubuntu.com/vagrant/ so when you do eric/ubuntu will download what ever you want to be the latest one On Tue, Mar 24, 2015 at 3:25 PM, Eric Dorsey <[email protected]> wrote: > Right now I have a line: > > > config.vm.box = "hashicorp/precise32" > > > Is there a way to make this always pull the most recent Ubuntu (or other > flavor) of a box? ie, just get whatever is newest without having to name it > explicitly: > > config.vm.box = "hashicorp/newest_ubuntu" > > -- > 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. -- 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.
