Skip to content

Commit e6fc0ed

Browse files
committed
Convert Windows CI to use Microsoft MCR image urls
Signed-off-by: Justin Terry (VM) <[email protected]>
1 parent a91e043 commit e6fc0ed

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)