0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Aleksa Sarai
d75e8ef8b0 Merge 4eacdfd848 into ba7bcebd85 2017-03-03 08:32:24 +00:00
Tilo Spannagel
14c6743817
Update to redis version 3.1.1 2017-02-15 19:47:59 +01:00
Tilo Spannagel
31140a21fa
Update to APCu version 5.1.8 2017-02-15 19:25:51 +01:00
Tilo Spannagel
73065ada5f
Update to memcached version 3.0.2 2017-02-15 13:13:39 +01:00
Tilo Spannagel
fed8d8085b
Change mysql to mysqli 2017-02-15 09:41:11 +01:00
Tilo Spannagel
0ad90b9ce9
Update to PHP 7.1 2017-02-12 15:13:18 +01:00
Aleksa Sarai
4eacdfd848
Dockerfile: use correct VOLUMEs
The persistent data is just the contents of config/ (configuration),
apps/ (installed apps), and data/ (user data). The source code should
not be made into a volume because it will cause persistence issues when
you try to update an image.

Currently the existing setup means that standard Docker-style updates
(where you start a new Docker image) won't actually update the source
code -- causing confusion and other issues.

This matches how ownCloud's setup works as well.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2017-01-25 02:03:34 +11:00
pierreozoux
e8590ef1b7 updates to latest 2017-01-21 15:22:12 +00:00
Aleksa Sarai
3efc37c756
version: move to separate versions and variants
In order to match ownCloud's Docker images, we need to provide -apache
and -fpm variant images as well as maintaining version tags for older
images.

These scripts are improved versions of the ownCloud scripts[1] because
they also automatically generate the directories with each ./update.sh,
and also generate all aliases without needing human intervention.

[1]: https://github.com/docker-library/owncloud/blob/master/generate-stackbrew-library.sh

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2017-01-13 20:33:06 +11:00