discourse_docker.git
6 years agoFIX: disk space check tests /shared
Jay Pfaffman [Fri, 1 Jun 2018 02:29:09 +0000 (21:29 -0500)]
FIX: disk space check tests /shared

If `/shared` is not the same as `/`then the disk space test fails because it's testing the wrong partition.
For example, if `/` is too small you might create a separate partition for postgres so there will be enough room to update.

6 years agoUpdate latest jemalloc to 5.1.0
Rafael dos Santos Silva [Fri, 25 May 2018 20:33:22 +0000 (17:33 -0300)]
Update latest jemalloc to 5.1.0

6 years agoReduce log retention to 7 days out of the box
Sam [Tue, 1 May 2018 23:34:47 +0000 (09:34 +1000)]
Reduce log retention to 7 days out of the box
Remove notifempty so logs unconditionally rotate

6 years agoGenerate locale based on LANG before setting up Postgres.
Guo Xiang Tan [Thu, 26 Apr 2018 03:29:34 +0000 (11:29 +0800)]
Generate locale based on LANG before setting up Postgres.

6 years agoUpgrade libpng
Gerhard Schlager [Mon, 23 Apr 2018 10:06:40 +0000 (12:06 +0200)]
Upgrade libpng

6 years agoLegacy ImageMagick uses different folder name in archive
Gerhard Schlager [Mon, 23 Apr 2018 09:55:31 +0000 (11:55 +0200)]
Legacy ImageMagick uses different folder name in archive

6 years agoBumps ImageMagick version
Gerhard Schlager [Mon, 23 Apr 2018 08:51:52 +0000 (10:51 +0200)]
Bumps ImageMagick version

6 years agoPrompt user to remove old PG backup data cluster.
Guo Xiang Tan [Tue, 17 Apr 2018 05:55:02 +0000 (13:55 +0800)]
Prompt user to remove old PG backup data cluster.

6 years agoAdd instructions for users that do not want to upgrade at the moment.
Guo Xiang Tan [Tue, 17 Apr 2018 05:44:27 +0000 (13:44 +0800)]
Add instructions for users that do not want to upgrade at the moment.

6 years agoMerge pull request #392 from pfaffman/allow-old-awk
Jeff Atwood [Fri, 13 Apr 2018 23:40:44 +0000 (16:40 -0700)]
Merge pull request #392 from pfaffman/allow-old-awk

fix old awk, better error check, fix data.yml for 2container

6 years agofix old awk, better error check, fix data.yml for 2container
Jay Pfaffman [Fri, 13 Apr 2018 12:57:27 +0000 (05:57 -0700)]
fix old awk, better error check, fix data.yml for 2container

6 years agoPrint the actual amount of diskspace required.
Guo Xiang Tan [Thu, 12 Apr 2018 07:45:29 +0000 (15:45 +0800)]
Print the actual amount of diskspace required.

6 years agoAdd a disk space check before upgrading PostgreSQL.
Guo Xiang Tan [Thu, 12 Apr 2018 07:14:14 +0000 (15:14 +0800)]
Add a disk space check before upgrading PostgreSQL.

6 years agoMerge pull request #391 from pfaffman/master
Jeff Atwood [Mon, 9 Apr 2018 19:53:21 +0000 (12:53 -0700)]
Merge pull request #391 from pfaffman/master

FIX discourse-setup--better sanity checking

6 years agolauncher: launch containers by default with 512MB shmsize
Michael Brown [Fri, 6 Apr 2018 20:12:17 +0000 (16:12 -0400)]
launcher: launch containers by default with 512MB shmsize

6 years agoFIX discourse-setup--better sanity checking
Jay Pfaffman [Thu, 5 Apr 2018 22:59:32 +0000 (15:59 -0700)]
FIX discourse-setup--better sanity checking

6 years agoRemove TLS 1.0/1.1 support
Matt Palmer [Thu, 5 Apr 2018 04:52:16 +0000 (14:52 +1000)]
Remove TLS 1.0/1.1 support

