Docker registries are crucial for containerized workloads, but storage can be a pain point due to limited capacity or high costs.
Regmaid is a CLI tool that enforces tag retention policies on Docker registries, independent of the registry implementation and storage backend.
Regmaid inspects image manifests to determine tag age and deletes tags based on user-defined policies, such as keeping a minimum/maximum number of tags or deleting tags older than a specific time period.
Regmaid can be installed via Go, configured using a regmaid.yaml file, and automated for convenience using tools like Cron or CronJob on Kubernetes.