Skip to content

Unable to list tags with docker-compose deployed Artifactory (embedded Tomcat) #168

@SamD

Description

@SamD

I'm able to list using catalog e.g.

curl -X GET "http://docker.artifactory:8081/artifactory/api/docker/docker-local/v2/_catalog" -H "X-JFrog-Art-Api: ...."
{
  "repositories" : [ "docker-local/client", "docker-local/db", "docker-local/server" ]
}

However, trying to list tags I keep getting

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions