Commit Graph

300 Commits

Author SHA1 Message Date
Tilo Spannagel
2ba0991533
Fix a race condition caused by the gpg-agent
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24 21:19:01 +02:00
Tilo Spannagel
e833d8a4b7
Merge pull request #343 from nextcloud/license
Add the GNU Affero General Public License
2018-05-24 19:51:12 +02:00
Tilo Spannagel
5c7ba18637
Add the GNU Affero General Public License
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24 19:19:37 +02:00
Tilo Spannagel
81e5468c73
Merge pull request #342 from nextcloud/stretch-and-3.7
Move to a debian stretch and alpine 3.7 based base image
2018-05-24 17:22:31 +02:00
Tilo Spannagel
7a5bf34195
Run update.sh 2018-05-24 14:29:37 +02:00
Tilo Spannagel
85a7b1a6ba
Move to a debian stretch and alpine 3.7 based base image 2018-05-24 14:29:30 +02:00
Lucian I. Last
c07de51f8e Add example for LAN solutions with HTTPS without letsencrypt #337
This is un-tested: will test and debug now.
2018-05-17 10:33:59 +02:00
Tilo Spannagel
53e1809aeb Run update.sh 2018-05-10 12:50:44 +02:00
Tilo Spannagel
6b09d293af Cleanup php modules 2018-05-10 12:50:44 +02:00
Tilo Spannagel
adff4fe439
Merge pull request #330 from nextcloud/production-13
Ship 13 on production channel
2018-05-07 14:17:23 +02:00
Tilo Spannagel
5f0e65f0c2
Ship 13 on production channel 2018-05-07 13:32:27 +02:00
Tilo Spannagel
763622d867
Merge pull request #322 from nextcloud/13.0.2-maintenance
Update production and stable release channel
2018-04-26 14:04:48 +02:00
Tilo Spannagel
532d3c4fb8
Update production and stable release channel 2018-04-26 13:27:22 +02:00
Tilo Spannagel
4b276c9486
Run update.sh 2018-04-26 13:21:08 +02:00
Tilo Spannagel
97d573f44b
Merge pull request #317 from rubdevton/master
Changed db build to pre-existing image with command arguments
2018-04-26 13:17:33 +02:00
Docker Library Bot
256605edd3 Update to 12.0.7 2018-04-26 09:51:15 +00:00
Docker Library Bot
ebc1b3a3dd Update to 13.0.2 2018-04-26 09:51:15 +00:00
rabaraho
d905503a6e Changed db build to pre-existing image with command arguments 2018-04-19 12:47:19 -04:00
Tilo Spannagel
50f68d6c4e
Run update.sh 2018-04-19 13:13:36 +02:00
Tilo Spannagel
5ddd03aa50
Merge pull request #307 from upstreamable/data_folder
Create a data dir outside the webroot.
2018-04-18 10:02:01 +02:00
Rodrigo Aguilera
8620ea17cb Update the template files. 2018-04-16 21:11:51 +02:00
Rodrigo Aguilera
15422886d7 Create a data dir outside the webroot. 2018-04-03 21:12:30 +02:00
Tilo Spannagel
01ad4658ab nginx: set the remote ip from X-Real-IP by default (#302) 2018-04-03 09:40:53 +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
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