Skip to content

Commit

Permalink
Merge pull request #6041 from dmcgowan/backport-1.5-use-ghcr-test-images
Browse files Browse the repository at this point in the history
[release/1.5] Use github images for integration tests
  • Loading branch information
AkihiroSuda committed Sep 23, 2021
2 parents 3f4f6bc + 1477059 commit 4de759a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/client/client_unix_test.go
Expand Up @@ -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")
)
Expand Down
2 changes: 1 addition & 1 deletion integration/client/container_linux_test.go
Expand Up @@ -55,7 +55,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.
//
Expand Down

0 comments on commit 4de759a

Please sign in to comment.