1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-22 02:19:42 +00:00
docker-distribution/registry
Stephen J Day 6ba799b69e Provide simple storage driver health check
To ensure the ensure the web application is properly operating, we've added a
periodic health check for the storage driver. If the health check fails three
times in a row, the registry will serve 503 response status for any request
until the condition is resolved. The condition is reported in the response body
and via the /debug/health endpoint.

To ensure that all drivers will properly operate with this health check, a
function has been added to the driver testsuite.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-08-11 11:50:52 -07:00
..
api Add blob delete entry to api description and regenerate api.md 2015-08-03 11:59:19 -07:00
auth auth.AccessController interface now uses distribution/context 2015-07-23 19:48:47 -07:00
client Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
handlers Provide simple storage driver health check 2015-08-11 11:50:52 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxy Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
storage fix(rados): Create OMAP for root directory 2015-08-10 23:46:33 +02:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00