I’m trying to build rhino compute container for either 7.x
or 8.x
branch on the github repo.
However, I am unable to build the container locally on windows11 when using docker build --isolation=process .
The errors I am receiving appear to be related to the Rhino installer.
When I build on FROM mcr.microsoft.com/windows:1903
,
I get the error message of container 130163e7bbe43af4f6b4a48cb7bed39e53b59701afc4f99e3c3acc0aee457dfb encountered an error during hcs::System::Start: failure in a Windows system call: The container operating system does not match the host operating system. (0xc0370101)
When I build on FROM mcr.microsoft.com/windows/server:ltsc2022
, the RUN .\rhino_installer.exe -package -quiet
takes hours and never finishes.
I’m building against rhino_en-us_7.37.24107.15001.exe
for the rhino 7 container,
and rhino_en-us_8.9.24194.18121.exe
for rhino8 container
Hoping that I can get help in building the container, thank you.