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