summaryrefslogtreecommitdiffstats
path: root/update.sh
AgeCommit message (Collapse)Author
2018-12-12Add imagick php extensionRobert Dailey
There is a warning issued in Nextcloud 15 about 'imagick' php extension not being present. They highly recommend that it be installed. Fixes #574, fixes #263 Signed-off-by: Robert Dailey <rcdailey@gmail.com>
2018-12-11Update APCu to 5.1.15J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-12-0412.0.x is end of lifeTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-11-21Update APCu to version 5.1.14Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-11-20Update php-redis to 4.2.0 and php-apcu to 5.1.13beta-fpm-alpinebeta-fpmbeta-apachebeta15.0.0beta2-fpm-alpine15.0.0beta2-fpm15.0.0beta2-apache15.0.0beta215.0.0-beta-fpm-alpine15.0.0-beta-fpm15.0.0-beta-apache15.0.0-beta15.0-beta-fpm-alpine15.0-beta-fpm15.0-beta-apache15.0-beta15-beta-fpm-alpine15-beta-fpm15-beta-apache15-beta14.0.3-fpm-alpine14.0.3-fpm14.0.3-apache14.0.313.0.7-fpm-alpine13.0.7-fpm13.0.7-apache13.0.712.0.12-fpm-alpine12.0.12-fpm12.0.12-apache12.0.12J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-11-15Simplify travis.yml updatesTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-10-01Use exclude file for the updaterTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-09Update redis to version 4.1.1Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-07Switch to php 7.2 for nextcloud 13.0 and greaterTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-01Fix indentationTilo Spannagel
2018-08-01Remove trailing whitespacesTilo Spannagel
2018-07-31Fix var nameTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-26Add support for betas to update.shTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-12Update APCu to version 5.1.12Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-04-03 Remove end of life version 11.0 (#303)Tilo Spannagel
* Remove end of life version 11.0 * Run update.sh
2018-04-01apache: set the remote ip from X-Real-IP by default (#297)11.0.8-apache11.0.811.0-apache11.011-apache11Loic Dachary
2018-04-01update.sh: do not chmod -w Dockerfile (#299)Loic Dachary
In 18db7e679fd92e2d36d6113b1e174e6f1afda2d6 the Dockerfile write permissions were removed to help remind the new contributor that they should not be modified. However git does not keep that information (it only keeps the executable bit in the file permissions), therefore someone with a fresh clone will not have a file that is read-only. Removing the write permission will however be a problem for anyone running the update.sh script twice: it will fail to remove the files because it uses rm -r instead of rm -fr. Instead of fixing the removale to use the force flag, we revert the modification that remove the write permission since it does not actually help anyone.
2018-03-31Dockerfile: redirect the contributor to update.sh11.0.8-fpm-alpine11.0.8-fpm11.0-fpm-alpine11.0-fpm11-fpm-alpine11-fpmLoic Dachary
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-13Add images for Release CandidatesTilo Spannagel
2018-03-08Use var for the php versionTilo Spannagel
2018-03-08Update APCu to version 5.1.11Tilo Spannagel
2018-03-08Use var for pecl package versionsTilo Spannagel
2018-02-22Add Alpine variantJ0WI
2018-01-30Add cron.shTilo Spannagel
2018-01-04Remove build deps automatically12.0.4-fpm12.0.4-apache12.0.411.0.6-fpm11.0.6-apache11.0.6Tilo Spannagel
2017-09-14Pretty URLs for apache12.0.2-apache12.0.211.0.4-apache11.0.4Tilo Spannagel
2017-08-27Remove end of life version 10.0Tilo Spannagel
2017-07-01Move apps.config.php into config dirTilo Spannagel
2017-06-29Add travis tests for i386Tilo Spannagel
2017-06-23Use travis build stagesTilo Spannagel
2017-06-21Nextcloud 9 cleanupTilo Spannagel
2017-06-10Remove end of life versionsTilo Spannagel
2017-06-06Use the downloads index to get the latest versionTilo Spannagel
2017-06-03Use the downloads index to get the version numbersTilo Spannagel
2017-04-19strong permissionsTilo Spannagel
2017-04-17split app folderTilo Spannagel
2017-03-14Add initial .travis.ymlTilo Spannagel
2017-03-07Added function for version comparisonTilo 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-01-13*: rework update and generation scriptsAleksa Sarai
This is necessary in order to have proper generation of variant and version-based Dockerfiles from a single template. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2016-09-02Adds some automationpierreozoux