feat: CI: use local image mirror
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2023-12-11 20:15:37 +05:30
parent 418c792e83
commit 58cb71dab3
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -1,4 +1,4 @@
libvirt_uri = "qemu+ssh://mcaptcha-ci@192.168.0.102/system?keyfile=/tmp/ci-ssh-id&sshauth=privkey&no_verify=1" libvirt_uri = "qemu+ssh://mcaptcha-ci@192.168.0.102/system?keyfile=/tmp/ci-ssh-id&sshauth=privkey&no_verify=1"
#known_hosts_verify=ignore&keyfile=/tmp/ssh-key&sshauth=privkey&no_verify=1" #known_hosts_verify=ignore&keyfile=/tmp/ssh-key&sshauth=privkey&no_verify=1"
libvirt_pool_path = "/srv/libvirt/pool/mcaptcha_basic/" libvirt_pool_path = "/srv/libvirt/pool/mcaptcha_basic/"
libvirt_debian_src = "https://images.ci.mcaptcha.org/debian-12-generic-amd64.qcow2" libvirt_debian_src = "http://192.168.0.102/debian-12-generic-amd64.qcow2"