Skip to content

Backport v2022 <- v2025dev1: Switch to use https to retrieve images

Walter Lozano requested to merge wip/wlozano/switch-https-v2022 into apertis/v2022

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

Merge request reports