-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot download BASE_BOX #2
Comments
I cannot publish those images as it would most probably be a violation of the Windows EULA. However, you can easily build an image by using the following project: and entering this command (after installing packer):
For detailed explanations about how the project works you can read @mwrock 's blog posts: http://www.hurryupandwait.io/blog/creating-a-windows-server-2016-vagrant-box-with-chef-and-packer If you want the lab to work with the final image you will need some of my changes: However, some might annoy you like You can customise those to your own preferences. Please don't hesitate to contact me if you need more help! |
FYI, I added a bit of documentation at the bottom of the README: https://github.com/dbroeglin/windows-lab |
Thank you very much! As the README is now complete, i would personally consider this issue to be fixed. |
@icassina were you able to make the build work ? Please feel free to give me some feedback about any issue you might have encountered. I created this lab as an exercise for my own learning. It might not be easily reusable for somebody else. I would be happy to improve it though! |
I used a published 2012r2 box with "wmf5" preinstalled and it worked fine, but I imagine others might struggle with it in the future for the same reason. |
In Vagrantfile I see:
$BASE_BOX = "windows2012r2min-wmf5-virtualbox"
But a
vagrant up dc01
shows:==> dc01: Adding box 'windows2012r2min-wmf5-virtualbox' (v0) for provider: virtualbox dc01: Downloading: windows2012r2min-wmf5-virtualbox An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
How can I obtain this base box? or should I use another name so vagrant will actually know about it?
Thank you!
The text was updated successfully, but these errors were encountered: