From c60d3ca8d1ebb2ad136fb42e08bca8fed56d360b Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Couaillier <41171215+dockerpac@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:14:04 +0200 Subject: [PATCH] add some details on limitation of buildkit with UCP (#9118) add details on limitation of buildkit with UCP --- develop/develop-images/build_enhancements.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/develop/develop-images/build_enhancements.md b/develop/develop-images/build_enhancements.md index 2128707160..cb61eeec65 100644 --- a/develop/develop-images/build_enhancements.md +++ b/develop/develop-images/build_enhancements.md @@ -22,8 +22,9 @@ For more information on build options, see the reference guide on the [command l ## Limitations -* BuildKit mode is incompatible with UCP and Swarm Classic * Only supported for building Linux containers +* BuildKit mode is compatible with UCP 3.2 or newer +* BuildKit mode is incompatible with Swarm Classic ## To enable buildkit builds