shibd opened a new pull request, #304: URL: https://github.com/apache/pulsar-client-node/pull/304
Fixes #299 ### Motivation The root cause is that pulsar-client is not compatible with `alpine3.15`. Currently, the binary file is compiled with the default version of alpine(3.16). https://github.com/apache/pulsar-client-node/blob/768e76f6dc0e03f9b5aa330ffde449f67ade52a2/pkg/linux/Dockerfile_linux_musl#L22 ### Modifications - Specifies that compilation is used with `alpine3.15` version. ### Verifying this change - Test NAPI file in alpine3.15 env. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already added) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