https://meta.discourse.org/t/as-of-october-31-2018-microsoft-office-365-will-no-longer-support-tls-1-0-and-1-1/80479/11?u=mpalmer

6 years agoFix discourse_dev base image to work with PG 10.
Guo Xiang Tan [Wed, 4 Apr 2018 07:46:33 +0000 (15:46 +0800)]
Fix discourse_dev base image to work with PG 10.

6 years agoMore updates to the new postgres templates.
Guo Xiang Tan [Wed, 4 Apr 2018 06:44:50 +0000 (14:44 +0800)]
More updates to the new postgres templates.

6 years agoSwitch launcher to use PG 10.
Guo Xiang Tan [Wed, 4 Apr 2018 03:07:39 +0000 (11:07 +0800)]
Switch launcher to use PG 10.

6 years agoChange to a more reliable git source.
Guo Xiang Tan [Wed, 4 Apr 2018 01:58:51 +0000 (09:58 +0800)]
Change to a more reliable git source.

6 years agoRemove lockless and gperftools from base image.
Guo Xiang Tan [Wed, 4 Apr 2018 00:41:23 +0000 (08:41 +0800)]
Remove lockless and gperftools from base image.

6 years agoBump base image to PG 10.
Guo Xiang Tan [Wed, 4 Apr 2018 00:10:26 +0000 (08:10 +0800)]
Bump base image to PG 10.

6 years agoCopy postgres config folders as well.
Guo Xiang Tan [Tue, 3 Apr 2018 07:28:02 +0000 (15:28 +0800)]
Copy postgres config folders as well.

6 years agoWorking Postgres10 template.
Guo Xiang Tan [Tue, 3 Apr 2018 07:13:43 +0000 (15:13 +0800)]
Working Postgres10 template.

6 years agoMake sure the permission is preserved when copying files.
Guo Xiang Tan [Tue, 3 Apr 2018 05:17:36 +0000 (13:17 +0800)]
Make sure the permission is preserved when copying files.

6 years agoMissing commands in postgres 10 template.
Guo Xiang Tan [Tue, 3 Apr 2018 03:26:37 +0000 (11:26 +0800)]
Missing commands in postgres 10 template.

6 years agoAdd upgrade postgres instructions in PG 10 template.
Guo Xiang Tan [Tue, 3 Apr 2018 03:22:16 +0000 (11:22 +0800)]
Add upgrade postgres instructions in PG 10 template.

6 years agobump ruby to 2.4.4
Sam [Thu, 29 Mar 2018 05:37:59 +0000 (16:37 +1100)]
bump ruby to 2.4.4

6 years agoAdd missing dependency for chrome.
Guo Xiang Tan [Wed, 7 Mar 2018 06:10:16 +0000 (14:10 +0800)]
Add missing dependency for chrome.

6 years agoFixed the link to https://hub.docker.com/r/discourse/base/ (#390)
Vikas Kedia [Mon, 26 Feb 2018 20:16:12 +0000 (01:46 +0530)]
Fixed the link to https://hub.docker.com/r/discourse/base/ (#390)

6 years agoadd missing exec
Sam [Tue, 23 Jan 2018 23:52:21 +0000 (10:52 +1100)]
add missing exec

6 years agorbtrace and stackprof helpers added
Sam [Tue, 23 Jan 2018 04:34:18 +0000 (15:34 +1100)]
rbtrace and stackprof helpers added

6 years agoAdd template for postgres 10.
Guo Xiang Tan [Mon, 8 Jan 2018 06:17:02 +0000 (14:17 +0800)]
Add template for postgres 10.

6 years agoImprove failed to create swap message
Jeff Atwood [Wed, 3 Jan 2018 08:01:42 +0000 (00:01 -0800)]
Improve failed to create swap message

6 years agoBump Discourse base image.
Guo Xiang Tan [Wed, 3 Jan 2018 06:59:26 +0000 (14:59 +0800)]
Bump Discourse base image.

