-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin no longer pulls correct platform image if it's not already cached #33
Comments
When using 'latest', it does a check to see what the latest version is and downloads it using the time stamped name. If it can't connect to find the latest version, it's supposed to use the latest already installed locally. I'll take a look later to see if I can reason about what's happening. Sent from my iPhone
|
I'm not seeing this problem locally. Do you have any other settings in your Vagrantfile that might be interacting strangely with this code? Can you check out the latest version of master from github and binding.pry into this code to get more information? Relevant lines: That determines the latest version here: Which uses these lines to generate URLs: |
I took a short look and it works for me as well. If I configure the |
During
vagrant up
when no platform image is cached:Using a vagrant up with debug I get the following:
We think somehow that the variable being dropped is 'latest', maybe here?:
https://github.com/vagrant-smartos/vagrant-smartos-zones/blob/master/lib/vagrant/smartos/zones/util/platform_images.rb
cc/ @ahelal
The text was updated successfully, but these errors were encountered: