Skip to content

Update dockerfile to Rabbitmq v4.0.7 #10

@james-nofrixion

Description

@james-nofrixion

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions