Skip to content

Releases: cd1989/harbor-cleaner

v0.3.0

20 Sep 08:27
Compare
Choose a tag to compare
  • Support recently not touched policy: It removes all images that are not touched in a given time period.

v0.2.0

10 Sep 09:09
6ce0d12
Compare
Choose a tag to compare
  • 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.