Count total tags

How to search old docker tags using AQL or CLI

AuthorFullName__c
Hirofumi Iwashita
articleNumber
000004841
ft:sourceType
Salesforce
FirstPublishedDate
2020-12-07T15:33:01Z
lastModifiedDate
2020-12-07
VersionNumber
5
  1. $ curl -s -X GET http://localhost:8081/artifactory/api/docker/docker-local/v2/hello-world/tags/list -u admin:password | jq '.tags | length'
    11
    $