]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/docker: Update the Fedora cross compile images to 30
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 30 May 2019 09:52:53 +0000 (10:52 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 12 Jun 2019 16:53:22 +0000 (17:53 +0100)
While at it remove the bogus :latest tag for cris cross compiler. It
tends to break caching and cause confusion.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/docker/dockerfiles/fedora-cris-cross.docker
tests/docker/dockerfiles/fedora-i386-cross.docker

index b168ada615ac7458a34edc336736818ee777ebd8..09e7e449f9b992b14ebd69f251041115db811b35 100644 (file)
@@ -2,7 +2,7 @@
 # Cross compiler for cris system tests
 #
 
-FROM fedora:latest
+FROM fedora:30
 ENV PACKAGES gcc-cris-linux-gnu
 RUN dnf install -y $PACKAGES
 RUN rpm -q $PACKAGES | sort > /packages.txt
index eb8108d1185d33d037a50e4e33c265107a31209d..9106cf9ebed68ab5187e7c92fe9ae42a37f02b00 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM fedora:30
 ENV PACKAGES \
     gcc \
     glib2-devel.i686 \