Re: [Qemu-devel] [PATCH v1 4/8] docker: update Travis docker image

2018-05-31 Thread Philippe Mathieu-Daudé
On 05/31/2018 05:14 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> Hi Alex, >> >> On 05/30/2018 08:06 AM, Alex Bennée wrote: >>> This is still poorly documented by Travis but according to: >>> >>> >>> https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-B

Re: [Qemu-devel] [PATCH v1 4/8] docker: update Travis docker image

2018-05-31 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 05/30/2018 08:06 AM, Alex Bennée wrote: >> This is still poorly documented by Travis but according to: >> >> >> https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally >> >> their reference images

Re: [Qemu-devel] [PATCH v1 4/8] docker: update Travis docker image

2018-05-31 Thread Philippe Mathieu-Daudé
Hi Alex, On 05/30/2018 08:06 AM, Alex Bennée wrote: > This is still poorly documented by Travis but according to: > > > https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally > > their reference images are now hosted on Docker Hub. So we update t

[Qemu-devel] [PATCH v1 4/8] docker: update Travis docker image

2018-05-30 Thread Alex Bennée
This is still poorly documented by Travis but according to: https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally their reference images are now hosted on Docker Hub. So we update the FROM line to refer to the new default image. We also need a fe