Artifactory - Docker Registry _catalog call , returns blank

744 views Asked by At

We have an Artifactory configured as a docker registry and when call is made to https://artifactory/v2/_catalog, the catalog call returns blank, rather then listing docker image repositories.

According to https://docs.docker.com/registry/spec/api/#listing-repositories this should return repositories.

However, the call to https://artifactory/v2/docker-repo/_catalog works.

Do you know how to solve the problem?

1

There are 1 answers

2
Muhammed Kashif On

For listing the docker repositories from Artifactory, you should refer to this REST API call instead of the normal docker API call.