Skip to content

v0.2.0

Compare
Choose a tag to compare
@cd1989 cd1989 released this 10 Sep 09:09
· 13 commits to master since this release
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.