Releases: cd1989/harbor-cleaner
Releases · cd1989/harbor-cleaner
v0.3.0
v0.2.0
- Delete tags without side effects As we known when we delete a tag from a repo in docker registry, the underneath manifest is deleted, so are other tags what share the same manifest. In this tool, we protect tags from such situation.
- Delete by policies Support delete tags by configurable policies: number policy, regex policy
- Dry run before actual cleanup To see what would be cleaned up before performing real cleanup.
- Cron Schedule Schedule the cleanup regularly by cron.