-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Enhancement] Packer template for Windows #222
Comments
In addition, vagrant-omnibus works with 1.6.1, so a provisionerless windows box is possible/acceptable. Cool! |
@docwhat It's actually not possible right now because there is no WinRM support in Go and up until now I've been resistant to cramming an sshd onto the boxes just to do this. |
@juliandunn I agree that cramming sshd onto a box is horrible... I didn't realize Packer was written in Go and that Go didn't have WinRM support. It looks like they're working on it hashicorp/packer/issues/451 |
@docwhat That's right, they are, and at that point we'll be able to support Windows templates in Bento. For now I'm going to close this. If you urgently need Windows templates and don't mind the SSHD silliness, may I suggest https://github.com/misheska/basebox-packer |
Now that Vagrant 1.6 (1.6.1 at this time) is out, with first-class WinRM support, it should be possible to use Packer to create windows images (or at least darn close).
The text was updated successfully, but these errors were encountered: