summaryrefslogtreecommitdiff
path: root/docker/biboumi/Dockerfile
AgeCommit message (Collapse)Author
2017-06-14Update the docker images and the gitlab-ci script to use sqlite3louiz’
2017-04-21Use alpine for the docker image, and simplify the config + run stufflouiz’
Using env variable directly used by the process, it’s easier than calling sed on the configuration file before we start the process. Also we don’t need to start as root anymore, and it’s a lot cleaner.
2017-04-12Always chown biboumi /var/lib/biboumi when the docker container startslouiz’
This fixes permission problems when we bind a volume that is not owned by the biboumi user.
2017-02-28Revert "Split the biboumi dockerfile into two, to be able to disable the cache"louiz’
This reverts commit 26eb28dc2368d14e171201a0c6b76b76b19e1ddc.
2017-02-28Split the biboumi dockerfile into two, to be able to disable the cachelouiz’
2017-02-17docker: Properly handle and document the /var/lib/biboumi directorylouiz’
2017-02-17Add a biboumi Dockerfilelouiz’