StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Unpin rabbitmq and use minimal erlang #699

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

Stop pinning version of rabbitmq on EL8.

Install latest from packagecloud, and therefore as that requires newer version of erlang, install the minimal erland provided by rabbitmq - as per instructions at https://github.com/rabbitmq/erlang-rpm

Resolves #694

Kami commented 3 years ago

LGTM.

Do we also need to update docker compose setup (if it doesn't already use the latest version)?

Kami commented 3 years ago

And I believe st2vagrantdev may also need to be updated (I can handle that if needed).

amanda11 commented 3 years ago

LGTM.

Do we also need to update docker compose setup (if it doesn't already use the latest version)?

I think st2-docker is ok, as it was only EL8 that we pinned rabbitmq version -as we needed a quick fix when it broke at release time.