Skip to content

Commit 658a21f

Browse files
authored
Clarify legacy builder note for Windows container builds (#24587)
## Description The note about Windows container builds uses passive voice ("the legacy builder is used") which makes the behavior unclear. Readers can't tell if this is expected behavior or a temporary limitation. Rewritten in active voice to make the cause and workaround clear: the `docker build` command uses a legacy builder, and here is how to switch to BuildKit to see builds in the Builds view. Fixes #24453
1 parent 2da318f commit 658a21f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/manuals/desktop/use-desktop/builds.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ connected to the same cloud builder.
1616

1717
> [!NOTE]
1818
>
19-
> When building Windows container images using the `docker build` command, the legacy builder is used which does not populate the **Builds** view. To switch to using BuildKit, you can either:
20-
> - Set `DOCKER_BUILDKIT=1` in the build command, such as `DOCKER_BUILDKIT=1 docker build .` or
21-
> - Use the `docker buildx build` command
19+
> Windows container image builds use the legacy builder and do not appear in the **Builds** view. Only BuildKit-powered builds are shown here.
2220
2321
## Show build list
2422

0 commit comments

Comments
 (0)