aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2017-10-25Move master files in lava-masterCorentin LABBE1-70/+0
2017-10-24Use correct lava-server command to create admin userCorentin LABBE1-1/+1
2017-10-24Split some actionsCorentin LABBE1-6/+9
This patch split some actions, making them more readable.
2017-10-24Use debian stable instead of unstableCorentin LABBE1-4/+6
Debian unstable is a too moving target for basing a docker.
2017-06-12Dockerfile: remove inflight LAVA patchTyler Baker1-1/+0
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-06-06Dockerfile: install python-setproctitleKevin Hilman1-0/+1
Without python-setproctitle installed, all jobs have a warning: WARNING:root:Unable to import 'setproctitle', process name cannot be changed which also causes a bunch of ther debug messages to appear in red at the top of every job. This proably needs to be fixed in LAVA as a debian package dependency also. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-05-24Dockerfile: add ser2net, u-boot-toolsKevin Hilman1-0/+2
ser2net and u-boot-tools (for mkimage) are useful additional packages to have installed by default. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-05-16Dockerfile: expose port 3079 for the LAVA coordinatorTyler Baker1-1/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-12Dockerfile: switch to local mirrors and bump version to 2017.05Tyler Baker1-4/+5
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-10TFTP base on UDP protocolqinshulei1-1/+1
2017-05-01Dockerfile: shuffle scripts, and add tftp supportTyler Baker1-2/+5
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-04-10base-image: switch to use minideb, and update to the 2017.04 releaseTyler Baker1-9/+9
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-04-04HACK: Remove hacky patchTyler Baker1-4/+0
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-04-03HACK: Add out of tree patch for api tokenTyler Baker1-0/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-04-01Add support for the LAVA hosted tftp serverTyler Baker1-1/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-03-31Add base lava-docker filesTyler Baker1-0/+62
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>