Michael Käufl
7fd982f948
[Dockerfiles] Do not persist DEBIAN_FRONTEND=noninteractive in images
...
According to https://github.com/moby/moby/issues/4032#issuecomment-163689851
(and some other comments in the issue) it's not recommended to set
`DEBIAN_FRONTEND` via `ENV` in a Dockerfile. `ARG` has the same
effect at build time but does not change `DEBIAN_FRONTEND` in the
final image, so I switched to it. It should also work to remove it
completely.
2017-05-13 18:10:04 +02:00
Michael Käufl
85be7aa973
[Dockerfiles] Sorted list of packages
2017-05-13 18:10:04 +02:00
Michael Käufl
9ab9d76240
[Dockerfiles] Used best practices for apt-get
...
See https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get
- Replaced `-y install` with `install -y` (unification)
- Put every package on its own line
- Moved `rm -rf /var/lib/apt/lists/*` in the same `RUN` statement as `apt-get`
- Removed unnecessary `apt-get clean`
See 03e2923e42/contrib/mkimage/debootstrap (L82-L105)
2017-05-13 18:09:53 +02:00
Michael Käufl
d0d0961006
[Dockerfiles] Replaced deprecated MAINTAINER with LABEL
...
Used format proposed in
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
2017-05-13 18:09:45 +02:00
andryyy
653d23a843
Migrate some settings and DKIM keys to Redis when starting
2017-05-08 15:35:24 +02:00
andryyy
a790c2bdc0
Add phpredis
2017-05-05 10:34:31 +02:00
andryyy
d891bc8894
Docs
2017-03-02 11:23:23 +01:00
andryyy
5f7fb2e7c2
Deployed dfc88cc
with MkDocs version: 0.16.1
2017-03-02 11:21:46 +01:00
andryyy
95c905e84a
Add Roundcube reqs
2017-02-08 17:21:49 +01:00
andryyy
f7b95ae5a0
Restart SOGo from within panel
2016-12-25 10:03:37 +01:00
andryyy
7ef70e4c81
Move dkim data, vmail and dbs to volumes, changed README
2016-12-17 20:31:59 +01:00
andryyy
0498a8f6be
Move Nginx to Docker hub
2016-12-14 09:06:14 +01:00
andryyy
6104cd11ce
Move php-fpm to Docker hub
2016-12-14 08:51:43 +01:00
andryyy
5b9e598f6f
Add dummy folders for Dockerfiles we pull from hub
2016-12-09 20:47:15 +01:00