Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-10-02 Thread Konrad Scherer
On 09/05/2018 08:04 AM, Paul Eggleton wrote: On Thursday, 30 August 2018 11:44:10 AM NZST Paul Eggleton wrote: On Wednesday, 29 August 2018 10:46:27 PM NZST Paul Eggleton wrote: I know Konrad promised to update the docker-compose setup to be closer to what we'd done recently with the docker

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-09-05 Thread Paul Eggleton
On Thursday, 30 August 2018 11:44:10 AM NZST Paul Eggleton wrote: > On Wednesday, 29 August 2018 10:46:27 PM NZST Paul Eggleton wrote: > > I know Konrad promised to update the docker-compose setup to be closer > > to what we'd done recently with the docker setup, but I needed something > >

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-08-29 Thread Paul Eggleton
On Wednesday, 29 August 2018 10:46:27 PM NZST Paul Eggleton wrote: > Hi folks > > I know Konrad promised to update the docker-compose setup to be closer > to what we'd done recently with the docker setup, but I needed something > urgently and wanted to learn how to use docker-compose anyway, so

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-08-29 Thread Paul Eggleton
Hi folks I know Konrad promised to update the docker-compose setup to be closer to what we'd done recently with the docker setup, but I needed something urgently and wanted to learn how to use docker-compose anyway, so I've put this together:

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-17 Thread Konrad Scherer
On 07/17/2018 06:16 AM, Paul Eggleton wrote: On Monday, 16 July 2018 10:16:55 PM CEST Paul Eggleton wrote: On Monday, 16 July 2018 8:24:53 PM CEST Konrad Scherer wrote: I recently noticed that if gcc is removed in the 'apt-get purge' step, the bitbake sanity checker will fail due to missing

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-17 Thread Paul Eggleton
On Monday, 16 July 2018 10:16:55 PM CEST Paul Eggleton wrote: > On Monday, 16 July 2018 8:24:53 PM CEST Konrad Scherer wrote: > > I recently noticed that if gcc is removed in the 'apt-get purge' step, > > the bitbake sanity checker will fail due to missing 'gcc' when doing a > > layer update. >

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-16 Thread Paul Eggleton
On Monday, 16 July 2018 8:24:53 PM CEST Konrad Scherer wrote: > On 07/13/2018 03:29 AM, Paul Eggleton wrote: > > On Thursday, 12 July 2018 10:16:12 PM CEST you wrote: > >> I just noticed that the image doesn't contain git. Was this > >> deliberate or an oversight? > > > > Ah, no, it wasn't

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-16 Thread Konrad Scherer
On 07/13/2018 03:29 AM, Paul Eggleton wrote: On Thursday, 12 July 2018 10:16:12 PM CEST you wrote: I just noticed that the image doesn't contain git. Was this deliberate or an oversight? Ah, no, it wasn't deliberate - perhaps it was there earlier with buildpack- deps? It doesn't appear that

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-13 Thread Paul Eggleton
On Thursday, 12 July 2018 10:16:12 PM CEST you wrote: > I just noticed that the image doesn't contain git. Was this > deliberate or an oversight? Ah, no, it wasn't deliberate - perhaps it was there earlier with buildpack- deps? It doesn't appear that we ever explicitly had it in there. I've

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-12 Thread Konrad Scherer
On 07/12/2018 02:34 AM, Paul Eggleton wrote: Hi Konrad On Wednesday, 11 July 2018 7:03:28 PM CEST Konrad Scherer wrote: I have attached a patch to reduce the layerindex-web image size further. Docker image layers are like git objects and RUN commands can only hide files, not remove them once

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-12 Thread Paul Eggleton
Hi Konrad On Wednesday, 11 July 2018 7:03:28 PM CEST Konrad Scherer wrote: > I have attached a patch to reduce the layerindex-web image size further. > Docker image layers are like git objects and RUN commands can only hide > files, not remove them once they have been committed. The pip upgrade

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-11 Thread Konrad Scherer
On 07/10/2018 12:17 PM, Paul Eggleton wrote: Hi folks I've been trying to get the OE layer index example docker setup in shape, based upon improvements from myself, Michael and Konrad. For the moment I've taken most of what Michael and I did (with some fixes and tweaks, and broken up into

[yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-10 Thread Paul Eggleton
Hi folks I've been trying to get the OE layer index example docker setup in shape, based upon improvements from myself, Michael and Konrad. For the moment I've taken most of what Michael and I did (with some fixes and tweaks, and broken up into smaller patches) and a few pieces of the Dockerfile