You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X GET "http://docker.artifactory:8081/artifactory/api/docker/v2/docker-local/client/tags/list" -H "X-JFrog-Art-Api: ...."
{
"errors" : [ {
"status" : 400,
"message" : "Unsupported docker repository request for 'v2'"
} ]
}```
Is there something missing, I've also tried just client for example without the docker-local
The text was updated successfully, but these errors were encountered:
I'm able to list using catalog e.g.
However, trying to list tags I keep getting
The text was updated successfully, but these errors were encountered: