
This commit adds support for building test images for multiple Windows versions, as we have to support both LTS and SAC channels. With this, the format for Windows images in the BASEIMAGE files is: OS/ARCH/OS_VERSION Also adds --isolation-hyperv to the Windows docker build command, making sure that container images for multiple OS versions can be built using the same Windows node.
4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
windows/amd64/1809=mcr.microsoft.com/windows/servercore:ltsc2019
|
|
windows/amd64/1903=mcr.microsoft.com/windows/servercore:1903
|
|
windows/amd64/1909=mcr.microsoft.com/windows/servercore:1909
|