From 4f1ba37e12bc7bfde092b62f7b30203446b37af6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 8 Jun 2021 10:51:24 +0200 Subject: [PATCH] docs: remove note about buildkit not supporting git subdirectories This has now been implemented in buildkit#2116, so this note can be removed (once integrated into Docker). Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/build.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 1a45bba73b..5767abe9ca 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -110,12 +110,6 @@ 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 If you pass an URL to a remote tarball, the URL itself is sent to the daemon: