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:
Cristian Calin
2021-11-19 23:23:40 +02:00
committed by GitHub
parent be9de6b9d9
commit c74e1c9db3
6 changed files with 9 additions and 6 deletions

View File

@@ -26,4 +26,4 @@ def test_run_pod(host):
log_f = host.file("/tmp/gvisor1.0.log")
assert log_f.exists
assert b"Hello from Docker!" in log_f.content
assert b"Hello from Docker" in log_f.content