Backport v2024 <- v2025dev1: Switch to use https to retrieve images
Backport !116 (merged)
When downloading images in LAVA a cache is a nice thing to have in order to save resources. However, to be able to use it, the URL used needs to be the direct one, and not rely in any kind of redirects, as the cache is not cleaver enough.
In order to really use the cache, change to use https.
Signed-off-by: Walter Lozano walter.lozano@collabora.com