Billy Owire
Billy Owire
Issue raised by the note in this doc[buildkit\docs\windows.md] has been closed refer to #4696
Added a check to exclude Windows OS when adding bind mount types to container image bundle. Bind types apply to Linux OS; hcsshim accepts empty bind types for Windows container...
Updated tests in `frontend/dockerfile/dockerfile_test.go` to run on Windows. Partially addressing #4485 - testExportedHistory - testExportedHistory - testDockerignoreInvalid - testDockerignore - testExposeExpansion - testDockerfileScratchConfig - testDockerfileAddArchiveWildcard - testDockerfileInvalidInstruction - testWorkdirExists -...
Updated tests in `frontend/dockerfile/dockerfile_test.go` to run on Windows. Partially addressing https://github.com/moby/buildkit/issues/4485 - testClientLLBProvenance - testNilProvenance - testDuplicatePlatformProvenance - testDockerIgnoreMissingProvenance - testCommandSourceMapping - testFrontendDeduplicateSources
Updated tests in frontend/dockerfile/dockerfile_test.go to run on Windows. Partially addressing #4485 - testMultiStageImplicitFrom - testMultiStageCaseInsensitive - testOnBuildCleared - testBuiltinArgs - testFrontendUseForwardedSolveResults - testDockerfileAddChownExpand - testDockerfileAddArchive - testCopyWildcardCache
PR adds support for **custom frontends** in WCOW by enabling gRPC communication from the container child process to the BuildKit in host machine via a named pipe. Currently, the custom...