Skip to content

Commit 6bcf463

Browse files
committed
Move to sha-specified test image for nanoserver
Signed-off-by: Phil Estes <[email protected]>
1 parent 4c16017 commit 6bcf463

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:latest"
26+
testImage = "docker.io/microsoft/nanoserver@sha256:8f78a4a7da4464973a5cd239732626141aec97e69ba3e4023357628630bc1ee2"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)