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?
For listing the docker repositories from Artifactory, you should refer to this REST API call instead of the normal docker API call.