-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Similar to issue #9, I was hoping to update the base image to 4.0.7. That version of rabbitmq_delayed_message_exchange was released last month and their are some bugfixes in the managment UI that would be helpful.
Seems we can't create PRs but the following dockerfile seems appropriate
FROM rabbitmq:4.0.7-management
RUN apt-get update; \
apt-get install -y --no-install-recommends curl; \
curl -L https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/v4.07/rabbitmq_delayed_message_exchange-4.0.7.ez > $RABBITMQ_HOME/plugins/rabbitmq_delayed_message_exchange-4.0.7.ez; \
rabbitmq-plugins enable --offline rabbitmq_delayed_message_exchange rabbitmq_consistent_hash_exchange rabbitmq_prometheus rabbitmq_shovel rabbitmq_shovel_management
Metadata
Metadata
Assignees
Labels
No labels