Hi, I was prompted on IRC so I've gathered together some of the outstanding docker related patches from the list. It also includes a few of the docker related tweaks from my mega TCG testing series whcih should hopefully bring the delta down. I plan to send the pull request in tomorrow if nothing comes up.
Alex. Alex Bennée (2): docker: add "probe" command for configure configure: add test for docker availability Fam Zheng (3): Makefile: Rename TARGET_DIRS to TARGET_LIST docker: Add fedora-i386-cross image docker: Update fedora image to 28 Paolo Bonzini (1): docker: test-mingw: use SDL2 and GTK+3 Philippe Mathieu-Daudé (1): docker: add debian/tricore image Makefile | 20 ++++++++-------- configure | 19 ++++++++++++++- scripts/create_config | 2 +- tests/Makefile.include | 2 +- tests/docker/Makefile.include | 3 +++ tests/docker/docker.py | 18 +++++++++++++++ .../dockerfiles/debian-tricore-cross.docker | 23 +++++++++++++++++++ .../dockerfiles/fedora-i386-cross.docker | 14 +++++++++++ tests/docker/dockerfiles/fedora.docker | 10 ++++---- tests/docker/test-mingw | 4 ++-- 10 files changed, 95 insertions(+), 20 deletions(-) create mode 100644 tests/docker/dockerfiles/debian-tricore-cross.docker create mode 100644 tests/docker/dockerfiles/fedora-i386-cross.docker -- 2.17.0