Commit Graph

276 Commits

Author SHA1 Message Date
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
Pierre Ozoux a7c6d0f5bd
Merge pull request #298 from dachary/wip-update-reminder
Dockerfile: redirect the contributor to update.sh
2018-03-31 12:27:39 +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 bb42fcfaed
Merge pull request #183 from cropse/master
fix #176 Request Entity Too Large
2018-03-21 15:25:03 +01:00
Tilo Spannagel 60220247cc
Merge pull request #258 from Greek64/fix_TIL
Fix Transaction Isolation Level of MYSQL Databases in .example section
2018-03-21 15:14:48 +01:00
Tilo Spannagel 7af1748505
Merge pull request #289 from nextcloud/release-channel
Add tags for the release channels
2018-03-21 14:53:58 +01:00
Tilo Spannagel b2e04519ed
Use custom Dockerfile instead of mounted config
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-03-21 14:39:09 +01:00
Tilo Spannagel 3bb7c52357
Add tags for the release channels
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-03-21 14:01:49 +01:00
Tilo Spannagel 0bb418696e
Merge pull request #284 from nextcloud/posix
Make container scripts posix compliant

Allows the scripts to run natively in the alpine container.
This allows us to remove the bash dependency of the alpine image, which saves about 6MB.
2018-03-16 11:46:09 +01:00
Tilo Spannagel 07e61395c6
Run update.sh 2018-03-15 17:41:36 +01:00
Tilo Spannagel f4cb78945e
Remove bash dependency from alpine variant 2018-03-15 17:40:39 +01:00
Tilo Spannagel db233e28be
Make docker-entrypoint.sh posix compliant 2018-03-15 17:40:37 +01:00
Tilo Spannagel 5dbd0b220f
Make docker-cron.sh posix compliant 2018-03-15 17:40:03 +01:00
Tilo Spannagel d8ee0f83d1
Merge pull request #283 from nextcloud/update.sh
Manually run update.sh
2018-03-15 12:52:05 +01:00
Tilo Spannagel fbc8a53801
Run update.sh 2018-03-15 11:59:13 +01:00
Docker Library Bot 2ededcab11 Update to 11.0.8 2018-03-15 09:51:15 +00:00
Docker Library Bot 77557b92e4 Update to 12.0.6 2018-03-15 09:51:15 +00:00
Docker Library Bot 6744839130 Update to 13.0.1 2018-03-15 09:51:15 +00:00
Tilo Spannagel 192194e4f7
Merge pull request #280 from nextcloud/rc
Add images for the Release Candidates
2018-03-13 12:26:30 +01:00
Tilo Spannagel a3250b89d1
Run update.sh 2018-03-13 11:16:01 +01:00
Tilo Spannagel d104e1cba0
Add images for Release Candidates 2018-03-13 11:15:27 +01:00
Tilo Spannagel cf450e5d14
Merge pull request #279 from nextcloud/var-php-version
Use var for the php version
2018-03-12 15:42:07 +01:00
Tilo Spannagel 9fb10be91e
Merge pull request #277 from upstreamable/chown
Give ownership for www-data to /var/www
2018-03-11 11:30:41 +01:00
Rodrigo Aguilera 5714672aa6 Give ownership for www-data to /var/www 2018-03-10 17:32:26 +01:00
Tilo Spannagel a82a812df0
Use var for the php version 2018-03-08 12:24:16 +01:00
Tilo Spannagel 5c05c9eba0
Merge pull request #273 from nextcloud/APCu-5.1.11
Update APCu to version 5.1.11
2018-03-08 10:39:04 +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
Tilo Spannagel f0e9f272b0
Merge pull request #259 from J0WI/alpine
Add Alpine variant
2018-03-01 22:35:16 +01:00
Tilo Spannagel 923f8c434d
Remove the root cron file 2018-02-28 21:13:12 +01:00
Tilo Spannagel 7739cef929
Adjust the debian images 2018-02-27 20:41:11 +01:00
Tilo Spannagel e61317d318
Setup cron 2018-02-27 19:01:59 +01:00
Tilo Spannagel c4788d0867
Add cron.sh to alpine 2018-02-27 18:05:24 +01:00
Tilo Spannagel 1bcd0f4e00
Fix bashbrew 2018-02-23 19:25:28 +01:00
J0WI ca29fd57aa Move bashbrew to before_script 2018-02-22 18:20:13 +01:00
J0WI 8bdcf4b011 Backport #265 2018-02-22 18:11:35 +01:00
J0WI 87cb4a6de8 Symlink to correct binary name 2018-02-22 18:07:57 +01:00
J0WI 2e2b6bebd4 Add bashbrew to Travis 2018-02-22 18:07:57 +01:00
J0WI cca560535d Fix inclusion of Dockerfile examples 2018-02-22 18:07:57 +01:00
J0WI 8281ad1663 Fix list of architectures for Apline 2018-02-22 18:07:57 +01:00
J0WI bf2dc98496 Add pcre-dev to build-deps 2018-02-22 18:07:57 +01:00
J0WI 22de97f206 Add Alpine variant 2018-02-22 18:07:57 +01:00
Marc Brückner 0e76d154a1
Merge pull request #267 from tcuc/patch-1
minor typo. It's on line 13
2018-02-21 09:14:26 +01:00
tcuc a3b3af32b1
minor typo. It's on line 13
just correcting the line number referenced, the comment is at line 13 not 14.
2018-02-20 16:37:11 +01:00
Tilo Spannagel cd1c731b7a
Merge pull request #265 from nextcloud/APCu-5.1.10
Update APCu to version 5.1.10
2018-02-17 21:07:40 +01:00
Tilo Spannagel 013a71ac9b
Update APCu to version 5.1.10 2018-02-17 20:38:54 +01:00
Marc Brückner 1666b9ceec
Merge pull request #262 from Maeyanie/patch-1
Grammar fix in README.md
2018-02-14 09:27:59 +01:00
Maeyanie 68947928ae
Grammar fix in README.md
Apostrophes are not intended to be used as warnings to the reader that an S is approaching.
2018-02-13 17:51:33 -05:00
Greek 8c86333de9 * Fix the Transaction Isolation Level of the MYSQL/MariaDB Databases
in the .example section.
2018-02-08 20:34:08 +01:00