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

Plan to support Alpine? #55

Closed
cuichenli opened this issue Jul 11, 2022 · 0 comments
Closed

Plan to support Alpine? #55

cuichenli opened this issue Jul 11, 2022 · 0 comments

Comments

@cuichenli
Copy link

Is there any plan to support alpine in the future? When running the agent in alpine container I can see segment fault reported. After some dig I realized there is one separate distribution of async-profiler-linux-musl-x64 specifically for alpine containers (pointed by async-profiler/async-profiler#612).

Then I found in the source code here, the distribution of alpine is not downloaded at all. Any plan to add it in the future?

Related code:
https://github.com/pyroscope-io/pyroscope-java/blob/main/async-profiler-context/build.gradle#L75-L76
https://github.com/pyroscope-io/pyroscope-java/blob/main/async-profiler-context/src/main/java/io/pyroscope/labels/io/pyroscope/PyroscopeAsyncProfiler.java#L75

Currently, I am changing those code locally and use the customized jar to publish my app.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant