Add this plugin to an ARM64 Docker image #205
Replies: 2 comments 7 replies
-
This plugin doesn't have any architecture-specific code, so "integration" would be no different from installation of any other RabbitMQ plugin that does not ship with the RabbitMQ distribution. Since there is no such thing as an "ARM64 RabbitMQ" either, I assume your question is how to add this plugin to a Docker image. Most likely you have to create your own Docker image that inherits from an existing one (e.g. the community RabbitMQ image) and copies the plugin file to the correct plugin directory then preconfigures this plugin. We won't be able to provide a set of step-by-step instructions for that, so please take it from here. |
Beta Was this translation helpful? Give feedback.
-
Sorry to dig up an older discussion, but when I applied the new version to a 3.11.1 image which builds for both architectures (amd64 and arm64), the arm64 docker build fails: https://github.com/MassTransit/docker-rabbitmq/actions/runs/3385966171/jobs/5624758338 I see above that you stated there aren't any architecture specific code elements in the plug-in, so I'm not sure what could be the issue. Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hi,if i want to integrate this plugin into arm64 rabbitmq,what should i do
thank you.
Beta Was this translation helpful? Give feedback.
All reactions