mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
kata-manager: Avoid docker rate-limit
To do so, use a test image from quay.io instead of docker.io. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
parent
3fd108b09a
commit
7f0289de60
@ -1035,7 +1035,7 @@ test_installation()
|
|||||||
|
|
||||||
sudo kata-runtime check -v
|
sudo kata-runtime check -v
|
||||||
|
|
||||||
local image="docker.io/library/busybox:latest"
|
local image="quay.io/prometheus/busybox:latest"
|
||||||
sudo $tool image pull "$image"
|
sudo $tool image pull "$image"
|
||||||
|
|
||||||
local container_name="${script_name/./-}-test-kata"
|
local container_name="${script_name/./-}-test-kata"
|
||||||
|
Loading…
Reference in New Issue
Block a user