qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] docker: update Ubuntu and Fedora images, deprecate old ones
@ 2018-01-12 12:49 Philippe Mathieu-Daudé
  2018-01-12 12:49 ` [Qemu-devel] [PATCH 1/7] docker: sort images list displayed by 'make docker' Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-01-12 12:49 UTC (permalink / raw)
  To: Alex Bennée, Fam Zheng, Paolo Bonzini
  Cc: Philippe Mathieu-Daudé, qemu-devel

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.

Regards,

Phil.

Philippe Mathieu-Daudé (7):
  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

 tests/docker/Makefile.include               |  5 ++++-
 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, 95 insertions(+), 36 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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-01-17 14:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12 12:49 [Qemu-devel] [PATCH 0/7] docker: update Ubuntu and Fedora images, deprecate old ones Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 1/7] docker: sort images list displayed by 'make docker' Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 2/7] docker: do not display deprecated images in 'make docker' help Philippe Mathieu-Daudé
2018-01-17  2:10   ` Fam Zheng
2018-01-17 13:38     ` Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 3/7] docker: add the Ubuntu Trusty base image Philippe Mathieu-Daudé
2018-01-17  2:12   ` Fam Zheng
2018-01-17 13:42     ` Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 4/7] docker: do not use Trusty APT source in Xenial Philippe Mathieu-Daudé
2018-01-17  2:13   ` Fam Zheng
2018-01-12 12:49 ` [Qemu-devel] [PATCH 5/7] docker: warn users to use ubuntu16.04 for the LTS Xenial image Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 6/7] docker: add the Fedora 27 base image Philippe Mathieu-Daudé
2018-01-12 12:50 ` [Qemu-devel] [PATCH 7/7] docker: warn users to use newer fedora25/fedora27 " Philippe Mathieu-Daudé
2018-01-12 13:10 ` [Qemu-devel] [PATCH 0/7] docker: update Ubuntu and Fedora images, deprecate old ones no-reply
2018-01-15 14:01   ` Philippe Mathieu-Daudé
2018-01-17  2:26 ` Fam Zheng
2018-01-17 10:25   ` Daniel P. Berrange
2018-01-17 13:58     ` Philippe Mathieu-Daudé
2018-01-17 14:04       ` Daniel P. Berrange
2018-01-17 14:12         ` Philippe Mathieu-Daudé
2018-01-17 13:47   ` Philippe Mathieu-Daudé

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).