c12s-kubespray/roles/container-engine/gvisor/molecule/default/files/container.json
Cristian Calin c74e1c9db3
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
2021-11-19 13:23:40 -08:00

11 lines
162 B
JSON

{
"metadata": {
"name": "gvisor1"
},
"image": {
"image": "quay.io/kubespray/hello-world:latest"
},
"log_path": "gvisor1.0.log",
"linux": {}
}