@@ -18,8 +18,8 @@ pipeline {
18
18
booleanParam(name : ' ppc64le' , defaultValue : false , description : ' PowerPC (ppc64le) Build/Test' )
19
19
booleanParam(name : ' windowsRS1' , defaultValue : false , description : ' Windows 2016 (RS1) Build/Test' )
20
20
booleanParam(name : ' windowsRS5' , defaultValue : true , description : ' Windows 2019 (RS5) Build/Test' )
21
- booleanParam(name : ' windows2022' , defaultValue : true , description : ' Windows 2022 (SAC ) Build/Test' )
22
- booleanParam(name : ' windows2022containerd' , defaultValue : true , description : ' Windows 2022 (SAC ) with containerd Build/Test' )
21
+ booleanParam(name : ' windows2022' , defaultValue : true , description : ' Windows 2022 (LTSC ) Build/Test' )
22
+ booleanParam(name : ' windows2022containerd' , defaultValue : true , description : ' Windows 2022 (LTSC ) with containerd Build/Test' )
23
23
booleanParam(name : ' dco' , defaultValue : true , description : ' Run the DCO check' )
24
24
}
25
25
environment {
@@ -1204,10 +1204,9 @@ pipeline {
1204
1204
SOURCES_SUBDIR = ' gopath'
1205
1205
TESTRUN_DRIVE = ' d'
1206
1206
TESTRUN_SUBDIR = " CI"
1207
- // TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
1208
- WINDOWS_BASE_IMAGE = ' mcr.microsoft.com/windows/servercore/insider'
1209
- // Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/insider/tags/list
1210
- WINDOWS_BASE_IMAGE_TAG = ' 10.0.20348.1'
1207
+ WINDOWS_BASE_IMAGE = ' mcr.microsoft.com/windows/servercore'
1208
+ // Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/tags/list
1209
+ WINDOWS_BASE_IMAGE_TAG = ' ltsc2022'
1211
1210
}
1212
1211
agent {
1213
1212
node {
@@ -1268,10 +1267,9 @@ pipeline {
1268
1267
SOURCES_SUBDIR = ' gopath'
1269
1268
TESTRUN_DRIVE = ' d'
1270
1269
TESTRUN_SUBDIR = " CI"
1271
- // TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
1272
- WINDOWS_BASE_IMAGE = ' mcr.microsoft.com/windows/servercore/insider'
1273
- // Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/insider/tags/list
1274
- WINDOWS_BASE_IMAGE_TAG = ' 10.0.20348.1'
1270
+ WINDOWS_BASE_IMAGE = ' mcr.microsoft.com/windows/servercore'
1271
+ // Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/tags/list
1272
+ WINDOWS_BASE_IMAGE_TAG = ' ltsc2022'
1275
1273
DOCKER_WINDOWS_CONTAINERD_RUNTIME = ' 1'
1276
1274
}
1277
1275
agent {
0 commit comments