joefitzgerald / packer-windows

Windows Packer Templates
MIT License
1.63k stars 1.12k forks source link

Add support for Windows Nano Server #147

Closed ferventcoder closed 6 years ago

ferventcoder commented 9 years ago

Any thoughts yet on this?

joefitzgerald commented 9 years ago

Can you elaborate?

lmayorga1980 commented 9 years ago

https://msdn.microsoft.com/en-us/library/mt126167.aspx

joefitzgerald commented 9 years ago

:thumbsup:

ferventcoder commented 9 years ago

What @lmayorga1980 stated. :)

joefitzgerald commented 9 years ago

I want this because I want to see if Cloud Foundry's Diego rewrite / .NET support runs on it. Are there any licensing subtleties to be aware of?

ferventcoder commented 9 years ago

Probably the same licensing that goes along with Windows.

kensykora commented 9 years ago

Is there an image or ISO we can play with?

On May 24, 2015, at 5:25 PM, Rob Reynolds notifications@github.com wrote:

Any thoughts yet on this?

— Reply to this email directly or view it on GitHub.

ferventcoder commented 9 years ago

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview

StefanScherer commented 9 years ago

:+1: for Nano Server ;-) The Server 2016 Technical Preview 2 ISO has a folder with this content

D:\NanoServer>type ReadMe.txt
For detailed information on deploying and managing Nano Server, please go to this link: http://www.aka.ms/nanoserver
D:\NanoServer>dir
 Volume in drive D is J_SSS_X64FRE_EN-US_DV9
 Volume Serial Number is EFD5-541D

 Directory of D:\NanoServer

04/25/2015  07:28 AM    <DIR>          .
04/25/2015  07:28 AM    <DIR>          ..
04/25/2015  07:28 AM       145,474,203 NanoServer.wim
04/25/2015  07:28 AM    <DIR>          Packages
04/25/2015  07:28 AM               116 ReadMe.txt
               2 File(s)    145,474,319 bytes
               3 Dir(s)               0 bytes free
halr9000 commented 8 years ago

:thumbsup:

joefitzgerald commented 8 years ago

Wondering if anyone has done experimentation here. Anyone tried to work with nano server in AIK yet? I very much want this in the repo.

halr9000 commented 8 years ago

Paging @mwrock? http://www.hurryupandwait.io/blog/a-packer-template-for-windows-nano-server-weighing-300mb

mwrock commented 8 years ago

Here is one I created from TP4 and works for me. It grabs the 2016 TP4 ISO, creates an interem server 2016 image, builds the nano image from that on a different partition and finally removes the 2016 server partition.

https://github.com/mwrock/packer-templates/blob/master/vbox-nano.json

You are welcome scavenge and copy over here.

mwrock commented 8 years ago

The built box is publicly hosted on atlas: mwrock/WindowsNano

StefanScherer commented 8 years ago

In the meantime there is a smaller Nano download available.

http://blogs.technet.com/b/nanoserver/archive/2016/01/07/download-just-nano-server-in-a-vhd-windows-server-2016-technical-preview-4.aspx

Put probably a VHD won't help for packer.

StefanScherer commented 6 years ago

Closing. Microsoft has decided to drop NanoServer as VM and only use it in Windows Containers.