eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

Adding ubuntu + Pony lang support #192

Closed philcali closed 6 years ago

philcali commented 6 years ago

What does this PR do?

This adds the latest stable pony lang compiler support as a docker image to be used in eclipse/che as a potential stack. Longer term, this container can provide a pony agent for a save action compilation among other things, but shipping the compiler in the environment is a huge first step.

What issues does this PR fix or reference?

NA

Previous behavior

You would have to specify the pony lang support directly in the editor.

New behavior

Pony lang support by default.

Please review Che's Contributing Guide for best practices.

Tests written?

No

Docs updated?

Please add a matching PR to the docs repo and link that PR to this issue. Both will be merged at the same time.

^^ I would be more than happy doing this, but before I go down that road I was curious if this is something that would be supported.

ghost commented 6 years ago

@philcali thanks for this contribution. However, we try to keep the list of default stacks quite short, to make sure all of them work as expected. We encourage users to build custom stacks, based on whatever images their apps may need.

Therefore, I will close this PR.