mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 00:07:55 +00:00
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:
@@ -19,7 +19,7 @@ spec:
|
|||||||
type: File
|
type: File
|
||||||
containers:
|
containers:
|
||||||
- name: busybox-file-volume-container
|
- name: busybox-file-volume-container
|
||||||
image: busybox
|
image: quay.io/prometheus/busybox:latest
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared-file
|
- name: shared-file
|
||||||
mountPath: MOUNT_PATH
|
mountPath: MOUNT_PATH
|
||||||
|
@@ -18,7 +18,7 @@ spec:
|
|||||||
type: Directory
|
type: Directory
|
||||||
containers:
|
containers:
|
||||||
- name: busybox-ro-volume-container
|
- name: busybox-ro-volume-container
|
||||||
image: busybox
|
image: quay.io/prometheus/busybox:latest
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared-data
|
- name: shared-data
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
|
Reference in New Issue
Block a user