Update cleaning up settings
This commit is contained in:
parent
a4a5c7abcb
commit
cdbdefb9fc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
###############################################################
|
||||
# Setting I use for cleaning up image tags #
|
||||
# - Running cleanup every day #
|
||||
# - Keeping 1 tag per image name matching : (?:v.+|dev) #
|
||||
# - Running cleanup every week #
|
||||
# - Keeping 1 tag per image name matching : (?:v.\d+|dev) #
|
||||
# - Removing tags older than 7 days matching the default : .* #
|
||||
###############################################################
|
||||
|
||||
|
|
Reference in a new issue