File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/manuals/build/buildkit Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
1541544 . Download and extract the latest BuildKit release.
155155
156156 ``` powershell
157- $version = "v0.13.1 " # specify the release version, v0.13+
157+ $version = "v0.22.0 " # specify the release version, v0.13+
158158 $arch = "amd64" # arm64 binary available too
159159 curl.exe -LO https://github.com/moby/buildkit/releases/download/$version/buildkit-$version.windows-$arch.tar.gz
160160 # there could be another `.\bin` directory from containerd instructions
@@ -184,6 +184,9 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
184184 ``` console
185185 > buildkitd.exe
186186 ```
187+ > [ !NOTE]
188+ > If you are running a _ dockerd-managed_ ` containerd ` process, use that instead, by supplying the address:
189+ > ` buildkitd.exe --containerd-worker-addr "npipe:////./pipe/docker-containerd" `
187190
1881917 . In another terminal with administrator privileges, create a remote builder that uses the local BuildKit daemon.
189192
You can’t perform that action at this time.
0 commit comments