FIX: discourse-setup was not adding MAXMIND key
[discourse_docker.git] / launcher
2020-12-21 Rafael dos Santos... FEATURE: Bump base image (#511)
2020-12-15 Alan Guo Xiang TanRemove `host_run` from `launcher`. (#498)
2020-12-08 Rafael dos Santos... New image with fix for CVE-2020-1971 (#496)
2020-12-08 Régis HanolFIX: prompt to remove old psql data defaults to 'N'
2020-12-07 Michael Fitz-Paynelauncher: update base image for postgres 13 update...
2020-12-07 Michael Fitz-PayneUpdate base image and default to postgres 13. (#493)
2020-11-26 Rafael dos Santos... Bump default base image
2020-11-05 Haoming WangRemove additional exit command (#485)
2020-10-08 Sam SaffronUpdate base image to cover latest security fixes
2020-08-05 David TaylorDEV: Raise an error when env variable is a YAML hash...
2020-07-29 Penar MusarajUpdate base image
2020-07-28 Sam SaffronDEV: overlay2 is the recommended storage engine not...
2020-07-15 Michael BrownFIX: re-exec code was broken
2020-06-05 Kane YorkFIX: Typo in retried image pull
2020-05-27 Rafael dos Santos... Handle dangling pg data folders from previous updates
2020-05-26 Kane YorkFIX: Automatically retry image pull once (#468)
2020-05-13 Rafael dos Santos... wait a bit more if necessary for container stop
2020-05-12 Rafael dos Santos... New base image with PostgreSQL 12
2020-04-30 Michael BrownUpdate Discourse base image to 2.0.20200429-2110
2020-03-11 Mark VainomaaFEATURE: Don't use fully qualified path for bash in...
2020-02-27 Sam SaffronDEV: Bump baseimage
2019-12-23 Rafael dos Santos... Bump base image
2019-10-16 romanrizziBump base image to update uglifyJS to v3
2019-09-20 Saj GoonatillekeFIX: Pass through stdout when running interactively
2019-09-19 Saj GoonatillekeFIX: Never prune Docker volumes
2019-09-06 Rafael dos Santos... Bump base image
2019-09-02 Rafael dos Santos... Bump base image
2019-08-22 Jay PfaffmanFEATURE: launcher suggests discourse-doctor on fail
2019-08-06 Saj GoonatillekeMake merge_user_args idempotent (#438)
2019-06-27 Gerhard SchlagerBump base image
2019-06-19 Rafael dos Santos... FIX: Make storage detection compatible with docker...
2019-06-10 Michael BrownFIX: we cannot prompt for user input if we have no tty
2019-05-21 Guo Xiang TanUpdate to `discourse/base:2.0.20190505-2322`.
2019-05-15 Régis HanolCOPY: remove unsupported storage drivers from warning...
2019-05-10 Jeff Atwoodremove btrfs and overlay from "safe" storage drivers
2019-05-07 StephenUpdate bash path (#430)
2019-05-06 Gerhard SchlagerUpdate base image
2019-04-26 Geoff ReedyUse HEAD instead of @ shortcut for git in launcher...
2019-03-28 Sam SaffronUpdate base image to Ruby 2.6.2 based image
2019-03-19 Sam SaffronFEATURE: add start-cmd to provide the command line...
2019-03-19 Sam SaffronDEV: clean up docker detection
2019-03-07 Neil LalondeAdd a way to expose a port without publishing
2019-02-17 Sam SaffronUpdate docker base image
2019-02-14 Dave Earglemerge docker_args with user_args for launcher file
2019-02-13 SamDEV: cleanup docker prune pattern
2019-02-13 SamFEATURE: swap to using "docker system prune"
2019-02-08 Neil Lalondesupport expose in templates
2019-01-23 Guo Xiang TanFix extra spaces appearing in ENV.
2019-01-23 Guo Xiang TanFix bug introduced in faaa8c17ca08d22563ab0153b7f964d93...
2019-01-23 Guo Xiang TanFEATURE: Support `{{config}}` replacement to template...
2019-01-17 Guo Xiang TanFix regression due to f80e6a37a9d748f43047141b18986f638...
2019-01-17 Guo Xiang TanFIX: Print usage when config is not passed to launcher.
2019-01-10 Eduardo PoleoLauncher script breaks at high numbers of sites (#414)
2018-11-19 Guo Xiang TanSupport `--run-image` option for launcher.
2018-10-31 Sambump launcher for IP address lookups
2018-10-10 Guo Xiang TanBump `discourse/base` docker image.
2018-09-18 Guo Xiang TanMake `./launcher run` use the run image instead.
2018-09-18 Guo Xiang Tan`./launhcer run` should exit with the right code.
2018-09-18 Guo Xiang TanCan't use `--login` because bash profile hasn't been...
2018-09-18 Guo Xiang TanRun command in Discourse's dir by default.
2018-09-18 Guo Xiang TanFEATURE: Add `./launcher run` command.
2018-09-11 Guo Xiang TanMerge pull request #397 from pfaffman/patch-1
2018-08-02 SamFEATURE: disable huge pages in PG, web and redis
2018-07-30 Michael SchererMake launcher work with french locale (among others...
2018-07-23 Guo Xiang TanBump base image for launcher.
2018-07-12 Jay PfaffmanFEATURE: Add the doctor (#396)
2018-06-25 Guo Xiang TanMerge pull request #394 from pfaffman/patch-1
2018-06-15 Rafael dos Santos... Bump base image
2018-06-13 Rafael dos Santos... Bump base image
2018-04-17 Guo Xiang TanPrompt user to remove old PG backup data cluster.
2018-04-13 Jeff AtwoodMerge pull request #392 from pfaffman/allow-old-awk
2018-04-09 Jeff AtwoodMerge pull request #391 from pfaffman/master
2018-04-06 Michael Brownlauncher: launch containers by default with 512MB shmsize
2018-04-04 Guo Xiang TanSwitch launcher to use PG 10.
2018-01-03 Guo Xiang TanBump Discourse base image.
2017-12-04 Rafael dos Santos... Bump base image
2017-11-24 Guo Xiang TanMerge pull request #372 from fantasticfears/patch-1
2017-11-15 Guo Xiang TanDo a global replace.
2017-11-15 Guo Xiang TanFix typo.
2017-11-10 Guo Xiang TanFEATURE: Add support for `{{config}}` variable in labels.
2017-10-27 Jeff AtwoodMerge pull request #380 from pfaffman/multi-container
2017-10-15 Rafael dos Santos... Downgrade docker min version
2017-10-11 Rafael dos Santos... FIX: compare_version couldn't handle docker-ce versions
2017-10-11 Rafael dos Santos... Update min docker version to last supported version
2017-10-10 Sambump image
2017-10-10 Guo Xiang TanBump base image for launcher.
2017-08-12 Sam SaffronRevert "add the :Z option to all mounted volumes so...
2017-08-11 SamMerge pull request #366 from db48x/handle-selinux-mounts
2017-08-09 Daniel Brooksadd the :Z option to all mounted volumes so that discou...
2017-08-01 Rafael dos Santos... Better message when low on space in docker disk
2017-07-28 Rafael dos Santos... FEATURE: Bump to latest image
2017-07-28 Rafael dos Santos... FIX: Don't run prereqs check on manual cleanup
2017-07-04 Rafael dos Santos... FIX: More resilient docker fs space detection
2017-06-29 Rafael dos Santos... FEATURE: Check disk space on launcher script
2017-06-21 Guo Xiang TanRevert "Allow user arguments to be passed to Docker...
2017-06-21 Guo Xiang TanRevert "Allow user arguments to be passed to stop comma...
2017-06-21 Guo Xiang TanAllow user arguments to be passed to stop command part 2.
2017-06-21 Guo Xiang TanAllow user arguments to be passed to Docker stop command.
2017-06-13 SamMerge pull request #359 from discourse/revert-358-no...
2017-06-13 SamRevert "Don't commit environment to bootstrapped image"
next