简体   繁体   中英

In JFrog container registry, how to pull a image which name contains forward slash,for example, bitnami/nginx?

I add a remote docker repository, using the default config of Artifactory. I can pull images like alpine and hello-world through artifactory remote repo, but when the image name has a "/", usually a [group id]/[image id] format, for example "elastic/filebeat", the artifactory log shows it can not find the manifest file. docker pull elastic/filebeat directly from docker registry is ok. I can not believe that no one encounter this problem on inte.net, did i missing something?

I figure it out. I use accelerate mirror other than docker official hub, when pulling a image, the mirror needs a 'library' prefix, otherwise it cannot find the manifests file; but when the image name contains forword slash, you cannot add 'library' prefix, WTF. Waste my entire day.

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