In OpenStack Kolla project we are building OpenStack components as container images. And some extra images for infrastructure.
One of components we use is RabbitMQ. For each of supported distributions (CentOS Stream 9, Debian 11, Ubuntu 22.04) we want to use the same versions:
- rabbitmq-server 3.10.* - erlang 25.*
We use upstream provided repositories for each distro/arch as there are no up-to-date versions provided in distribution repositories.
Are there plans for updating RabbitMQ and Erlang in Messaging SIG repo to 3.10.* and 25.*?
This would allow us to support CentOS Stream 9 on AArch64 (where we now have no working builds and consider downgrading to whatever is in CS9 for now).
On 21/09/2022 10:41, Marcin Juszkiewicz wrote:
In OpenStack Kolla project we are building OpenStack components as container images. And some extra images for infrastructure.
One of components we use is RabbitMQ. For each of supported distributions (CentOS Stream 9, Debian 11, Ubuntu 22.04) we want to use the same versions:
- rabbitmq-server 3.10.*
- erlang 25.*
We use upstream provided repositories for each distro/arch as there are no up-to-date versions provided in distribution repositories.
Are there plans for updating RabbitMQ and Erlang in Messaging SIG repo to 3.10.* and 25.*?
This would allow us to support CentOS Stream 9 on AArch64 (where we now have no working builds and consider downgrading to whatever is in CS9 for now).
Hi,
I am not aware of any plans.
Somewhat related to this: due to a role change in my dayjob, I won't have much time to dedicate to the SIG. I would happily welcome volunteers.
Matthias
Hey! Yes that's in my TODO list. As soon as Fedora 37 is released (which does have both packages updated) I'll upgrade.
On Wed, Sep 21, 2022 at 10:41 AM Marcin Juszkiewicz marcin.juszkiewicz@linaro.org wrote:
In OpenStack Kolla project we are building OpenStack components as container images. And some extra images for infrastructure.
One of components we use is RabbitMQ. For each of supported distributions (CentOS Stream 9, Debian 11, Ubuntu 22.04) we want to use the same versions:
- rabbitmq-server 3.10.*
- erlang 25.*
We use upstream provided repositories for each distro/arch as there are no up-to-date versions provided in distribution repositories.
Are there plans for updating RabbitMQ and Erlang in Messaging SIG repo to 3.10.* and 25.*?
This would allow us to support CentOS Stream 9 on AArch64 (where we now have no working builds and consider downgrading to whatever is in CS9 for now).