Hi,
This is a set of various unrelated Docker patches, from my daily
docker-qemu usage.
Last RFC patches restore building for ppc32 hosts, which sometimes
triggers interesting 32-bit errors (atomic updates).
The other 32-bit host is the MXE MinGW32 port.
Regards,
Phil.
Philippe Mathieu-Daudé (8):
docker: ubuntu: Update the package list before installing new ones
docker: ubuntu: Use SDL2
docker: Clean the MXE base image
docker: Add packages required to build a Linux kernel
docker: Restrict the 'travis' job to the Travis image
docker: Do not run tests in 'intermediate' images
docker: Cross build QEMU on ppc32 hosts
.shippable.yml: Restore the powerpc-cross image
.shippable.yml | 2 +
tests/docker/Makefile.include | 16 +++++--
tests/docker/dockerfiles/debian-apt-fake.sh | 46 +++++++++++++++++++
.../dockerfiles/debian-powerpc-cross.docker | 43 +++++++++++++++++
tests/docker/dockerfiles/debian-sid.docker | 6 ++-
tests/docker/dockerfiles/debian8-mxe.docker | 2 +-
tests/docker/dockerfiles/ubuntu.docker | 8 ++--
7 files changed, 114 insertions(+), 9 deletions(-)
create mode 100755 tests/docker/dockerfiles/debian-apt-fake.sh
--
2.18.0