Skip to content

Commit

Permalink
Merge pull request #7900 from dmcgowan/backport-1.6-integration-tests…
Browse files Browse the repository at this point in the history
…-ghcr
  • Loading branch information
fuweid committed Jan 3, 2023
2 parents 686c3f3 + 0f4062c commit f28bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/common.go
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.6",
ResourceConsumer: "registry.k8s.io/e2e-test-images/resource-consumer:1.10",
VolumeCopyUp: "ghcr.io/containerd/volume-copy-up:2.1",
Expand Down

0 comments on commit f28bb76

Please sign in to comment.