Generate Docker image using updated source #5251
Answered
by
lukebakken
NuwanSameera
asked this question in
Other
-
I did some modifications in rabbitmq_management plugin for fulfill my use case. All the codes are working with |
Beta Was this translation helpful? Give feedback.
Answered by
lukebakken
Jul 18, 2022
Replies: 1 comment 5 replies
-
My guess is the easiest way will be to use the official Docker image as your base image, then overwrite the
Copy the contents of |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
NuwanSameera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:Copy the contents of
plugins/rabbitmq_management-*
into your Docker image via aCOPY
statement in theDockerfile
.