Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docker: build the images from the local sources | VirtualTam | 2018-06-17 | 1 | -54/+0 |
| | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Nginx logs to stdout for Docker Alpine images | Angristan | 2018-03-11 | 1 | -1/+4 |
| | |||||
* | Fix permission issue introduced with multi-stage build | Jonathan Amiez | 2018-03-02 | 1 | -0/+2 |
| | |||||
* | docker: introduce multi-stage image build (master, latest) | VirtualTam | 2018-02-14 | 1 | -12/+14 |
| | | | | | | | | | | | | | 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: add 'latest' image | VirtualTam | 2017-10-21 | 1 | -0/+47 |
This implies the following changes: - `shaarli/shaarli:latest` will now point to the `latest` release - `shaarli/shaarli:master` will point to the `master` branch Signed-off-by: VirtualTam <virtualtam@flibidi.net> |