build(deps): bump codecov/codecov-action from 5.5.4 to 6.0.0 by dependabot[bot] · Pull Request #6635 · moby/buildkit (original) (raw)
dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-6.0.0 branch
rcmadhankumar pushed a commit to SUSE/buildkit that referenced this pull request
Fixes copying from Windows container mount roots by detecting and skipping protected system files ('System Volume Information' and 'WcSandboxState') that cause 'Access is denied' errors.
Changes:
- Added platformCopy wrapper for Windows copy operations
- Implemented manual directory enumeration to skip protected files
- Enabled test case testCopyRelativeParents and testCopyParentsMissingDirectory on Windows
The fix is Windows-specific and only activates when copying from mount roots where protected files exist. All other copy operations use the standard path.
Issue: Resolves moby#6635 [v0.26] WCOW: Fix COPY --parents tests Signed-off-by: Dawei Wei wei.dawei.cn@gmail.com
rcmadhankumar pushed a commit to SUSE/buildkit that referenced this pull request
…ted-files
Fix Windows COPY --parents with skip protected system files moby#6635 [v0.26] WCOW: Fix COPY --parents tests
zachspar pushed a commit to BuilderHub/buildkit-hive that referenced this pull request
Fixes copying from Windows container mount roots by detecting and skipping protected system files ('System Volume Information' and 'WcSandboxState') that cause 'Access is denied' errors.
Changes:
- Added platformCopy wrapper for Windows copy operations
- Implemented manual directory enumeration to skip protected files
- Enabled test case testCopyRelativeParents and testCopyParentsMissingDirectory on Windows
The fix is Windows-specific and only activates when copying from mount roots where protected files exist. All other copy operations use the standard path.
Issue: Resolves moby#6635 [v0.26] WCOW: Fix COPY --parents tests Signed-off-by: Dawei Wei wei.dawei.cn@gmail.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})