您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324
  1. # docker image for lava server
  2. ## Requirements
  3. | Description | Status | comment |
  4. | -------- | -------- | -------- |
  5. | image based on official debian:9 | ready | |
  6. | lava version 2018.02 | open | do not use latest version |
  7. | usage of postgresql | ready | |
  8. | single image for lava server and lava worker | ready | |
  9. | shell script to start / stop lava services in correct order | open | |
  10. | shell script to backup / store lava server related config files and database | open | store data in volume backup|
  11. | usage of seperate image for postsql | open | optional |
  12. build lava container
  13. ## Build Container from dockerfile
  14. docker build -t lava-srv .
  15. ## Bookmarks:
  16. * https://validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation
  17. * https://github.com/WindRiver-OpenSourceLabs/lava-base
  18. * https://github.com/kernelci/lava-docker