shibd commented on issue #299: URL: https://github.com/apache/pulsar-client-node/issues/299#issuecomment-1463162633
The root cause is that pulsar-client is not compatible with `alpine3.15`. You can confirm that all the wrong env, `alpine` should be version 3.15. ``` cat /etc/alpine-release ``` #304 will fix it. After this, you can use the `alpine > 3.15` version, in such case: - node:16-alpine3.16 - node:18-alpine3.16 BTW: I don't find `node:17-alpine3.16` version in the [docker hub](https://hub.docker.com/_/node/tags?page=1&name=17-alpine) -- 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]
