]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
docker: change Fedora base image to fedora:27
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jan 2018 11:11:43 +0000 (12:11 +0100)
committerFam Zheng <famz@redhat.com>
Thu, 8 Feb 2018 01:21:34 +0000 (09:21 +0800)
Using "fedora:latest" makes behavior different depending on when you
actually pulled the image from the docker repository.  In my case,
the supposedly "latest" image was a Fedora 25 download from 8 months
ago, and the new "test-debug" test was failing.

Use "27" to improve reproducibility and make it clear when the image
is obsolete.

Cc: Fam Zheng <famz@redhat.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1515755504-21341-1-git-send-email-pbonzini@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/dockerfiles/fedora.docker

index 26ede4f1d6bee4050e6685468eda7e628c44c826..994a35a3329432c1f0edcdabe9579abd6ff187b4 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM fedora:27
 ENV PACKAGES \
     ccache gettext git tar PyYAML sparse flex bison python3 bzip2 hostname \
     glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel \