mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-17 07:41:18 +00:00
add purge_tags_keep_regexp to config.yml
This commit is contained in:
parent
2533046ad0
commit
f769e3e5f9
@ -50,6 +50,8 @@ debug: true
|
||||
# How many days to keep tags but also keep the minimal count provided no matter how old.
|
||||
purge_tags_keep_days: 90
|
||||
purge_tags_keep_count: 2
|
||||
# Keep tags matching regexp no matter how old
|
||||
# purge_tags_keep_regexp: '^latest$'
|
||||
# Enable built-in cron to schedule purging tags in server mode.
|
||||
# Empty string disables this feature.
|
||||
# Example: '25 54 17 * * *' will run it at 17:54:25 daily.
|
||||
|
Loading…
Reference in New Issue
Block a user