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é <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
master
Daniel P. Berrangé 2019-01-09 16:31:05 +00:00 committed by Alex Bennée
parent 19a9978db1
commit 62559b9167
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:latest
FROM fedora:29
ENV PACKAGES \
gcc \
glib2-devel.i686 \