Open SamD opened 5 years ago
Hi SamD Please note the wrong url: You sent:
cur -X GET "http://docker.artifactory:8081/artifactory/api/docker/v2/docker-local/client/tags/list" -H "X-JFrog-Art-Api: ...."
While it should be:
curl -X GET "http://docker.artifactory:8081/artifactory/api/docker/docker-local/v2/client/tags/list" -H "X-JFrog-Art-Api: ...."
(v2 and repository name are misplaced)
Ok thanks, hmmm I thought I had found the sample I used from your docs. as a result of a Google search, perhaps not.
Hmmm still unable to get this work, I keep getting either it is unable to locate the repository name or not found
Is there some specific security setting I might be missing for the api access, I am using the generated api token for the admin user
I'm able to list using catalog e.g.
However, trying to list tags I keep getting