From e6fc0ed22d3f670597c9a363810d5e1dbd7f192e Mon Sep 17 00:00:00 2001 From: "Justin Terry (VM)" Date: Thu, 18 Apr 2019 15:55:25 -0700 Subject: [PATCH] Convert Windows CI to use Microsoft MCR image urls Signed-off-by: Justin Terry (VM) --- client_windows_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_windows_test.go b/client_windows_test.go index f5a12137c..25f092bf9 100644 --- a/client_windows_test.go +++ b/client_windows_test.go @@ -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 (