Skip to content

msys2/msys2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSYS2 Docker Images (Experimental)

This repository provides Docker images including MSYS2.

Linux & Wine

WARNING: Package and database signature checks are currently disabled to speed up the build process. This Docker image is not recommended for production use.

Simply run the image to get a shell:

$ docker run -it ghcr.io/msys2/msys2-docker-experimental
D406664E7A3F+root@d406664e7a3f UCRT64 ~
# uname -a
MINGW64_NT-10.0-19043 d406664e7a3f 3.4.10.x86_64 2024-04-08 18:11 UTC x86_64 Msys

It defaults to the UCRT64 environment. Pass -eMSYSTEM=CLANG64 etc to change the default environment.

Or alternatively use the included msys2 command which runs bash:

$ docker run -it ghcr.io/msys2/msys2-docker-experimental msys2 -c "uname -a"
MINGW64_NT-10.0-19043 51eee8aa4763 3.4.10.x86_64 2024-04-08 18:11 UTC x86_64 Msys

Acknowledgments:

Windows

Would they be useful? Let us know.