How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cdaf/WindowsServerCore"
config.vm.box_version = "2021.03.15"
end
vagrant init cdaf/WindowsServerCore \
--box-version 2021.03.15
vagrant up
This version was created almost 2 years ago.
For issues please raise in GitHub https://github.com/cdaf/windows
Windows Server Core recommended updates to Mar-2021 (Windows Server Update Service disabled).
Note: Due to bug in windows at time of release, all DISM components have been retained as some disabled components cannot be activated after media removal. This has increased the image by by ~500MB