Jenkinsfile: temporarily use insider build for Windows 2022 (SAC)
Images for Windows 2022 (SAC) are not yet available, so using insider builds in the meantime; mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
e13d41db1b
commit
b5f0096584
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1183,8 +1183,9 @@ pipeline {
|
|||
SOURCES_SUBDIR = 'gopath'
|
||||
TESTRUN_DRIVE = 'd'
|
||||
TESTRUN_SUBDIR = "CI"
|
||||
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
|
||||
WINDOWS_BASE_IMAGE_TAG = '2022'
|
||||
// TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
|
||||
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore/insider'
|
||||
WINDOWS_BASE_IMAGE_TAG = '10.0.20295.1'
|
||||
}
|
||||
agent {
|
||||
node {
|
||||
|
|
Loading…
Reference in a new issue