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

2018-10-02 Thread Konrad Scherer
the fix is simple and doesn't break usage without a subpath. https://github.com/WindRiver-OpenSourceLabs/layerindex-web/commit/4586ff3f4fa477daa6e0bee6c6e9e0602105c8d2#diff-de6dd4b4c889fe0882cfd3f6df5aa451L29 Thanks! -- Konrad Scherer, MT

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

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

2018-07-16 Thread Konrad Scherer
7;t appear that we ever explicitly had it in there. I've added it and pushed the branch again. 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. -- Konrad Schere

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-11 Thread Konrad Scherer
cker/README can be captured in a compose yaml file. It handles the network setup and makes managing shared volumes much simpler. -- Konrad Scherer, MTS, Linux Products Group, Wind River >From 22274ea8298b4cb0c8ea3e545367a9c2c4c379c4 Mon Sep 17 00:00:00 2001 From: Konrad Scherer Date: Wed, 1

[yocto] [layerindex-web][PATCH 1/6] Add docker-compose file to create full layerindex stack of MariaDB, RabbitMQ and Nginx

2018-06-26 Thread Konrad Scherer
signed certs by default and supports Let's Encrypt certs (not enabled by default) - Move docker image to debian stretch and python3 - Remove build tools after installation to reduce the image to under 500MB in size Signed-off-by: Konrad Scherer --- Dockerfile

[yocto] [layerindex-web] [PATCH 0/6] Dockerfile updates

2018-06-26 Thread Konrad Scherer
and Nginx (2018-06-21 10:40:02 -0400) Konrad Scherer (1): Add docker-compose file to create full layerindex stack of MariaDB, RabbitMQ and Nginx Dockerfile | 78 +--- docker/README