Commit Graph

57 Commits

Author SHA1 Message Date
Docker Library Bot
66fcf0ba1f Update to 12.0.10 2018-07-23 15:51:17 +00:00
Tilo Spannagel
87dfa43082 Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-12 20:31:50 +02:00
Docker Library Bot
12c61283e0 Update to 12.0.9 2018-06-11 09:51:16 +00:00
Tilo Spannagel
18c1f1f5b6
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-07 12:23:15 +02:00
Tilo Spannagel
b1aa2bdb40
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-05 00:12:52 +02:00
J0WI
2714a3cc74 Adjust gpg code to kill daemons, cutting down on race conditions 2018-06-05 00:05:52 +02:00
Tilo Spannagel
54fd1cc8ec
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-04 23:08:37 +02:00
J0WI
3b8aa7062a
Do "pecl install" in series so it fails properly 2018-06-01 21:06:51 +02:00
Tilo Spannagel
5af0fda705
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24 21:20:13 +02:00
Tilo Spannagel
7a5bf34195
Run update.sh 2018-05-24 14:29:37 +02:00
Tilo Spannagel
53e1809aeb Run update.sh 2018-05-10 12:50:44 +02:00
Docker Library Bot
256605edd3 Update to 12.0.7 2018-04-26 09:51:15 +00:00
Rodrigo Aguilera
15422886d7 Create a data dir outside the webroot. 2018-04-03 21:12:30 +02:00
Loic Dachary
18db7e679f
Dockerfile: redirect the contributor to update.sh
The `*/*/Dockerfile` are created from `Docker*template` by the
update.sh script. We add a comment at the beginning of the file with
information to find their origin. We also make them readonly to remind
people who would like to improve these files that they are not meant
to be modified.
2018-03-31 12:05:46 +02:00
Tilo Spannagel
07e61395c6
Run update.sh 2018-03-15 17:41:36 +01:00
Docker Library Bot
77557b92e4 Update to 12.0.6 2018-03-15 09:51:15 +00:00
Tilo Spannagel
a3250b89d1
Run update.sh 2018-03-13 11:16:01 +01:00
Rodrigo Aguilera
5714672aa6 Give ownership for www-data to /var/www 2018-03-10 17:32:26 +01:00
Tilo Spannagel
33bc471dbc
Update APCu to version 5.1.11 2018-03-08 09:41:24 +01:00
Tilo Spannagel
7739cef929
Adjust the debian images 2018-02-27 20:41:11 +01:00
Tilo Spannagel
013a71ac9b
Update APCu to version 5.1.10 2018-02-17 20:38:54 +01:00
Tilo Spannagel
81f1412a1f
Add freetype to gd 2018-02-07 10:34:06 +01:00
Tilo Spannagel
423e017e3b
Fix cron config 2018-01-30 17:49:10 +01:00
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
Docker Library Bot
26d58913be Update to 12.0.5 2018-01-24 10:51:07 +00: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
Docker Library Bot
0319dd0a84 Update to 12.0.4 2017-12-04 10:52:04 +00: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
Docker Library Bot
8ad5dbd5f3 Update to 12.0.3 2017-09-20 15:51:08 +00:00
Tilo Spannagel
d87b840646
Add data directory default 2017-08-29 11:54:54 +02:00
Tilo Spannagel
ea347ffbca
Add NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD 2017-08-29 10:58:20 +02:00
Tilo Spannagel
8a61625cd3
Add autoconfig.php 2017-08-29 01:07:09 +02:00
Tobias Brunner
6ed3dfe556
directory permissions for root group 2017-08-14 19:05:30 +02:00
Tilo Spannagel
69b4a015ed
Fix permissions when running as root 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
Docker Library Bot
2220249a20 Update to 12.0.2 2017-08-14 15:51:08 +00:00
Tilo Spannagel
444cd43edf
Update redis to version 3.1.3 2017-08-07 16:39:35 +02:00
Docker Library Bot
a01d47ed83 Update to 12.0.1 2017-08-07 09:52:10 +00:00
Tilo Spannagel
59da82a5b2
Add pcntl 2017-07-13 18:33:39 +02:00
Tilo Spannagel
f4309b27dc
Add apcu.config.php 2017-07-01 15:06:05 +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