From fc4da9728e6231560411292ca9a2f6a591f64e57 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 13 May 2021 09:50:57 -0700 Subject: [PATCH] Pin integration test image for alpine The latest tag is no longer available for alpine, pin to the latest version rather than using latest Signed-off-by: Derek McGowan --- integration/client/container_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/client/container_linux_test.go b/integration/client/container_linux_test.go index 90f1b635c..e18381b04 100644 --- a/integration/client/container_linux_test.go +++ b/integration/client/container_linux_test.go @@ -55,7 +55,7 @@ import ( "golang.org/x/sys/unix" ) -const testUserNSImage = "mirror.gcr.io/library/alpine:latest" +const testUserNSImage = "mirror.gcr.io/library/alpine:3.13" // TestRegressionIssue4769 verifies the number of task exit events. //