engine: remove BuildKit feature from daemon config

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-06-28 12:32:45 +02:00
parent 5967cf9448
commit 94af21b6f7
1 changed files with 1 additions and 4 deletions

View File

@ -62,10 +62,7 @@ Here's what the configuration file might look like:
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
"experimental": false
}
```