1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #42527 from thaJeztah/jenkins_windows_2022_update

Jenkinsfile: update Windows 2022 insider to latest tag (10.0.20348.1)
This commit is contained in:
Sebastiaan van Stijn 2021-08-10 10:49:04 +02:00 committed by GitHub
commit 919f2ef764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -1206,7 +1206,8 @@ pipeline {
TESTRUN_SUBDIR = "CI" TESTRUN_SUBDIR = "CI"
// TODO switch to mcr.microsoft.com/windows/servercore:2022 once published // TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore/insider' 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 { agent {
node { node {
@ -1270,7 +1271,7 @@ pipeline {
// TODO switch to mcr.microsoft.com/windows/servercore:2022 once published // TODO switch to mcr.microsoft.com/windows/servercore:2022 once published
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore/insider' 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 // 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' DOCKER_WINDOWS_CONTAINERD_RUNTIME = '1'
} }
agent { agent {