openshift-rabbitmq icon indicating copy to clipboard operation
openshift-rabbitmq copied to clipboard

RabbitMQ docker image to use on Openshift based on oficial image

Results 2 openshift-rabbitmq issues
Sort by recently updated
recently updated
newest added

When redeploying any created queues are lost if RABBITMQ_NODENAME is Not set (defaulting the database location to the pod name. if RABBITMQ_NODENAME is set, the new pod fails with "Mnesia...

when I run ```shell oc new-app --env-file rabbitmq.env luiscoms/openshift-rabbitmq:management ``` with rabbitmq.env ``` RABBITMQ_DEFAULT_USER=development RABBITMQ_DEFAULT_PASS=abc123 ``` Openshift cannot run the pod ``` /usr/local/bin/docker-entrypoint.sh: line 263: /etc/rabbitmq/rabbitmq.config: Permission denied ``` This...