Address comments
This commit is contained in:
parent
1022355bb1
commit
84e5c0644e
4 changed files with 7 additions and 3 deletions
|
@ -168,7 +168,7 @@ def _repo_verb(namespace, repository, tag, verb, formatter, checker=None, **kwar
|
|||
|
||||
@verbs.route('/aci/<server>/<namespace>/<repository>/<tag>/aci/<os>/<arch>/', methods=['GET'])
|
||||
@process_auth
|
||||
def get_rocket_image(server, namespace, repository, tag, os, arch):
|
||||
def get_aci_image(server, namespace, repository, tag, os, arch):
|
||||
def checker(image_json):
|
||||
# Verify the architecture and os.
|
||||
operating_system = image_json.get('os', 'linux')
|
||||
|
|
Reference in a new issue