2023-01-24 04:29:20 +00:00
|
|
|
{
|
2023-12-06 08:23:34 +00:00
|
|
|
"builder": {
|
|
|
|
"gc": {
|
2024-01-06 04:29:53 +00:00
|
|
|
"defaultKeepStorage": "20GB",
|
2023-12-06 08:23:34 +00:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
},
|
2024-01-06 04:28:02 +00:00
|
|
|
"experimental": true{{ if (eq .host.distro.family "linux") }},
|
2023-01-25 11:45:30 +00:00
|
|
|
"runtimes": {
|
|
|
|
"runsc": {
|
|
|
|
"path": "/usr/local/bin/runsc"
|
2023-01-24 04:29:20 +00:00
|
|
|
}
|
2024-01-06 04:28:02 +00:00
|
|
|
}{{ end }}
|
2023-01-24 04:29:20 +00:00
|
|
|
}
|