Skip to content

Releases: cd1989/harbor-cleaner

Release list

v0.3.0

Choose a tag to compare

@cd1989 cd1989 released this 20 Sep 08:27
  • Support recently not touched policy: It removes all images that are not touched in a given time period.

v0.2.0

Choose a tag to compare

@cd1989 cd1989 released this 10 Sep 09:09
6ce0d12
  • 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.