tests: replace busybox from docker with quay in guest pull

To prevent download failures caused by high traffic to the Docker image,
opt for quay.io/prometheus/busybox:latest over docker.io/library/busybox:latest .

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
This commit is contained in:
ChengyuZhu6
2024-05-23 11:31:34 +08:00
committed by Ryan Savino
parent 6c646dc96d
commit 1820b02993
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ spec:
type: File
containers:
- name: busybox-file-volume-container
image: busybox
image: quay.io/prometheus/busybox:latest
volumeMounts:
- name: shared-file
mountPath: MOUNT_PATH

View File

@@ -18,7 +18,7 @@ spec:
type: Directory
containers:
- name: busybox-ro-volume-container
image: busybox
image: quay.io/prometheus/busybox:latest
volumeMounts:
- name: shared-data
mountPath: /tmp