Daniel Githinji

Results 5 issues of Daniel Githinji

This change is related to this PR: [Don't set a default PATH for Windows #3158](https://github.com/moby/buildkit/pull/3158). ### Description: This change seeks to remove the defaulted Windows image path found in _util\system\path.go_....

kind/enhancement
area/dockerfile
area/testing
area/frontend
area/util

**Docker desktop version 4.32.0 Buildkit version 0.15.1** **Operating system: Windows 11** I have run the following dockerfile with both docker desktop and buildkit and below are the results: ``` FROM...

area/windows
area/windows-wcow

Given the dockerfile below, when you try to build an image using both buildkit and docker you get a `failed to solve` and `failed to process` error, respectively as shown...

status/needs-more-info

This PR adds a windows_dev.md file to the docs folder. This file contains documentation to help buildkit developers navigate the development of buildkit on Windows. This 1st version adds documentation...

area/windows-wcow
area/docs

Updated tests in frontend/dockerfile/dockerfile_test.go to run on Windows. Partially addressing https://github.com/moby/buildkit/issues/4485 - [x] `testCopyThroughSymlinkContext` - [x] `testIgnoreEntrypoint` - [x] `testQuotedMetaArgs` - [x] `testDockerfileCheckHostname` - [x] `testEmptyStages` - [x] `testNamedImageContextScratch` -...

area/dockerfile
area/testing
area/frontend