From b4db7e38bcf7a16e2d195fb11140290578a81d6a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 14 Sep 2020 11:36:55 +0200 Subject: [PATCH] docs/build: add note about git subdirectories with BuildKit Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 7fe3215adc..3b53da0adf 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -110,6 +110,11 @@ Build Syntax Suffix | Commit Used | Build Context Used `myrepo.git#mytag:myfolder` | `refs/tags/mytag` | `/myfolder` `myrepo.git#mybranch:myfolder` | `refs/heads/mybranch` | `/myfolder` +> **Note** +> +> You cannot specify the build-context directory (`myfolder` in the examples above) +> when using BuildKit as builder (`DOCKER_BUILDKIT=1`). Support for this feature +> is tracked in [buildkit#1684](https://github.com/moby/buildkit/issues/1684). ### Tarball contexts