Commit Graph

30 Commits

Author SHA1 Message Date
Tilo Spannagel ff77d29974 Fix var name
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-31 11:33:45 +02:00
Tilo Spannagel ffa7769319 Add support for betas to update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-26 18:20:43 +02:00
Tilo Spannagel bbc61b3165 Update APCu to version 5.1.12
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-12 20:31:04 +02:00
Tilo Spannagel f3d3f166ac Remove end of life version 11.0 (#303)
* Remove end of life version 11.0

* Run update.sh
2018-04-03 09:40:25 +02:00
Loic Dachary e01caa961f apache: set the remote ip from X-Real-IP by default (#297) 2018-04-01 11:37:04 +02:00
Loic Dachary e49cfb4433 update.sh: do not chmod -w Dockerfile (#299)
In 18db7e679f 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-04-01 09:10:48 +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 d104e1cba0
Add images for Release Candidates 2018-03-13 11:15:27 +01:00
Tilo Spannagel a82a812df0
Use var for the php version 2018-03-08 12:24:16 +01:00
Tilo Spannagel 33bc471dbc
Update APCu to version 5.1.11 2018-03-08 09:41:24 +01:00
Tilo Spannagel 7e390bc4b5
Use var for pecl package versions 2018-03-08 09:38:24 +01:00
J0WI 22de97f206 Add Alpine variant 2018-02-22 18:07:57 +01:00
Tilo Spannagel 3747025dd6
Add cron.sh 2018-01-30 13:11:04 +01:00
Tilo Spannagel ec85464109
Remove build deps automatically 2018-01-04 23:31:58 +01:00
Tilo Spannagel fd0cc806c8
Pretty URLs for apache 2017-09-14 10:23:46 +02:00
Tilo Spannagel 6a7a09903f
Remove end of life version 10.0 2017-08-27 11:01:20 +02:00
Tilo Spannagel 40212aaa24
Move apps.config.php into config dir 2017-07-01 14:39:23 +02:00
Tilo Spannagel 820f21cdf2
Add travis tests for i386 2017-06-29 16:29:52 +02:00
Tilo Spannagel e5d81338d9
Use travis build stages 2017-06-23 18:59:00 +02:00
Tilo Spannagel ebda756330
Nextcloud 9 cleanup 2017-06-21 17:51:36 +02:00
Tilo Spannagel 86c40037bf
Remove end of life versions 2017-06-10 23:15:11 +02:00
Tilo Spannagel d365e45c02 Use the downloads index to get the latest version 2017-06-06 15:41:57 +02:00
Tilo Spannagel 8198762ec5
Use the downloads index to get the version numbers 2017-06-03 14:52:41 +02:00
Tilo Spannagel d253cc1171
strong permissions 2017-04-19 19:29:51 +02:00
Tilo Spannagel fc384e6a7e
split app folder 2017-04-17 23:02:25 +02:00
Tilo Spannagel 8389d9659d
Add initial .travis.yml 2017-03-14 16:29:22 +01:00
Tilo Spannagel 41396747e6
Added function for version comparison 2017-03-07 15:33:57 +01: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
Aleksa Sarai c34d30fb49
*: rework update and generation scripts
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>
2017-01-13 20:33:06 +11:00
pierreozoux 0c746730ae Adds some automation 2016-09-02 14:11:38 +01:00