Merge pull request #6032 from dmcgowan/update-integration-test-images
This commit is contained in:
commit
c16be1a5e2
@ -32,7 +32,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
testImage = "mirror.gcr.io/library/busybox:1.32.0"
|
||||
testImage = "ghcr.io/containerd/busybox:1.32"
|
||||
shortCommand = withProcessArgs("true")
|
||||
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
|
||||
)
|
||||
|
@ -53,7 +53,7 @@ import (
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13.5"
|
||||
const testUserNSImage = "ghcr.io/containerd/alpine:3.14.0"
|
||||
|
||||
// TestRegressionIssue4769 verifies the number of task exit events.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user