docker-library / rabbitmq

Docker Official Image packaging for RabbitMQ
http://www.rabbitmq.com/
MIT License
785 stars 417 forks source link

Add 3.12 GA #641

Closed yosifkit closed 1 year ago

yosifkit commented 1 year ago

Aparently we've been using the Alpine libssl.so.3 for a bit and now it breaks on OpenSSL 3.0.9. So let's ensure our libssl.so.3 is copied to the final image. This is the openssl version error:

Error relocating /usr/local/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not found

No major erlang bump yet (https://github.com/docker-library/rabbitmq/issues/636#issuecomment-1573854713)

Fixes https://github.com/docker-library/rabbitmq/issues/639

tianon commented 1 year ago

https://github.com/docker-library/rabbitmq/blob/f6711eebe5b8697be9af3663c7bfc8faedd3b1ee/generate-stackbrew-library.sh#L5 :eyes: