fruzitent
fruzitent
> running the Rustup CI in the `nanoserver` image for msvc toolchain you would have to use the next tier image - `servercore` (4.5gb), because `nanoserver` (300mb) does not support...
Done.
Exporting via buildctl v0.14.1 (and not via remote builder node in Docker Desktop v4.31.1) does indeed work in this example as well as in my own project. Would it be...
> precise bug origin https://github.com/moby/buildkit/issues/4866#issuecomment-2195311382
>[The \ path must be inside the build context](https://docs.docker.com/reference/dockerfile/#add) Use [build context](https://www.docker.com/blog/dockerfiles-now-support-multiple-build-contexts) ```dockerfile COPY --from=code ./ ./ ``` ```shell docker buildx build . –-build-context "code=../example/" ```