stonezdj(Daojun Zhang)
stonezdj(Daojun Zhang)
It requires updating the parent artifact pull time if the current artifact is pulled. and update the pull time when the parent artifact is created in proxy cache.
@SoumyaRaikwar, thanks for your contribution! because it involves much of code change in Harbor, could you please raise a proposal in github.com/goharbor/community?
What is the OS the install is running on? you should fix this issue in the Docker Desktop first. ``` The path /data is not shared from the host and...
Please try this workaround: Add following env in the harbor-core container. it will set the http timeout to 60 minutes. ``` REGISTRY_HTTP_CLIENT_TIMEOUT=60 ``` If Harbor is running on docker-compsoe, update...
Can you please provide the harbor-core log separately? in the current harbor-core log, I can't find how long it takes from image start to pull and EOF. you should adjust...
Can you please give us the screenshot of the GC execution history? there should be an error GC job before the current GC job. Because there is a previous GC...
https://github.com/distribution/distribution can be used a pull-through cache, but Harbor can not. Harbor should be configured as a proxy cache project. https://goharbor.io/docs/2.14.0/administration/configure-proxy-cache/, they are different features and have different configure. The...
How do you specify another port other than 8080? How do you deploy the Harbor? docker-compose or kubernetes?
the `cdms/arquivo/frontend-arquivio:prd` is the full image name, the input requires repository name, such as `frontend-arquivio`, if you need to rename the tag, you should create a new tag for the...
You can refer the FAQ(2. How to reset admin password): https://github.com/goharbor/harbor/wiki/Harbor-FAQs to reset password.