desktop: remove BuildKit feature from daemon config

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-06-28 03:57:30 +02:00
parent 2063af1117
commit 5967cf9448
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 3 additions and 12 deletions

View File

@ -136,10 +136,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
"experimental": false
}
```

View File

@ -189,10 +189,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
"experimental": false
}
```

View File

@ -223,10 +223,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
"experimental": false
}
```