From 94af21b6f7ea090a03066db7a120d248d5e6690d Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:32:45 +0200 Subject: [PATCH] engine: remove BuildKit feature from daemon config Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- config/daemon/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/daemon/index.md b/config/daemon/index.md index 36836af0d1..0813afc316 100644 --- a/config/daemon/index.md +++ b/config/daemon/index.md @@ -62,10 +62,7 @@ Here's what the configuration file might look like: "enabled": true } }, - "experimental": false, - "features": { - "buildkit": true - } + "experimental": false } ```