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

Alpine versions of languages support #1226

Closed
avifenesh opened this issue Apr 3, 2024 · 0 comments · Fixed by #1379
Closed

Alpine versions of languages support #1226

avifenesh opened this issue Apr 3, 2024 · 0 comments · Fixed by #1379
Assignees
Labels
Platforms Platforms matter
Milestone

Comments

@avifenesh
Copy link
Contributor

As mentioned in #1025 our package is not working when running with Node:alpine.
For Docker users, alpine packages are recommended and large amount of our users will run there apps in Dockers.
We should add support to all our languages, currently python and Node in their alpine versions.

##Notes:

  • This is probably isn't an issue with Alpine platform, since with general node on alpine platform the package works fine.
  • Mitigation offer - Alpine versions of packages are lack if the tools that general versions has, since the goal is to make them light as possible. For example, Node:alpine come with its own compiler instead of gcc. The issue might be with the one of the tool missing needed to read our compiled rust of the code.
  • Solutions offer - First solution can be find out what tool is missing and let the users know what they should add to there env in order to make it work. The next one should be to find out how to make it works with Alpine out-of-the-box, for example, when running with node:alpine automatically add the tool, or to compile our Rust code differently with Cross to Docker env's.
@avifenesh avifenesh added the Platforms Platforms matter label Apr 3, 2024
@avifenesh avifenesh added this to the GA milestone Apr 3, 2024
@avifenesh avifenesh linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platforms Platforms matter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants