Retention Policies
Thalassa Container Registry supports configurable retention policies to automatically manage image lifecycle, helping control storage costs and maintain image hygiene.
Overview
Retention policies automatically delete images based on configurable rules:
- Tag-based retention: Keep or delete images based on tag patterns
- Time-based retention: Remove images older than a specified duration
- Count-based retention: Maintain a maximum number of tags per repository
Configuring Retention Policies
Via Console
- Navigate to Platform → Container Registry → Your Namespace
- Select a repository
- Go to Settings → Retention Policies
- Configure retention rules
- Save the configuration
References
- Getting Started — Basic registry usage