-
Notifications
You must be signed in to change notification settings - Fork 102
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
Defaults (!?) to debian-7 and this does not support 'docker' provisioner #139
Comments
Hi @DazWilkin ! Thanks for raising this, we're due for a version bump. Technically this is WAI, since:
We defaulted to a known stable image of Wheezy for unconfigured boxes since it was stable enough and compatible with all provisioners out of the box. With that being said, I guess it is due time for some version housekeeping and an upgrade to Debian-8, so I've tested it out. Everything works as expected, so I'm bumping the image. P.S. I'm a Googler too and I'm the current maintainer for this project. Cheers, |
Excellent. Thank you! |
As of 2.0 we will no longer default to an image and recommend latest LTS Ubuntu family for examples, so people will always fetch the latest image. See #181 @DazWilkin can we mark this as fixed? Or do you have any outstanding questions? |
@Temikus SGTM |
I'm closing this issue since this looks resolved. |
config.vm.provision "docker"
Fails: please see output below.
It's unclear where the debian-7-wheezy-v20140619 image is being specified.
If I run the following command using the CLI, a debian-8 image is created:
Editing the Vagrantfile to include:
Succeeds.
Apologies in advance for my ignorance. This is my first attempt to use Vagrant and, thanks to this provider, I am successfully now able to, not only use Vagrant, but have it generate instances on GCE and (with the image change) install Docker. I'm following along with Hashicorp's Nomad "getting started" guide which requires Docker and this now also installs successfully:
https://www.nomadproject.io/intro/getting-started/install.html
Full Disclosure: am a Googler working in Cloud Strategic Customer Engineering team.
The text was updated successfully, but these errors were encountered: