Merge pull request #3230 from jterry75/fix_windows_image

Convert Windows CI to use Microsoft MCR image urls
This commit is contained in:
Phil Estes 2019-04-19 09:32:38 -04:00 committed by GitHub
commit c2fb5d73f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import (
const (
defaultAddress = `\\.\pipe\containerd-containerd-test`
testImage = "docker.io/microsoft/nanoserver@sha256:8f78a4a7da4464973a5cd239732626141aec97e69ba3e4023357628630bc1ee2"
testImage = "mcr.microsoft.com/windows/nanoserver:sac2016"
)
var (