Merge pull request #3125 from thaJeztah/docs_update_buildkit_note

docs: remove note about buildkit not supporting git subdirectories
This commit is contained in:
Sebastiaan van Stijn 2022-03-15 13:06:48 +01:00 committed by GitHub
commit 55cb22de36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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: