Skip to content
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

[GR-63519] Provide a docker image with graalvm and visual studio for building executables on windows #10924

Open
fithisux opened this issue Mar 25, 2025 · 0 comments
Assignees
Labels

Comments

@fithisux
Copy link

Feature request

Please include the following information:

Is your feature request related to a problem? Please describe.

My problem is that I do not want to install Visual Studio with its complex installation options just to create natives images. There are already other compilers like GCC-Mingw64 or Clang-Mingw64 or PellesC to create native Windows x64 executables. Lack of man power in GraalVM does not allow me to use these.

Describe the solution you'd like.
I would like a docker image like https://hub.docker.com/r/amitie10g/visualstudio2022buildtools/tags, so as to mount my project in the image, execute the build and have the executables in my filesystem.

Describe who do you think will benefit the most.
GraalVM users, GraalVM contributors, developers of libraries and frameworks which depend on GraalVM, or even other Programming Languages because I could build a .DLL and header files of my java code and they can link to it on windows, like D, Rust, Zig, ....

Describe alternatives you've considered.
To just install Visual Studio and do the compilation, it has numerous drawbacks, because I maintain a very clean and cotrolled environment for my work.

Additional context.
https://hub.docker.com/r/amitie10g/visualstudio2022buildtools/tags

Express whether you'd like to help contributing this feature
No (but I will do my experimentation and share my findings if any)

@fernando-valdez fernando-valdez self-assigned this Mar 26, 2025
@fernando-valdez fernando-valdez changed the title Provide a docker image with graalvm and visual studio for building executables on windows [GR-63519] Provide a docker image with graalvm and visual studio for building executables on windows Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants