Dockerfile to build ARM-64 image for rabbitmq-server #697
-
Hello Forum, Need one help I am trying to build ARM64 and AMD64 based rabbitmq-server ; version 3.10 ; images on ubuntu OS using docker buildx tool. Can the docker file --> https://github.com/docker-library/rabbitmq/blob/92cf3ab7107d78127192516c4011d2daef036700/3.10/ubuntu/Dockerfile ; be used to built for both architectures ? Appreciate help on this. Thanks. Thanks and Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
It already has been built for both of these architectures: https://hub.docker.com/layers/library/rabbitmq/3.10.25-management/images/sha256-a9de5724d2ebc1322d0ad894d5a82226c27c6cf1d957949da7fb0ee9319e5c68?context=explore |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, RabbitMQ 3.10 is completely out of support. |
Beta Was this translation helpful? Give feedback.
We can even
docker build
(ordocker buildx build
) directly from the commit referenced above (the parent of d450e17, which is 849609c):docker build --pull --platform linux/arm64 'https://github.com/docker-library/rabbitmq.git#849609cdb8a5181e8e830de29030ebd2bdcb62e0:3.10/ubuntu'