Skip to content

Commit

Permalink
integration/images: switch away from Docker Hub to avoid rate limit
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
(cherry picked from commit a5ea593)
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
AkihiroSuda authored and dmcgowan committed Jan 2, 2023
1 parent 9ba4b25 commit 0f4062c
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 0f4062c

Please sign in to comment.