lhotari commented on issue #23717: URL: https://github.com/apache/pulsar/issues/23717#issuecomment-2537957288
@BewareMyPower We don't have a pure musl base image. glibc in https://github.com/apache/pulsar/tree/master/docker/glibc-package gets added to the Alpine base mixed, making it a mixed musl and glibc environment which is not generally recommended. https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24647#note_176723 states it clearly: _"Combining glibc and musl runtimes is basically all but guaranteed to create an unstable environment, unless the system is appropriately configured (glibc side uses glibc binaries only, and vice versa)."_ https://github.com/sgerrand/alpine-pkg-glibc/issues/194#issuecomment-1510140972 mentions: _"You really need everything pure musl, or everything musl (but works with gcompat or libc6-compat shim-like tools...) or everything glibc using this package)"_ -- 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]
