Add support for Windows Server 2022#85
Merged
StefanScherer merged 2 commits intoStefanScherer:mainfrom Jun 10, 2022
Merged
Conversation
It needs a patch to the sister repository to build box images for Windows Server 2022 including Docker. Reference: StefanScherer/packer-windows#316
- Add reference to Windows Server 2022. - Generalize references to ready-made box images available from Vagrant Cloud. Specifically regarding `2019-box` vs. `2022-box`. - Update references to tested software versions. It works for me with VirtualBox 6.x and Vagrant 2.2.19 on macOS Catalina.
StefanScherer
approved these changes
Jun 10, 2022
Owner
StefanScherer
left a comment
There was a problem hiding this comment.
Thank you @amotl for your contribution!
I've uploaded the windows_2022_docker box to Vagrant Cloud. Let's merge this PR!
6 tasks
Contributor
Author
|
Hi Stefan, thank you very much for the quick turnaround on this matter. We would like to confirm that it works like a charm using your newly uploaded Keep up the spirit and with kind regards, AppendixA short intro on what we are working on over at pyveci/racker#4, on behalf of a few screenshots. We hope that the community will like it and we will notify you about any updates on this as we go, possibly accompanied by some other minor patches. Cheers! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Dear Stefan,
this patch accompanies the other patch StefanScherer/packer-windows#316 to the upstream repository to build box images for Windows Server 2022 including Docker.
With both patches, and a locally-built
2022-boximage, I have been able to use those container images from both the Microsoft Container Registry and from Docker Hub without further ado:mcr.microsoft.com/windows/servercore:ltsc2022mcr.microsoft.com/windows/nanoserver:ltsc2022docker.io/openjdk:19-windowsservercore-ltsc2022Otherwise, when trying to launch them on a Windows 2019 machine, it will croak like
It would be so sweet if we could unlock this feature for the community. As soon as the Vagrant box image
StefanScherer/windows_2022_dockerwill be available on Vagrant Cloud, this patch can be integrated. Thank you in advance for taking the time to look into this.With kind regards,
Andreas.