summaryrefslogtreecommitdiffstats
path: root/lava-master-base
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Upgrade to 2019.07Corentin LABBE8-546/+0
This patch upgrade LAVA to 2019.07 via their official docker images. Along with the change of the baseimage from our lava-xx-base to official 2019.07, some minor changes are needed: - Activate the en_US.UTF-8 locale needed for postgresql - chown to lavaserver all copied device-types - Fix the start scripts for using the official entrypoints
2019-03-19lava-xxx-base: do not install recommended packagesCorentin LABBE1-0/+2
For limiting size of docker images, do not install recommended packages
2019-03-19lava-xxx-base: permit to install 2019.03Corentin LABBE1-4/+6
LAVA has changed its repository location. Furthermore, it is now accessible via https which need additionnal package to use it.
2019-03-19lava-master-base: 2019.03 needs python3-junit.xmlCorentin LABBE1-0/+4
LAVA 2019.03 needs python3-junit.xml from stretch-backports.
2018-12-03Use lavacli from package instead of from sourcesCorentin LABBE1-0/+4
A recent enough lavacli is present on stretch-backports. It is better to use it. This will fix also some commands not working with recent LAVA server.
2018-11-26base-images: permit to install LAVA 2018.11Corentin LABBE2-1/+38
2018-08-08lava-master-base: add missing --make-pidfileCorentin LABBE2-2/+2
lava-logs and lava-server-gunicorn init script fail to restart. This is due to a missing --make-pidfile option.
2018-07-25Split dockerfile in two imagesCorentin LABBE7-0/+497
The process of building LAVA is hard to maintain. But since we need to be able to go back in time (or just stay longer with a specific version) we need a way to keep a LAVA version. For achieving this, we build a minimal image with just LAVA and tag it with the version of LAVA inside.