Skip to content
Discussion options

You must be logged in to vote

My guess is the easiest way will be to use the official Docker image as your base image, then overwrite the rabbitmq_management plugin in that image with your code:

cd path/to/rabbitmq/rabbitmq-server
git checkout your-branch-with-changes
cd deps/rabbitmq_management
make dist

Copy the contents of plugins/rabbitmq_management-* into your Docker image via a COPY statement in the Dockerfile.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@NuwanSameera
Comment options

@lukebakken
Comment options

@NuwanSameera
Comment options

@lukebakken
Comment options

@NuwanSameera
Comment options

Answer selected by NuwanSameera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants