Skip to content

Extends official RabbitMQ image to compile with HiPE (High performance Erlang) enabled in order to increase performance.

Notifications You must be signed in to change notification settings

Bakdark/docker-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RabbitMQ

Description

Extends official RabbitMQ image to compile with HiPE (High performance Erlang) enabled in order to increase performance.

  • Based on: Official RabbitMQ 3.7.14 and Alpine 3.8
  • HiPE (High performance Erlang) is enabled in order to significantly increase performance in runtime.
  • A non-recent version of RabbitMQ (3.7.14) is used due to fact RabbitMQ 3.7.15+ uses Erlang 22 without HiPE support.

Note: Provided images require additional configuration for development, staging and production use.

Tags

Tag RabbitMQ version Details Dockerfile
spryker/rabbitmq:latest 3.7.14 🔗
spryker/rabbitmq:3.7.14 3.7.14 🔗

How to use

Pull image

$ docker pull spryker/rabbitmq:3.7.14

Dockerfile

FROM spryker/rabbitmq:3.7.14

docker-compose.yml

broker:
    image: spryker/rabbitmq:3.7.14

More information

About

Extends official RabbitMQ image to compile with HiPE (High performance Erlang) enabled in order to increase performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%