File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,6 @@ azext_confcom/bin/*
3232** /dmverity-vhd
3333** /bin /genpolicy *
3434
35- # Exception: CimWriter.dll is required for Windows container support
36- # Downloaded from Microsoft.Windows.CimWriter.amd64fre NuGet package
37- # Version: 10.0.28552.1000-260402-1747.br-current-directbase-backport-cwcow
38- # Source: https://msazure.visualstudio.com/One/_artifacts/feed/Microsoft.Windows.CimWriter.amd64fre@Local
39- ! azext_confcom /bin /CimWriter.dll
40-
4135# metadata file for coverage reports
4236** /.coverage
4337
Original file line number Diff line number Diff line change 2929 ```
3030
3131 - Windows: [Docker Desktop](https://www.docker.com/products/docker-desktop) and [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install)
32+ - ** CimWriter.dll** (Windows only, for Windows container support)
33+ - Required for generating security policies for Windows containers
34+ - Windows Server 2025 or newer is recommended for deterministic hash generation
3235
3336# # Installation Instructions (End User)
3437
Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ runtime_logging := data.framework.runtime_logging
3434load_fragment := data.framework.load_fragment
3535scratch_mount := data.framework.scratch_mount
3636scratch_unmount := data.framework.scratch_unmount
37+ rw_mount_device := data.framework.rw_mount_device
3738
3839reason := {"errors": data.framework.errors}
You can’t perform that action at this time.
0 commit comments