6 years agoUpdate samples (#387)
Jay Pfaffman [Thu, 28 Dec 2017 01:15:59 +0000 (17:15 -0800)]
Update samples (#387)

* update web_only.yml to match app.yml

* update data.yml to match standalone.yml

* missing quotes around variable

* first attempt at multi install

* fix up start up

* change 2 container command line option to "2container"

6 years agoFIX: log all PG stdout/err logs to /var/log/postgres
Sam [Tue, 26 Dec 2017 22:55:33 +0000 (09:55 +1100)]
FIX: log all PG stdout/err logs to /var/log/postgres

6 years agoFIX: stop logging redis logs to docker daemon
Sam [Tue, 26 Dec 2017 22:41:27 +0000 (09:41 +1100)]
FIX: stop logging redis logs to docker daemon

6 years agoFix nginx wasn't able to rotate logs due to incorrect folder permission.
Guo Xiang Tan [Tue, 26 Dec 2017 02:29:35 +0000 (10:29 +0800)]
Fix nginx wasn't able to rotate logs due to incorrect folder permission.

6 years agoInstall yarn and node 9 for discourse_dev.
Guo Xiang Tan [Wed, 20 Dec 2017 17:05:01 +0000 (01:05 +0800)]
Install yarn and node 9 for discourse_dev.

6 years agoFix permission issues when running smoke test.
Guo Xiang Tan [Wed, 20 Dec 2017 07:17:07 +0000 (15:17 +0800)]
Fix permission issues when running smoke test.

6 years agoInstall yarn in `discourse_test` image.
Guo Xiang Tan [Wed, 20 Dec 2017 06:37:03 +0000 (14:37 +0800)]
Install yarn in `discourse_test` image.

6 years agoFIX: Quote all strings in discourse.conf
Matt Palmer [Wed, 20 Dec 2017 05:54:44 +0000 (16:54 +1100)]
FIX: Quote all strings in discourse.conf

Fixes the problem of DB passwords with hashes in them (including passwords
that start with a hash, as reported in https://meta.discourse.org/t/76409).

The problem of passwords with single quotes in them still exists, and will
require modifications to Discourse's GlobalSetting::FileProvider parser,
because the current format doesn't support escaping quote characters.  That
work will have to be deferred to a later time.

6 years agoJust install chrome in `discourse_dev` seperately.
Guo Xiang Tan [Tue, 19 Dec 2017 09:49:55 +0000 (17:49 +0800)]
Just install chrome in `discourse_dev` seperately.

6 years agoFix base image for `discourse_dev`.
Guo Xiang Tan [Tue, 19 Dec 2017 08:51:03 +0000 (16:51 +0800)]
Fix base image for `discourse_dev`.

6 years agoBump `discourse/discourse_test:release` before `discourse/discourse_dev`.
Guo Xiang Tan [Tue, 19 Dec 2017 07:21:42 +0000 (15:21 +0800)]
Bump `discourse/discourse_test:release` before `discourse/discourse_dev`.

6 years agoRemove phantomjs and install google-chrome-stable into test base image.
Guo Xiang Tan [Tue, 19 Dec 2017 03:52:17 +0000 (11:52 +0800)]
Remove phantomjs and install google-chrome-stable into test base image.

6 years agoBump acme.sh to v2.7.5.
Guo Xiang Tan [Tue, 19 Dec 2017 00:57:49 +0000 (08:57 +0800)]
Bump acme.sh to v2.7.5.

6 years agoAdd ability to run JS tests in chrome headless.
Guo Xiang Tan [Fri, 15 Dec 2017 04:24:12 +0000 (12:24 +0800)]
Add ability to run JS tests in chrome headless.

6 years agoUpdate samples (#385)
Jay Pfaffman [Tue, 12 Dec 2017 04:48:23 +0000 (20:48 -0800)]
Update samples (#385)

* update web_only.yml to match app.yml

* update data.yml to match standalone.yml

* missing quotes around variable

6 years agobump nginx version
Sam [Thu, 7 Dec 2017 00:11:57 +0000 (11:11 +1100)]
bump nginx version

6 years agoRemove uneeded patch
Sam [Thu, 7 Dec 2017 00:10:35 +0000 (11:10 +1100)]
Remove uneeded patch

6 years agoBump base image
Rafael dos Santos Silva [Mon, 4 Dec 2017 18:18:28 +0000 (16:18 -0200)]
Bump base image

6 years agoFix nginx folder permission.
Guo Xiang Tan [Mon, 4 Dec 2017 05:19:18 +0000 (13:19 +0800)]
Fix nginx folder permission.

6 years agoAllow nginx folder to be accessible by other services.
Guo Xiang Tan [Mon, 4 Dec 2017 03:55:37 +0000 (11:55 +0800)]
Allow nginx folder to be accessible by other services.

6 years agoUpdate permission of nginx log files.
Guo Xiang Tan [Sun, 3 Dec 2017 15:17:17 +0000 (23:17 +0800)]
Update permission of nginx log files.

6 years agoMerge pull request #372 from fantasticfears/patch-1
Guo Xiang Tan [Fri, 24 Nov 2017 07:01:54 +0000 (15:01 +0800)]
Merge pull request #372 from fantasticfears/patch-1

Building gems in parallels and use 4 workers

6 years agoChange fix permission for nginx logs.
Guo Xiang Tan [Fri, 24 Nov 2017 04:07:53 +0000 (12:07 +0800)]
Change fix permission for nginx logs.

* Other services might need to read from the logs and the current
  permission is alittle too strict.

6 years agoDo a global replace.
Guo Xiang Tan [Wed, 15 Nov 2017 23:46:46 +0000 (07:46 +0800)]
Do a global replace.

6 years agoFix typo.
Guo Xiang Tan [Wed, 15 Nov 2017 23:26:04 +0000 (07:26 +0800)]
Fix typo.

6 years agoForce installation of bundler
Gerhard Schlager [Sun, 12 Nov 2017 00:07:05 +0000 (01:07 +0100)]
Force installation of bundler

fix for https://github.com/rubygems/rubygems/issues/2058

6 years agoFEATURE: Add support for `{{config}}` variable in labels.
Guo Xiang Tan [Fri, 10 Nov 2017 07:18:48 +0000 (15:18 +0800)]
FEATURE: Add support for `{{config}}` variable in labels.

6 years agoMAINTAINER is deprecated, using LABEL now (#383)
Charlie Lewis [Tue, 31 Oct 2017 21:07:21 +0000 (14:07 -0700)]
MAINTAINER is deprecated, using LABEL now (#383)

* MAINTAINER is deprecated, using LABEL now

* converted maintainer to comments

6 years agoRemoves workaround for building libbrotli
Gerhard Schlager [Mon, 30 Oct 2017 15:28:42 +0000 (16:28 +0100)]
Removes workaround for building libbrotli

This reverts 4a33d3e72f85e2d380150ccad86fb02f0ba8babe
It was fixed in https://github.com/bagder/libbrotli/commit/89797d5d4bf2c569c4d3eef6687af610d2068d9f

6 years agoRevert "FIX: Ensure that log files exists in mounted directory."
Guo Xiang Tan [Mon, 30 Oct 2017 07:55:54 +0000 (15:55 +0800)]
Revert "FIX: Ensure that log files exists in mounted directory."

This reverts commit e1b203f209902a599851d5666e0933b00c9a25cd.

6 years agoFIX: Ensure that log files exists in mounted directory.
Guo Xiang Tan [Mon, 30 Oct 2017 03:58:59 +0000 (11:58 +0800)]
FIX: Ensure that log files exists in mounted directory.

6 years agoMerge pull request #380 from pfaffman/multi-container
Jeff Atwood [Fri, 27 Oct 2017 19:20:14 +0000 (12:20 -0700)]
Merge pull request #380 from pfaffman/multi-container

port checking tweaks

6 years agoWorkaround for https://github.com/bagder/libbrotli/issues/45
Gerhard Schlager [Sat, 21 Oct 2017 00:01:09 +0000 (02:01 +0200)]
Workaround for https://github.com/bagder/libbrotli/issues/45

6 years agoAdd template for running the mbox-experimental importer
Gerhard Schlager [Sun, 1 Oct 2017 09:51:51 +0000 (11:51 +0200)]
Add template for running the mbox-experimental importer

6 years agoFix Vagrantfile to run discourse successfully (#378)
Hisashi KOMINE [Wed, 18 Oct 2017 01:18:12 +0000 (10:18 +0900)]
Fix Vagrantfile to run discourse successfully (#378)

* Update the vagrant box to "ubuntu/xenial64"

* Ignore .vagrant/

* Don't create /var/discourse symlink on vagrant's provisioning

* Add private network interface to vagrant vm

* Raise exeption if vagrant-disksize plugin is not installed

* Modify the instruction for vagrant

* Remove unnecessary dependencies

6 years agoDowngrade docker min version
Rafael dos Santos Silva [Sun, 15 Oct 2017 23:15:36 +0000 (21:15 -0200)]
Downgrade docker min version

This should help people who are stuck in distros that can't provide a current and supported version of docker.

See https://github.com/discourse/discourse_docker/commit/ddf8c54cdde0e448526f4fa0e9f7272695db8271#comments

6 years agoport checking tweaks
Jay Pfaffman [Fri, 13 Oct 2017 23:13:13 +0000 (16:13 -0700)]
port checking tweaks

6 years agoFIX: compare_version couldn't handle docker-ce versions
Rafael dos Santos Silva [Wed, 11 Oct 2017 17:38:04 +0000 (14:38 -0300)]
FIX: compare_version couldn't handle docker-ce versions

6 years agoUpdate min docker version to last supported version
Rafael dos Santos Silva [Wed, 11 Oct 2017 16:40:53 +0000 (13:40 -0300)]
Update min docker version to last supported version

6 years agobump image
Sam [Tue, 10 Oct 2017 03:50:08 +0000 (14:50 +1100)]
bump image

6 years agoBump base image for launcher.
Guo Xiang Tan [Tue, 10 Oct 2017 03:14:58 +0000 (11:14 +0800)]
Bump base image for launcher.

6 years agoAdd ECDH curve fallback for Android 7.0
Gerhard Schlager [Tue, 3 Oct 2017 10:49:49 +0000 (12:49 +0200)]
Add ECDH curve fallback for Android 7.0

6 years agoUpgrade to Ruby 2.4.2.
Guo Xiang Tan [Fri, 15 Sep 2017 00:27:27 +0000 (08:27 +0800)]
Upgrade to Ruby 2.4.2.

6 years agowe have to update rubygems cause it may be flaky
Sam Saffron [Thu, 31 Aug 2017 19:49:04 +0000 (15:49 -0400)]
we have to update rubygems cause it may be flaky

6 years agoBuilding gems in parallels and use 4 workers
Erick Guan [Thu, 31 Aug 2017 09:48:56 +0000 (11:48 +0200)]
Building gems in parallels and use 4 workers

6 years agoMerge pull request #371 from LeoMcA/discourse-dev-multisite
Sam [Wed, 30 Aug 2017 21:54:23 +0000 (17:54 -0400)]
Merge pull request #371 from LeoMcA/discourse-dev-multisite

create discourse_test_multsite db in discourse_dev image

6 years agocreate discourse_test_multsite db in discourse_dev image
Leo McArdle [Fri, 25 Aug 2017 13:00:38 +0000 (14:00 +0100)]
create discourse_test_multsite db in discourse_dev image

6 years agoUpgrade acme.sh.
Guo Xiang Tan [Thu, 24 Aug 2017 01:03:55 +0000 (10:03 +0900)]
Upgrade acme.sh.

6 years agoMerge pull request #370 from davidtaylorhq/node-8
Sam [Mon, 21 Aug 2017 14:54:29 +0000 (10:54 -0400)]
Merge pull request #370 from davidtaylorhq/node-8

Bump node.js to version 8

6 years agoRevert "Add google chrome and NPM modules to discourse_test image"
Guo Xiang Tan [Mon, 21 Aug 2017 06:57:17 +0000 (15:57 +0900)]
Revert "Add google chrome and NPM modules to discourse_test image"

This reverts commit 050a1a6a83744a514ba93e8217fe37a035c1ebe4.

6 years agoBump node.js version to 8
David Taylor [Sun, 20 Aug 2017 17:16:53 +0000 (18:16 +0100)]
Bump node.js version to 8

6 years agoMerge pull request #369 from davidtaylorhq/chrome-qunit
Sam [Fri, 18 Aug 2017 18:07:51 +0000 (14:07 -0400)]
Merge pull request #369 from davidtaylorhq/chrome-qunit

Add google chrome and NPM modules to discourse_test image

6 years agoAdd google chrome and NPM modules to discourse_test image
David Taylor [Fri, 18 Aug 2017 16:42:58 +0000 (17:42 +0100)]
Add google chrome and NPM modules to discourse_test image

6 years agoRevert "add the :Z option to all mounted volumes so that discourse works when selinux...
Sam Saffron [Sat, 12 Aug 2017 01:56:45 +0000 (21:56 -0400)]
Revert "add the :Z option to all mounted volumes so that discourse works when selinux is enabled"

This reverts commit 2b0b0938c475b8886ee14f66e8b16f403ca8213a.

6 years agoMerge pull request #366 from db48x/handle-selinux-mounts
Sam [Fri, 11 Aug 2017 15:34:41 +0000 (11:34 -0400)]
Merge pull request #366 from db48x/handle-selinux-mounts

add the :Z option to all mounted volumes so that discourse works when selinux is enabled

6 years agoadd the :Z option to all mounted volumes so that discourse works when selinux is...
Daniel Brooks [Wed, 9 Aug 2017 00:39:10 +0000 (17:39 -0700)]
add the :Z option to all mounted volumes so that discourse works when selinux is enabled

6 years agoBetter message when low on space in docker disk
Rafael dos Santos Silva [Tue, 1 Aug 2017 21:07:57 +0000 (18:07 -0300)]
Better message when low on space in docker disk

6 years agoBump pngcrush from 1.8.10 to 1.8.12
Rafael dos Santos Silva [Tue, 1 Aug 2017 21:01:06 +0000 (18:01 -0300)]
Bump pngcrush from 1.8.10 to 1.8.12

6 years agoFEATURE: Bump to latest image
Rafael dos Santos Silva [Fri, 28 Jul 2017 21:47:31 +0000 (18:47 -0300)]
FEATURE: Bump to latest image

6 years agodowngrade ruby to 2.3.4
Sam [Fri, 28 Jul 2017 13:48:25 +0000 (09:48 -0400)]
downgrade ruby to 2.3.4
upgrade nginx to latest stable

6 years agoFIX: Don't run prereqs check on manual cleanup
Rafael dos Santos Silva [Fri, 28 Jul 2017 02:17:05 +0000 (23:17 -0300)]
FIX: Don't run prereqs check on manual cleanup

6 years agowe have to have a home
Sam [Tue, 25 Jul 2017 15:46:32 +0000 (11:46 -0400)]
we have to have a home

6 years agoMerge pull request #361 from discourse/fix-hsts
Rafael dos Santos Silva [Fri, 14 Jul 2017 02:41:30 +0000 (23:41 -0300)]
Merge pull request #361 from discourse/fix-hsts

FIX: HSTS header was overwrote by Referrer-Policy add_header

6 years agoFIX: HSTS header was overwrote by Referrer-Policy add_header
Rafael dos Santos Silva [Fri, 14 Jul 2017 02:37:48 +0000 (23:37 -0300)]
FIX: HSTS header was overwrote by Referrer-Policy add_header