summaryrefslogtreecommitdiffstats
path: root/lava-master/entrypoint.d
AgeCommit message (Collapse)AuthorFilesLines
2019-12-06Allow using different folder than /tmp for tar operationsPhilippe Mazet1-0/+4
When backup size grows to several GB, tar operation can fail with "no space left on device" error. This is because of the limited size of /tmp on certain machines This changes allows using a different folder. This can be done by simply adding such line in Dockerfile: ENV TMPDIR /wherever/tmp
2019-09-27lava-master: automaticaly agree on DB migrationCorentin LABBE1-1/+1
2019-08-26Upgrade to 2019.07Corentin LABBE1-0/+200
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