Skip to content

Commit

Permalink
Jenkinsfile: update Windows 2022 insider to latest tag (10.0.20348.1)
Browse files Browse the repository at this point in the history
Tags can be found at https://mcr.microsoft.com/v2/windows/servercore/insider/tags/list

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 9, 2021
1 parent 91dc595 commit 4706e1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,8 @@ pipeline {
TESTRUN_SUBDIR = "CI"
// 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'
// Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/insider/tags/list
WINDOWS_BASE_IMAGE_TAG = '10.0.20348.1'
}
agent {
node {
Expand Down Expand Up @@ -1270,7 +1271,7 @@ pipeline {
// TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore/insider'
// Available tags can be found at https://mcr.microsoft.com/v2/windows/servercore/insider/tags/list
WINDOWS_BASE_IMAGE_TAG = '10.0.20295.1'
WINDOWS_BASE_IMAGE_TAG = '10.0.20348.1'
DOCKER_WINDOWS_CONTAINERD_RUNTIME = '1'
}
agent {
Expand Down

0 comments on commit 4706e1c

Please sign in to comment.