From b5f009658443533fd5d3784b09d204911e2c0ba4 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 24 Mar 2021 00:55:01 +0100 Subject: [PATCH] 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 --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 62e236b76a..156c51c232 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {