Commit Graph

36 Commits

Author SHA1 Message Date
Tianon Gravi 1a11f95f5a
Merge pull request #25 from infosiftr/no-builds
Drop healthcheck builds since the images aren't really maintained
2021-06-28 16:44:17 -07:00
Joe Ferguson 4268ae172a Drop healthcheck builds since the images aren't really maintained 2021-06-25 16:11:04 -07:00
Tianon Gravi f21cb9f59a
Merge pull request #23 from tobias-trabelsi-sonarsource/master
fixed healthcheck as of image rework with 8.x release
2020-05-26 11:07:40 -07:00
tobias-trabelsi-sonarsource b13a60f6b8 using wget for healthcheck 2020-05-26 20:02:41 +02:00
tobias-trabelsi-sonarsource c55b568cd3 fixed healthcheck as of image rework with 8.x release 2020-05-26 14:00:21 +02:00
Tianon Gravi 396fc60252 Update README to point to FAQ 2020-04-22 16:45:35 -07:00
Tianon Gravi ccb2dab239 Add initial Docker-in-Docker healthcheck example 2019-08-05 17:10:57 -07:00
Tianon Gravi eb12c27210
Merge pull request #20 from pierre-guillot-sonarsource/feature/MMF-1777/add_healthcheck
Add sonarqube healthcheck example
2019-07-25 15:44:54 -07:00
Pierre Guillot 8382f96132 use the external interface, and remove the useless chown on the exe 2019-07-25 16:35:53 +02:00
Pierre Guillot 0291351ae2 MMF-1777 provide healcheck exemple 2019-07-24 12:20:06 +02:00
Tianon Gravi 436d3437d3
Merge pull request #17 from rabbitmq/improve-rabbitmq-healthcheck
Improve RabbitMQ HEALTHCHECK
2019-01-16 02:46:20 -08:00
Gerhard Lazu 183d0010b6
Improve RabbitMQ HEALTHCHECK
This improves on rabbitmqctl status by making specific assertions about
alarms & active listeners. When assertions fail, the errors will be
(relatively) easy to understand, e.g.

    {{:badmatch, {true, :rabbit_app_booted_and_is_running}}, [{:erl_eval, :expr, 5, [file: 'erl_eval.erl', line: 453]}, {:erl_eval, :exprs, 5, [file: 'erl_eval.erl', line: 126]}, {:rpc, :"-handle_call_call/6-fun-0-", 5, [file: 'rpc.erl', line: 197]}]}

This is a follow-up from docker-library/rabbitmq#300
2019-01-15 19:16:10 +00:00
Tianon Gravi fc5ddb227e Fix "elasticsearch" example 2018-10-09 15:02:00 -07:00
Tianon Gravi 44879c2151
Merge pull request #16 from infosiftr/mysqladmin
Add "mysqladmin" as a less-invasive healthcheck for MySQL (when it's available)
2018-09-17 15:32:44 -07:00
Tianon Gravi 9b04b4ce73 Add "mysqladmin" as a less-invasive healthcheck for MySQL (when it's available) 2018-08-31 11:39:50 -07:00
yosifkit 8a4471517d
Merge pull request #12 from docker-library/moar-docco
Add more useful links to README
2017-12-28 15:27:22 -08:00
Tianon Gravi 465618159b Add more useful links to README 2017-12-28 15:19:47 -08:00
Tianon Gravi 47df203972 Merge pull request #9 from docker-library/yosifkit-patch-1
Clarify these are examples, not maintained images
2017-06-21 11:59:32 -07:00
yosifkit ea826a0dcd Clarify these are examples, not maintained images 2017-06-21 11:58:31 -07:00
Tianon Gravi 53c08ee20a Merge pull request #5 from docker-library/alpine
Add Alpine variants of postgres, rabbitmq, and redis
2017-04-10 09:50:40 -07:00
Tianon Gravi 983f59adc9 Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
Tianon Gravi d1f10080c5 Merge pull request #3 from teohhanhui/patch-1
Test the specified POSTGRES_DB
2017-03-30 10:11:04 -07:00
Teoh Han Hui f5baa3e974 Test the specified POSTGRES_DB 2017-03-30 20:36:58 +08:00
Tianon Gravi 303307e15d Convert all instances of "exit 2" to simply "exit 1"
See https://github.com/docker/docker/pull/24856 for more details.
2016-11-01 15:48:41 -07:00
Tianon Gravi 35c2bc57c8 Add "mariadb" and "percona" 2016-06-13 15:08:53 -07:00
Tianon Gravi d7ffc52ddf Add "rabbitmq" 2016-06-13 15:02:06 -07:00
Tianon Gravi 8baa66d8ee Add "elasticsearch" 2016-06-13 14:53:59 -07:00
Tianon Gravi 9d4d701701 Add "cassandra" 2016-06-13 14:48:03 -07:00
Tianon Gravi 7195166c70 Use "hostname --ip-address" consistently 2016-06-13 14:47:52 -07:00
Tianon Gravi 47c0ddbc33 Add "postgres" 2016-06-13 14:39:08 -07:00
Tianon Gravi 03337f3473 Add "mysql" 2016-06-13 14:32:31 -07:00
Tianon Gravi a5e5a6e9f3 Add "mongo" 2016-06-13 14:15:10 -07:00
Tianon Gravi 0fb5aa14e7 Use an explicit "exit 2" instead of relying on bash 2016-06-13 13:59:06 -07:00
Tianon Gravi abce2cc1dd Add initial "redis" 2016-05-06 14:59:26 -07:00
Tianon Gravi 6d2057ff41 Add initial simple README 2016-05-06 14:51:42 -07:00
Tianon Gravi 2e69fbb922 Add initial license (Expat) 2016-05-06 14:50:25 -07:00