Skip to content

Commit 109d657

Browse files
committed
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 <[email protected]> (cherry picked from commit 2fbc1c4) Signed-off-by: Derek McGowan <[email protected]>
1 parent 07bde83 commit 109d657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/client/container_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
"golang.org/x/sys/unix"
5656
)
5757

58-
const testUserNSImage = "mirror.gcr.io/library/alpine:latest"
58+
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13"
5959

6060
// TestRegressionIssue4769 verifies the number of task exit events.
6161
//

0 commit comments

Comments
 (0)