Commit Graph

29 Commits

Author SHA1 Message Date
Tilo Spannagel 3747025dd6
Add cron.sh 2018-01-30 13:11:04 +01:00
Tilo Spannagel 74c68d908b
Add cron config 2018-01-30 13:02:14 +01:00
Tilo Spannagel 9d461d79de
Add busybox-static 2018-01-29 10:32:12 +01:00
Tilo Spannagel ec85464109
Remove build deps automatically 2018-01-04 23:31:58 +01:00
Tilo Spannagel 02fa7776a1
Merge pull request #214 from nextcloud/APCu-5.1.9
Update APCu to version 5.1.9
2018-01-03 15:50:18 +01:00
Tilo Spannagel 3de42336ac
Update APCu to version 5.1.9 2018-01-03 15:26:53 +01:00
Tilo Spannagel d99ae52b19
Update redis to version 3.1.6 2018-01-03 15:21:51 +01:00
Tilo Spannagel 2a4cbc594f
Update redis to version 3.1.5 2017-12-22 13:08:07 +01:00
Tilo Spannagel 90f83fe0bb
Update memcached to version 3.0.4 2017-11-21 18:07:29 +01:00
Tilo Spannagel 57edb879dc
Update redis to version 3.1.4 2017-09-27 13:03:27 +02:00
Tilo Spannagel 6a7a09903f
Remove end of life version 10.0 2017-08-27 11:01:20 +02:00
Tobias Brunner 6ed3dfe556
directory permissions for root group 2017-08-14 19:05:30 +02:00
Tilo Spannagel 7366057ce1
Move COPY back down 2017-08-14 19:05:30 +02:00
Tobias Brunner bd3fc10d7d
update directory permissions to be compatible with non-root
This commit updates the directory permissions to be more compatible when
running the image without root f.e. on OpenShift or when specifying it
when running with `docker run --user www-data:root ...`.
It adds detection logic to the entrypoint script as sudo is not always
allowed.

This change in directory permissions was also proposed by the official
documentation, see https://github.com/nextcloud/documentation/commit/22e2530.

The `chown` before the volume definition is needed to prepare the volume
as it inherits the permissions.

refs https://github.com/nextcloud/docker/issues/107
2017-08-14 19:05:25 +02:00
Tilo Spannagel 59da82a5b2
Add pcntl 2017-07-13 18:33:39 +02:00
Tilo Spannagel 40212aaa24
Move apps.config.php into config dir 2017-07-01 14:39:23 +02:00
Tilo Spannagel 0bd790309e
Use debMultiarch as libdir 2017-06-29 16:29:52 +02:00
Tilo Spannagel ebda756330
Nextcloud 9 cleanup 2017-06-21 17:51:36 +02:00
Tilo Spannagel d253cc1171
strong permissions 2017-04-19 19:29:51 +02:00
Tilo Spannagel 07a10828d6
disable the updater 2017-04-18 09:05:53 +02:00
Tilo Spannagel fc384e6a7e
split app folder 2017-04-17 23:02:25 +02:00
Tilo Spannagel 055f5778e3
use rsync for upgrade 2017-04-17 22:53:39 +02:00
Tilo Spannagel 534665db85
Changed the php version back to 5.6 for nextcloud 9 and 10 2017-03-07 14:31:01 +01: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 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