File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# builder
2
2
3
- ![ Version: 1.4 .0] ( https://img.shields.io/badge/Version-1.4 .0-informational?style=flat-square )
3
+ ![ Version: 2.0 .0] ( https://img.shields.io/badge/Version-2.0 .0-informational?style=flat-square )
4
4
5
5
Helm Chart for default system/root runtime Builder (onprem)
6
6
@@ -33,7 +33,7 @@ Helm Chart for default system/root runtime Builder (onprem)
33
33
| configMaps.config.enabled | bool | ` true ` | |
34
34
| container.command[ 0] | string | ` "/bin/sh" ` | |
35
35
| container.command[ 1] | string | ` "-c" ` | |
36
- | container.command[ 2] | string | ` "rm -fv /var/run/docker.pid\nmkdir -p /var/run/codefresh\n # Adding cleaner\ncp -L /opt/dind/docker-cleaner.sh /usr/local/bin/ && chmod +x /usr/local/bin/docker-cleaner.sh\nif [[ -n \"${DOCKER_CLEANER_CRON}\" ]]; then\n echo \"Set /etc/crontabs/root - ${DOCKER_CLEANER_CRON} /usr/local/bin/docker-cleaner.sh\"\n echo \"${DOCKER_CLEANER_CRON} /usr/local/bin/docker-cleaner.sh \" >> /etc/crontabs/root\n crond\nfi\ndockerd \n" ` | |
36
+ | container.command[ 2] | string | ` "# Adding cleaner\ncp -L /opt/dind/docker-cleaner.sh /usr/local/bin/ && chmod +x /usr/local/bin/docker-cleaner.sh\nif [[ -n \"${DOCKER_CLEANER_CRON}\" ]]; then\n echo \"Set /etc/crontabs/root - ${DOCKER_CLEANER_CRON} /usr/local/bin/docker-cleaner.sh\"\n echo \"${DOCKER_CLEANER_CRON} /usr/local/bin/docker-cleaner.sh \" >> /etc/crontabs/root\n crond\nfi\nrun.sh \n" ` | |
37
37
| container.containerSecurityContext.privileged | bool | ` true ` | |
38
38
| container.env.DOCKER_CLEANER_CRON | string | ` "0 0 * * *" ` | |
39
39
| container.image.pullPolicy | string | ` "IfNotPresent" ` | |
You can’t perform that action at this time.
0 commit comments