-
Notifications
You must be signed in to change notification settings - Fork 90
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
Install or extract do not finish in docker, with mcr.microsoft.com/windows/servercore:2009-amd64 #58
Comments
These other installers are working in the same Docker container: I will post to MSYS2-packages as well, as I see more 'docker' traffic there. |
This repo installs the sfx one every day in docker and tests it at least. https://github.com/msys2/msys2-installer/actions/runs/3606759674 |
Can you give the Dockerfile we use in CI a try? https://github.com/msys2/msys2-installer/blob/e3ead38d71e4a760eb78068f00d30331b957bb7b/.ci/Dockerfile.2019 |
I tried with the flags from that Dockerfile,
But it still only partially installs, it's missing C:\msys64\usr\bin\bash.exe and pacman.exe etc.
|
Since the above works here and in CI and the extraction isn't really MSYS2 specific I'm out of ideas. |
I ran the setup without 'Start-Process' and got an exit code:
|
I think it's working now, by excluding '--isolation process' from the docker run. |
Both installer and tarball fail to fully install in docker.
The installer does extract partially, but is missing bash.exe and pacman.exe
For the installer, I am running:
The tarball extracts more, including bash.exe but is missing pacman.exe.
For the tarball, I am running:
I have tried running docker 'build' and docker 'run':
Wonder if it's due to permissions or antivirus (Carbon Black or Endpoint Protector).
I have tried other installers:
And other tarballs:
This was running for us with previous Windows versions, 1809-amd64 and 1909-amd64.
The text was updated successfully, but these errors were encountered: