rabbitmq icon indicating copy to clipboard operation
rabbitmq copied to clipboard

Docker Official Image packaging for RabbitMQ

Results 9 rabbitmq issues
Sort by recently updated
recently updated
newest added

Start with the Ubuntu template Follow-up to #587

Hi, just tried building the following docker for arm64: ``` FROM rabbitmq:3.11-management RUN rabbitmq-plugins enable --offline rabbitmq_shovel ``` and it fails at the second command line execution: #6 [linux/arm64 1/9]...

I did some poking around how the openssl.org website is generated, and found my way to this document: https://github.com/openssl/omc-tools/blob/master/QueryApp/RESTAPI.txt Turns out with a couple API queries, we can get the...

Please consider creating an official docker RabbitMQ for Windows image using Windows Server Core; As a group of developers we use docker to create a local development environment; sharing images...

Request

In rabbitmq/3.10/ubuntu/Dockerfile, the permissions of the core directories are expressly set to 777 (other write permission). I realize this is a container and the process runs as 'rabbitmq', so not...

In the dockerfiles you have this ``` # set home so that any '--user' knows where to put the erlang cookie ENV HOME $RABBITMQ_DATA_DIR ``` If building a different container...

By declaring the VOLUME $RABBITMQ_DATA_DIR in the base Dockerfile, (i.e. https://github.com/docker-library/rabbitmq/blob/91be7cf597c069c9a038ae2619adac1a85e68d4d/3.8/ubuntu/Dockerfile#L257), it ensures that changes to that directory in subsequent Dockerfiles are ignored. This can cause very confusing behavior if,...

Request

The `Memory Limits` section of https://hub.docker.com/_/rabbitmq is incorrect (perhaps was true a long time ago). Container limits are taken into account, so `vm_memory_high_watermark.relative` will be calculated based on container memory,...

alpine v3.20 is released (https://alpinelinux.org/) currently the python in the alpine images is limited to 3.11.19 (https://pkgs.alpinelinux.org/packages?name=python3&branch=v3.19&repo=&arch=x86_64&maintainer=) which has security issues if alpine would be updated to v3.20 (https://pkgs.alpinelinux.org/packages?name=python3&branch=v3.20&repo=&arch=x86_64&maintainer=), python3...