From 6bcf463b019461454fb2164b725ad343b42bc386 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 17 Apr 2019 09:40:46 -0400 Subject: [PATCH] Move to sha-specified test image for nanoserver Signed-off-by: Phil Estes --- 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 27189928e..f5a12137c 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:latest" + testImage = "docker.io/microsoft/nanoserver@sha256:8f78a4a7da4464973a5cd239732626141aec97e69ba3e4023357628630bc1ee2" ) var (