summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-06-05Run update.sh13.0.3RC2-fpm-alpine13.0.3RC2-fpm13.0.3RC2-apache13.0.3RC213.0.3-rc-fpm-alpine13.0.3-rc-fpm13.0.3-rc-apache13.0.3-rc13.0.2-fpm-alpine13.0.2-fpm13.0.2-apache13.0.212.0.8RC1-fpm-alpine12.0.8RC1-fpm12.0.8RC1-apache12.0.8RC112.0.8-rc-fpm-alpine12.0.8-rc-fpm12.0.8-rc-apache12.0.8-rc12.0.7-fpm-alpine12.0.7-fpm12.0.7-apache12.0.7Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-05Revert "Kill the gpg-agent"Tilo Spannagel
This reverts commit edada57b6ef380471a2ef81fdc1b487bd56c9c27.
2018-06-05Adjust gpg code to kill daemons, cutting down on race conditionsJ0WI
2018-06-04Merge pull request #357 from nextcloud/kill-gpg-agentTilo Spannagel
Kill the gpg-agent
2018-06-04Run update.shTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-04Kill the gpg-agentTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-04Run update.shTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-04Merge pull request #346 from J0WI/PHPIZE_DEPSTilo Spannagel
Replace alpine-sdk with $PHPIZE_DEPS
2018-06-01Merge pull request #355 from J0WI/pecl-installTilo Spannagel
Do "pecl install" in series so it fails properly
2018-06-01Replace alpine-sdk withJ0WI
2018-06-01Do "pecl install" in series so it fails properlyJ0WI
2018-06-01Run update.sh13.0.3RC1-fpm-alpine13.0.3RC1-fpm13.0.3RC1-apache13.0.3RC1Tilo Spannagel
2018-06-01Merge pull request #344 from nextcloud/fix-gpg-agent-race-conditionTilo Spannagel
Fix a race condition caused by the gpg-agent
2018-05-30Merge pull request #353 from nextcloud/new-logoTilo Spannagel
Update logo.svg
2018-05-30Switch to new logoTilo Spannagel
2018-05-30Update logo.svgTilo Spannagel
2018-05-24Run update.shTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24Fix a race condition caused by the gpg-agentTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24Merge pull request #343 from nextcloud/licenseTilo Spannagel
Add the GNU Affero General Public License
2018-05-24Add the GNU Affero General Public LicenseTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24Merge pull request #342 from nextcloud/stretch-and-3.7Tilo Spannagel
Move to a debian stretch and alpine 3.7 based base image
2018-05-24Run update.shTilo Spannagel
2018-05-24Move to a debian stretch and alpine 3.7 based base imageTilo Spannagel
2018-05-17Add example for LAN solutions with HTTPS without letsencrypt #337Lucian I. Last
This is un-tested: will test and debug now.
2018-05-10Run update.shTilo Spannagel
2018-05-10Cleanup php modulesTilo Spannagel
2018-05-07Merge pull request #330 from nextcloud/production-13Tilo Spannagel
Ship 13 on production channel
2018-05-07Ship 13 on production channelTilo Spannagel
2018-04-26Merge pull request #322 from nextcloud/13.0.2-maintenanceTilo Spannagel
Update production and stable release channel
2018-04-26Update production and stable release channelTilo Spannagel
2018-04-26Run update.shTilo Spannagel
2018-04-26Merge pull request #317 from rubdevton/masterTilo Spannagel
Changed db build to pre-existing image with command arguments
2018-04-26Update to 12.0.7Docker Library Bot
2018-04-26Update to 13.0.2Docker Library Bot
2018-04-19Changed db build to pre-existing image with command argumentsrabaraho
2018-04-19Run update.sh13.0.2RC1-fpm-alpine13.0.2RC1-fpm13.0.2RC1-apache13.0.2RC113.0.2-rc-fpm-alpine13.0.2-rc-fpm13.0.2-rc-apache13.0.2-rc12.0.7RC1-fpm-alpine12.0.7RC1-fpm12.0.7RC1-apache12.0.7RC112.0.7-rc-fpm-alpine12.0.7-rc-fpm12.0.7-rc-apache12.0.7-rcTilo Spannagel
2018-04-18Merge pull request #307 from upstreamable/data_folderTilo Spannagel
Create a data dir outside the webroot.
2018-04-16Update the template files.Rodrigo Aguilera
2018-04-03Create a data dir outside the webroot.13.0.1-fpm-alpine13.0.1-fpm13.0.1-apache13.0.112.0.6-fpm-alpine12.0.6-fpm12.0.6-apache12.0.6Rodrigo Aguilera
2018-04-03nginx: set the remote ip from X-Real-IP by default (#302)Tilo Spannagel
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-31Merge pull request #298 from dachary/wip-update-reminderPierre Ozoux
Dockerfile: redirect the contributor to update.sh
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-21Merge pull request #183 from cropse/masterTilo Spannagel
fix #176 Request Entity Too Large
2018-03-21Merge pull request #258 from Greek64/fix_TILTilo Spannagel
Fix Transaction Isolation Level of MYSQL Databases in .example section
2018-03-21Merge pull request #289 from nextcloud/release-channelTilo Spannagel
Add tags for the release channels
2018-03-21Use custom Dockerfile instead of mounted configTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-03-21Add tags for the release channelsTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>