简体   繁体   中英

Artifactory - Docker Registry _catalog call , returns blank

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 tohttps://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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM