From 21304a56783a0d4a879859aa29dc670e4cf32208 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 2 May 2014 14:52:03 -0400 Subject: [PATCH] We are not a standalone registry. --- endpoints/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/index.py b/endpoints/index.py index 4aa3f8ec7..6ebec2d6c 100644 --- a/endpoints/index.py +++ b/endpoints/index.py @@ -432,4 +432,5 @@ def get_search(): def ping(): response = make_response('true', 200) response.headers['X-Docker-Registry-Version'] = '0.6.0' + response.headers['X-Docker-Registry-Standalone'] = '0' return response