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

Revert "Jenkinsfile: temporarily pin windows image to 10.0.17763.973"

This reverts commit fa2417984b.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-13 11:42:56 +01:00
parent 3af8d484b1
commit 8a52139a0f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

2
Jenkinsfile vendored
View file

@ -970,7 +970,7 @@ pipeline {
TESTRUN_DRIVE = 'd'
TESTRUN_SUBDIR = "CI"
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
WINDOWS_BASE_IMAGE_TAG = 'ltsc2019'
}
agent {
node {