Go to file
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
cassandra Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
docker Add initial Docker-in-Docker healthcheck example 2019-08-05 17:10:57 -07:00
elasticsearch Fix "elasticsearch" example 2018-10-09 15:02:00 -07:00
mongo Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
mysql Add "mysqladmin" as a less-invasive healthcheck for MySQL (when it's available) 2018-08-31 11:39:50 -07:00
postgres Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
rabbitmq Improve RabbitMQ HEALTHCHECK 2019-01-15 19:16:10 +00:00
redis Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
sonarqube using wget for healthcheck 2020-05-26 20:02:41 +02:00
LICENSE Add initial license (Expat) 2016-05-06 14:50:25 -07:00
README.md Update README to point to FAQ 2020-04-22 16:45:35 -07:00

README.md

HEALTHCHECK

This is an example set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling HEALTHCHECK behavior in the official images.

These images are not maintained and are only provided as a reference in implementing your own HEALTHCHECK.

See the HEALTHCHECK FAQ entry for the rationale for why these don't get added to the official images directly.

See github.com/docker-library/oi-janky-groovy/healthcheck-pipeline.groovy for the script which builds and pushes these to the healthcheck namespace on Docker Hub.