Skip to content

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

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

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