Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nginx logs to stdout for Docker Alpine images | Angristan | 2018-03-11 | 1 | -1/+4 |
| | |||||
* | docker: introduce multi-stage image build (master, latest) | VirtualTam | 2018-02-14 | 1 | -11/+15 |
| | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/755 Relates to https://github.com/shaarli/Shaarli/pull/1072 See: - https://docs.docker.com/develop/develop-images/multistage-build/ - https://hub.docker.com/r/library/composer/ - https://github.com/composer/docker - https://github.com/docker-library/docs/tree/master/composer Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | docker: switch to Alpine Linux for the master image | VirtualTam | 2017-10-03 | 1 | -0/+47 |
Relates to https://github.com/shaarli/Shaarli/issues/843 Changed: - switch base image from Debian:Jessie to Alpine:3.6 - switch to PHP 7.1 - switch from supervisord to s6 to manage services See: - https://alpinelinux.org/ - https://wiki.alpinelinux.org/wiki/Nginx_with_PHP - http://www.skarnet.org/software/s6/ - http://www.skarnet.org/software/s6/s6-svscan.html - http://www.skarnet.org/software/s6/s6-svc.html - http://www.skarnet.org/software/s6/s6-svstat.html Signed-off-by: VirtualTam <virtualtam@flibidi.net> |