Commit 62559b91 authored by Daniel P. Berrangé's avatar Daniel P. Berrangé Committed by Alex Bennée
Browse files

tests: update Fedora i386 cross image to Fedora 29



Using the "latest" tag is not a good idea because this changes what
release it points to every 6 months. Together with caching of docker
builds this can cause confusion where CI has cached & built with Fedora
N, while a developer tries to reproduce a CI problem with Fedora N + 1,
or vica-verca.

Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
parent 19a9978d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM fedora:latest
FROM fedora:29
ENV PACKAGES \
    gcc \
    glib2-devel.i686 \