qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Alex Bennée" <alex.bennee@linaro.org>,
	"Fam Zheng" <famz@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/8] docker: update Ubuntu and Fedora images, deprecate old ones
Date: Mon, 15 Jan 2018 11:34:51 -0300	[thread overview]
Message-ID: <20180115143500.22631-1-f4bug@amsat.org> (raw)

Hi,

This series is to be clearer about which upstream version we are using.

All "FROM distrib:latest" entries have now been removed and replaced by
explicit "FROM distrib:version" ones.

To keep backward compatibility, a warning is displayed to the user,
suggesting which correct base image to use.

To be consistent, we remove the deprecated images of the "make docker" output.

Since v2:
- fix typo
- fix "Expand all the pre-requistes for each docker image and test combination":
    $ make docker-test-mingw@fedora DEBUG=1
      LD      docker-test-mingw@fedora.mo
    cc: fatal error: no input files
    compilation terminated.
    rules.mak:115: recipe for target 'docker-test-mingw@fedora.mo' failed
    make: *** [docker-test-mingw@fedora.mo] Error 1

Regards,

Phil.

Philippe Mathieu-Daudé (8):
  docker: sort images list displayed by 'make docker'
  docker: do not display deprecated images in 'make docker' help
  docker: add the Ubuntu Trusty base image
  docker: do not use Trusty APT source in Xenial
  docker: warn users to use ubuntu16.04 for the LTS Xenial image
  docker: add the Fedora 27 base image
  docker: warn users to use newer fedora25/fedora27 base image
  docker: fix typo

 tests/docker/Makefile.include               |  9 ++++++---
 tests/docker/dockerfiles/fedora.docker      | 29 ++++++++++++-----------------
 tests/docker/dockerfiles/fedora25.docker    | 18 ++++++++++++++++++
 tests/docker/dockerfiles/fedora27.docker    | 18 ++++++++++++++++++
 tests/docker/dockerfiles/ubuntu.docker      | 28 ++++++++++------------------
 tests/docker/dockerfiles/ubuntu14.04.docker | 17 +++++++++++++++++
 tests/docker/dockerfiles/ubuntu16.04.docker | 16 ++++++++++++++++
 7 files changed, 97 insertions(+), 38 deletions(-)
 create mode 100644 tests/docker/dockerfiles/fedora25.docker
 create mode 100644 tests/docker/dockerfiles/fedora27.docker
 create mode 100644 tests/docker/dockerfiles/ubuntu14.04.docker
 create mode 100644 tests/docker/dockerfiles/ubuntu16.04.docker

-- 
2.15.1

             reply	other threads:[~2018-01-15 14:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-15 14:34 Philippe Mathieu-Daudé [this message]
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 1/8] docker: sort images list displayed by 'make docker' Philippe Mathieu-Daudé
2018-01-17  9:37   ` Alex Bennée
2018-01-17  9:37   ` Alex Bennée
2018-05-26  5:17     ` Philippe Mathieu-Daudé
2018-05-29 13:25       ` Alex Bennée
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 2/8] docker: do not display deprecated images in 'make docker' help Philippe Mathieu-Daudé
2018-01-17 11:01   ` Alex Bennée
2018-05-26  5:19     ` Philippe Mathieu-Daudé
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 3/8] docker: add the Ubuntu Trusty base image Philippe Mathieu-Daudé
2018-01-15 16:25   ` Daniel P. Berrange
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 4/8] docker: do not use Trusty APT source in Xenial Philippe Mathieu-Daudé
2018-01-17 11:04   ` Alex Bennée
2018-01-17 11:54   ` Alex Bennée
2018-01-17 12:25     ` Philippe Mathieu-Daudé
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 5/8] docker: warn users to use ubuntu16.04 for the LTS Xenial image Philippe Mathieu-Daudé
2018-01-17 12:11   ` Alex Bennée
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 6/8] docker: add the Fedora 27 base image Philippe Mathieu-Daudé
2018-01-15 16:27   ` Daniel P. Berrange
2018-01-15 16:38     ` Philippe Mathieu-Daudé
2018-01-16 20:20       ` Philippe Mathieu-Daudé
2018-01-17  4:06       ` Fam Zheng
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 7/8] docker: warn users to use newer fedora25/fedora27 " Philippe Mathieu-Daudé
2018-01-17 10:55   ` Alex Bennée
2018-01-15 14:34 ` [Qemu-devel] [PATCH v2 8/8] docker: fix typo Philippe Mathieu-Daudé
2018-01-17 12:11   ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180115143500.22631-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=famz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).