You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.