summaryrefslogtreecommitdiffstats
path: root/Dockerfile.template
AgeCommit message (Collapse)Author
2018-02-22Add Alpine variantJ0WI
2018-02-17Update APCu to version 5.1.10Tilo Spannagel
2018-02-07Add freetype to gdTilo Spannagel
2018-01-30Fix cron configTilo Spannagel
2018-01-30Add cron.shTilo Spannagel
2018-01-30Add cron configTilo Spannagel
2018-01-29Add busybox-staticTilo Spannagel
2018-01-04Remove build deps automatically12.0.4-fpm12.0.4-apache12.0.411.0.6-fpm11.0.6-apache11.0.6Tilo Spannagel
2018-01-03Merge pull request #214 from nextcloud/APCu-5.1.9Tilo Spannagel
Update APCu to version 5.1.9
2018-01-03Update APCu to version 5.1.9Tilo Spannagel
2018-01-03Update redis to version 3.1.6Tilo Spannagel
2017-12-22Update redis to version 3.1.5Tilo Spannagel
2017-11-21Update memcached to version 3.0.412.0.3-fpm12.0.3-apache12.0.311.0.5-fpm11.0.5-apache11.0.5Tilo Spannagel
2017-09-27Update redis to version 3.1.4Tilo Spannagel
2017-08-27Remove end of life version 10.0Tilo Spannagel
2017-08-14directory permissions for root groupTobias Brunner
2017-08-14Move COPY back downTilo Spannagel
2017-08-14update directory permissions to be compatible with non-rootTobias Brunner
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-07-13Add pcntl12.0.0-fpm12.0.0-apache12.0.011.0.3-fpm11.0.3-apache11.0.310.0.5-fpm10.0.5-apache10.0.5Tilo Spannagel
2017-07-01Move apps.config.php into config dirTilo Spannagel
2017-06-29Use debMultiarch as libdirTilo Spannagel
2017-06-21Nextcloud 9 cleanupTilo Spannagel
2017-04-19strong permissionsTilo Spannagel
2017-04-18disable the updaterTilo Spannagel
2017-04-17split app folderTilo Spannagel
2017-04-17use rsync for upgradeTilo Spannagel
2017-03-07Changed the php version back to 5.6 for nextcloud 9 and 109.0.57-fpm9.0.57-apache9.0.5710.0.4-fpm10.0.4-apache10.0.4Tilo Spannagel
2017-02-15Update to redis version 3.1.1Tilo Spannagel
2017-02-15Update to APCu version 5.1.8Tilo Spannagel
2017-02-15Update to memcached version 3.0.2Tilo Spannagel
2017-02-15Change mysql to mysqliTilo Spannagel
2017-02-12Update to PHP 7.1Tilo Spannagel
2017-01-13version: move to separate versions and variantsAleksa Sarai
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>