Skip to content

Commit

Permalink
Merge pull request #8009 from samuelkarp/backport-1.5-integration-tes…
Browse files Browse the repository at this point in the history
…ts-ghcr
  • Loading branch information
fuweid committed Jan 26, 2023
2 parents 7bc9429 + d44769a commit 20e8354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ var (

func initImages(imageListFile string) {
imageList = ImageList{
Alpine: "docker.io/library/alpine:latest",
BusyBox: "docker.io/library/busybox:latest",
Alpine: "ghcr.io/containerd/alpine:3.14.0",
BusyBox: "ghcr.io/containerd/busybox:1.28",
Pause: "registry.k8s.io/pause:3.5",
ResourceConsumer: "registry.k8s.io/e2e-test-images/resource-consumer:1.9",
VolumeCopyUp: "gcr.io/k8s-cri-containerd/volume-copy-up:2.0",
Expand Down

0 comments on commit 20e8354

Please sign in to comment.