Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1d95a5

Browse files
env vars on in-dind cleaner
1 parenta31b8ad commitc1d95a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,10 +1725,12 @@ Override `dockerDaemonScheduler.envVars` on Runtime Environment if necessary (th
17251725
```yaml
17261726
dockerDaemonScheduler:
17271727
envVars:
1728-
CLEAN_DOCKER:'true'
1729-
CLEAN_PERIOD_BUILDS:'5'
1730-
IMAGE_RETAIN_PERIOD:'14400'
1731-
VOLUMES_RETAIN_PERIOD:'14400'
1728+
CLEAN_PERIOD_SECONDS:'21600' # launch clean if last clean was more than CLEAN_PERIOD_SECONDS seconds ago
1729+
CLEAN_PERIOD_BUILDS:'5' # launch clean if last clean was more CLEAN_PERIOD_BUILDS builds since last build
1730+
IMAGE_RETAIN_PERIOD:'14400' # do not delete docker images if they have events since current_timestamp - IMAGE_RETAIN_PERIOD
1731+
VOLUMES_RETAIN_PERIOD:'14400' # do not delete docker volumes if they have events since current_timestamp - VOLUMES_RETAIN_PERIOD
1732+
DISK_USAGE_THRESHOLD:'0.8' # launch clean based on current disk usage DISK_USAGE_THRESHOLD
1733+
INODES_USAGE_THRESHOLD:'0.8' # launch clean based on current inodes usage INODES_USAGE_THRESHOLD
17321734
```
17331735
17341736
***

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp