Skip to content

Commit af407fb

Browse files
authored
Merge pull request #3235 from estesp/update-to-ms-image
[release/1.2] cherry-pick: Convert Windows CI to use Microsoft MCR image urls
2 parents 6cdfa49 + 6bfa149 commit af407fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
defaultAddress = `\\.\pipe\containerd-containerd-test`
26-
testImage = "docker.io/microsoft/nanoserver@sha256:8f78a4a7da4464973a5cd239732626141aec97e69ba3e4023357628630bc1ee2"
26+
testImage = "mcr.microsoft.com/windows/nanoserver:sac2016"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)