ironpython2
ironpython2 copied to clipboard
Docker image for ironpython
Hi,
Is their any docker image for ironpython? If not please provide us a docker file to build docker image..
Thanks in advance Ashwin
What OS(s) would you like to see? There are some stability issues with mono right now when running IronPython (each release seems to break something else). We do have support for .NET Core in 2.7.8, we could do something there. What would be the usage case for the docker image?
We want for .NET OS. Use case: I have requirement to run some .NET dependent python code.
Do you mean Windows when you say .NET OS?
Yes Windows or Linux OS.
Linux OS would be great.
Bumping this - did IronPython get any public Docker image lately? I couldn't find any Dockerfile in this repository.
I think that a Debian-based image would be good.
What would you want to do with the image? Just have ipy.exe available?
On Thu, Nov 11, 2021 at 5:28 PM Yonatan Goldschmidt < @.***> wrote:
Bumping this - did IronPython get any public Docker image lately? I couldn't find any Dockerfile in this repository.
I think that a Debian-based image would be good.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IronLanguages/ironpython2/issues/293#issuecomment-966721746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAANUP46IYCMKJMAZNPG3A3ULRNTNANCNFSM4EHDQXOA .
-- Website: http://earl-of-code.com
@slide yeah - either for testing out features / (in)compatibilities, microbenchmark comparisons, etc.
I suppose that if such an image existed it could also serve as the base for other applications built on top of IronPython.
For me, the meeting is now about the need for a docker image for ironpython. I am developing a trading web application. For certain reasons, it is not possible to make part of the application on .net, but it is necessary to work with .dll files. Therefore, the team is considering the possibility of using ironpython in a separate docker container.
Is there any information?