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 <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2021-05-13 09:50:57 -07:00 committed by Davanum Srinivas
parent c7e4747cfb
commit fc4da9728e

View File

@ -55,7 +55,7 @@ import (
"golang.org/x/sys/unix" "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. // TestRegressionIssue4769 verifies the number of task exit events.
// //