pgj opened a new pull request, #249: URL: https://github.com/apache/couchdb-docker/pull/249
This change fixes the build and includes the following improvements: - Move to Debian Bookworm because that is the release that includes OTP 25 out-of-the-box, which is required by `main`. - Use a "slim" base image. - Update SpiderMonkey to 78 and make it possible to build the image natively on `aarch64` (such as Apple M1). - Avoid explicit `pip3 install` because that is not endorsed by Debian packaging. The Python package versions available in Bookworm shall suffice. - Remove installation of extra FoundationDB packages — they seem to be gone, which breaks the build for every platform. - Bump Node.js to 18, the latest recommend version. - Chase changes in the `configure` script. -- 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]
