Re: [libvirt] [PATCH 2/3] travis: Use pre-built Docker image

2018-06-13 Thread Andrea Bolognani
On Wed, 2018-06-13 at 14:28 +0100, Daniel P. Berrangé wrote: > On Wed, Jun 13, 2018 at 02:58:55PM +0200, Andrea Bolognani wrote: > > Pretty much exactly how I've created the images you can find on > > Docker Hub, except for > > > > > RUN mkdir /build > > > WORKDIR /build > > > > this bit, whi

Re: [libvirt] [PATCH 2/3] travis: Use pre-built Docker image

2018-06-13 Thread Daniel P . Berrangé
On Wed, Jun 13, 2018 at 02:58:55PM +0200, Andrea Bolognani wrote: > On Wed, 2018-06-13 at 11:32 +0100, Daniel P. Berrangé wrote: > > On Tue, Jun 12, 2018 at 12:12:12PM +0200, Andrea Bolognani wrote: > > > The pre-built images have been hand-crafted using the > > > build dependencies recorded in the

Re: [libvirt] [PATCH 2/3] travis: Use pre-built Docker image

2018-06-13 Thread Andrea Bolognani
On Wed, 2018-06-13 at 11:32 +0100, Daniel P. Berrangé wrote: > On Tue, Jun 12, 2018 at 12:12:12PM +0200, Andrea Bolognani wrote: > > The pre-built images have been hand-crafted using the > > build dependencies recorded in the libvirt-jenkins-ci > > repository: of course that's not something that we

Re: [libvirt] [PATCH 2/3] travis: Use pre-built Docker image

2018-06-13 Thread Daniel P . Berrangé
On Tue, Jun 12, 2018 at 12:12:12PM +0200, Andrea Bolognani wrote: > Instead of starting from the minimal Ubuntu 18.04 base > image and installing all requirements at build time, > use a Docker image that has been specifically tailored > at building libvirt and thus already includes all > required p