-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to build docker container for Windows #86
Comments
It's also reproduced on my local environment when I remove the existing container. |
A few days ago I got an update of Docker Desktop (19.03.8). |
See also: microsoft/hcsshim#835 |
It seemse to be the latest msys2 choco version
also checking from the github action logs you can see the latest sucessfull run with windows used version Maybe a fix for you would be using the |
It avoids the following error on building Window container with MSYS2 20200602.0.0: re-exec error: exit status 1: output: time="2020-06-04T02:31:07Z" level=error msg="hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)" error="hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)" importFolderPath="C:\\ProgramData\\docker\\tmp\\hcs403266603" path="\\\\?\\C:\\ProgramData\\docker\\windowsfilter\\2961a824bef1e7df5eedfe4d3e33fde61d6396f0abf0b24601adc418cda42486" hcsshim::ImportLayer - failed failed in Win32: The system can not find the path specified. (0x3) Fix #86 Thanks flurreN! Signed-off-by: Takuro Ashie <[email protected]>
It avoids the following error on building Window container with MSYS2 20200602.0.0: re-exec error: exit status 1: output: time="2020-06-04T02:31:07Z" level=error msg="hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)" error="hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)" importFolderPath="C:\\ProgramData\\docker\\tmp\\hcs403266603" path="\\\\?\\C:\\ProgramData\\docker\\windowsfilter\\2961a824bef1e7df5eedfe4d3e33fde61d6396f0abf0b24601adc418cda42486" hcsshim::ImportLayer - failed failed in Win32: The system can not find the path specified. (0x3) Fix #86 Thanks flurreN! Signed-off-by: Takuro Ashie <[email protected]>
Although we don't changes Dockerfile for Windows,
docker build
on GitHub Actions fails since yesterday.https://github.com/clear-code/td-agent-builder/runs/736916721
The text was updated successfully, but these errors were encountered: