mbox series

[0/8] Docker improvements

Message ID 20180628164643.9668-1-f4bug@amsat.org
Headers show
Series Docker improvements | expand

Message

Philippe Mathieu-Daudé June 28, 2018, 4:46 p.m. UTC
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

Comments

Alex Bennée June 29, 2018, 2:37 p.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Hi,
>
Hi,

I've queued the following in my tree.

>   docker: ubuntu: Update the package list before installing new ones
>   docker: ubuntu: Use SDL2
>   docker: Clean the MXE base image
>   docker: Do not run tests in 'intermediate' images

--
Alex Bennée
Philippe Mathieu-Daudé June 29, 2018, 3:34 p.m. UTC | #2
On 06/29/2018 11:37 AM, Alex Bennée wrote:
> I've queued the following in my tree.
> 
>>   docker: ubuntu: Update the package list before installing new ones
>>   docker: ubuntu: Use SDL2
>>   docker: Clean the MXE base image
>>   docker: Do not run tests in 'intermediate' images

Thanks!