Keep but 3 deployments in default config
This commit is contained in:
parent
d2f5cc3e7e
commit
48fbcac160
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -293,7 +293,7 @@ init () {
|
||||||
repo_default_image='arkanelinux'
|
repo_default_image='arkanelinux'
|
||||||
|
|
||||||
# Keep the latest N deployments, remove anything older
|
# Keep the latest N deployments, remove anything older
|
||||||
deploy_keep=4
|
deploy_keep=3
|
||||||
|
|
||||||
# Remove images from the cache when their deployments are removed
|
# Remove images from the cache when their deployments are removed
|
||||||
clean_cache_on_remove=1
|
clean_cache_on_remove=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue