how to delete orphaned link and upload file after gc? #20309
Unanswered
microyahoo
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Currently, Harbor only removes |
Beta Was this translation helpful? Give feedback.
3 replies
-
By default, there should be a purge job executed periodically to clean the upload folder by distribution, see Line 283 in dee73a4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use harbor as registory for testing. I cleanup harbor after test finished, and run Garbage Collection, then run
registry garbage-collect cmd/registry/config-harbor.yml -m
to cleanup residual data in s3 bucket.But I found that even after executing gc, there is still a lot of residual data, mainly the link files of layers. How can I clear this data?
Beta Was this translation helpful? Give feedback.
All reactions