mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
CI: use images from quay.io to prevent being throttled by docker hub (#8209)
* CI: use netchecker images from quay to prevent throttling * Molecule: use hello-world image from quay.io
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "kata1"
|
||||
},
|
||||
"image": {
|
||||
"image": "docker.io/library/hello-world:latest"
|
||||
"image": "quay.io/kubespray/hello-world:latest"
|
||||
},
|
||||
"log_path": "kata1.0.log",
|
||||
"linux": {}
|
||||
|
||||
@@ -34,4 +34,4 @@ def test_run_pod(host):
|
||||
log_f = host.file("/tmp/kata1.0.log")
|
||||
|
||||
assert log_f.exists
|
||||
assert b"Hello from Docker!" in log_f.content
|
||||
assert b"Hello from Docker" in log_f.content
|
||||
|
||||
Reference in New Issue
Block a user