From: Daniel P. Berrangé Date: Wed, 9 Jan 2019 16:31:05 +0000 (+0000) Subject: tests: update Fedora i386 cross image to Fedora 29 X-Git-Tag: v4.0.0-rc0~167^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62559b9167c5f3105867da36db88662df5ce135e;p=thirdparty%2Fqemu.git 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: Daniel P. Berrangé Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/tests/docker/dockerfiles/fedora-i386-cross.docker b/tests/docker/dockerfiles/fedora-i386-cross.docker index a4fd895b074..eb8108d1185 100644 --- a/tests/docker/dockerfiles/fedora-i386-cross.docker +++ b/tests/docker/dockerfiles/fedora-i386-cross.docker @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM fedora:29 ENV PACKAGES \ gcc \ glib2-devel.i686 \