mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 10:40:04 -03:30
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:
@@ -14,6 +14,6 @@ def test_docker_service(host):
|
||||
|
||||
def test_docker_run(host):
|
||||
with host.sudo():
|
||||
cmd = host.command("docker run hello-world")
|
||||
cmd = host.command("docker run quay.io/kubespray/hello-world:latest")
|
||||
assert cmd.rc == 0
|
||||
assert "Hello from Docker!" in cmd.stdout
|
||||
assert "Hello from Docker" in cmd.stdout
|
||||
|
||||
Reference in New Issue
Block a user