Can be used to rebuild image petergrainger/healthcheck-mysql:5.7
Docker image and accompanying script to wrap the mysql:5.7 docker image adding the healthcheck directive to verify mysql is running.
This image is not required using docker compose, this file can define a healthcheck directly. This image can be used for codeship as a healthcheck is not required. The healthcheck images provided by docker (healthcheck/mysql) use the latest version of mysql and won't work if version 5.7 is needed.
docker pull petergrainger/healthcheck-mysql:5.7
docker build . -t petergrainger/healthcheck-mysql:5.7