403s on pulls have to be 404s for now.

This commit is contained in:
yackob03 2013-11-11 17:11:21 -05:00
parent 3187539509
commit 64cbc735fb

View file

@ -215,7 +215,8 @@ def get_repository_images(namespace, repository):
return resp
abort(403)
# TODO Submit a pull to docker CLI to get it to accept 403s
abort(404)
@app.route('/v1/repositories/<path:repository>/images', methods=['DELETE'])