Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
21210482e1
1 changed files with 2 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Reference in a new issue