Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harbor Proxy-Cache not pulling #13865

Closed
gikvin opened this issue Dec 29, 2020 · 3 comments
Closed

Harbor Proxy-Cache not pulling #13865

gikvin opened this issue Dec 29, 2020 · 3 comments

Comments

@gikvin
Copy link

gikvin commented Dec 29, 2020

What can we help you?

I am using harbor proxy-cache to dockerhub. Pulling images like nginx with harbor proxy-cache is not a problem (HarborDomainName/proxy-cache/library/nginx), but when pulling images like vmware/harbor-log (HarborDomainName/proxy-cache/library/vmware/harbor-log), harbor can't read manifest and verify image existence.

@phin1x
Copy link
Contributor

phin1x commented Dec 30, 2020

I think the image path for vmware/harbor-log should be HarborDomainName/proxy-cache/vmware/harbor-log

@gikvin
Copy link
Author

gikvin commented Jan 1, 2021

I think the image path for vmware/harbor-log should be HarborDomainName/proxy-cache/vmware/harbor-log

you are right, but this opens then the big problem. Most applications are written in the fashion they use registry in this format:
registryname/imagename, it means if imagename is nginx, it would throw error (HarborDomainName/proxy-cache/nginx), so there would be no fix to overwrite the default image URL settings with HarborDomainName/proxy-cache/ private registry string.

@gikvin gikvin closed this as completed Jan 1, 2021
@gikvin
Copy link
Author

gikvin commented Jan 1, 2021

reference to #8082 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants