Skip to content

Commit 0f4062c

Browse files
AkihiroSudadmcgowan
authored andcommitted
integration/images: switch away from Docker Hub to avoid rate limit
Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit a5ea593) Signed-off-by: Derek McGowan <[email protected]>
1 parent 9ba4b25 commit 0f4062c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ var (
4747

4848
func initImages(imageListFile string) {
4949
imageList = ImageList{
50-
Alpine: "docker.io/library/alpine:latest",
51-
BusyBox: "docker.io/library/busybox:latest",
50+
Alpine: "ghcr.io/containerd/alpine:3.14.0",
51+
BusyBox: "ghcr.io/containerd/busybox:1.28",
5252
Pause: "registry.k8s.io/pause:3.6",
5353
ResourceConsumer: "registry.k8s.io/e2e-test-images/resource-consumer:1.10",
5454
VolumeCopyUp: "ghcr.io/containerd/volume-copy-up:2.1",

0 commit comments

Comments
 (0)