Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add cleanup packages #443

Merged
merged 5 commits into from
Mar 5, 2025
Merged

Conversation

obezsmertnyi
Copy link
Contributor

This configuration allows you to specify how many of the most recent images will be retained in the registry:

keep_release: 30 – Retains the latest 30 images with release tags (e.g. tags in the format vX.X.X).
keep_develop: 20 – Retains the latest 20 images with develop tags (i.e. tags that start with develop-).
keep_other: 20 – Retains the latest 20 images with other tags (tags that do not match the release or develop patterns).
keep_untagged: 0 – Does not retain any untagged images.

All older images exceeding these limits will be deleted.

@StanChe StanChe merged commit 314a437 into develop Mar 5, 2025
10 checks passed
@StanChe StanChe deleted the feature/add-cleanup-packages branch March 5, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants