https://github.com/thxcode/rabbitmq-plugins-box
Storing RabbitMQ 3.6.x plugins by Alpine.
https://github.com/thxcode/rabbitmq-plugins-box
docker-image plugins rabbitmq rabbitmq-autocluster
Last synced: 2 months ago
JSON representation
Storing RabbitMQ 3.6.x plugins by Alpine.
- Host: GitHub
- URL: https://github.com/thxcode/rabbitmq-plugins-box
- Owner: thxCode
- License: mit
- Created: 2017-11-29T02:23:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T02:31:33.000Z (over 7 years ago)
- Last Synced: 2025-02-03T11:21:59.079Z (4 months ago)
- Topics: docker-image, plugins, rabbitmq, rabbitmq-autocluster
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ Plugins Box
Storing RabbitMQ 3.6.x plugins by Alpine.
[](https://github.com/thxcode/rabbitmq-plugins-box) [](https://hub.docker.com/r/maiwj/rabbitmq-plugins-box) [](https://hub.docker.com/r/maiwj/rabbitmq-plugins-box) [](https://store.docker.com/community/images/maiwj/rabbitmq-plugins-box) [](https://github.com/thxcode/rabbitmq-plugins-box)
[](https://microbadger.com/images/maiwj/rabbitmq-plugins-box) [](http://microbadger.com/images/maiwj/rabbitmq-plugins-box) [](http://microbadger.com/images/maiwj/rabbitmq-plugins-box.svg)
## References
### Plugin List
- [RabbitMQ Autocluster 0.10.0](https://github.com/rabbitmq/rabbitmq-autocluster/releases/tag/0.10.0)
## How to use this image
### Start an instance
To start a container, use the following:
``` bash
$ docker run -it --name test-rpb maiwj/rabbitmq-plugins-box
```### Get list from Kubernetes Pod
``` bash
$ kubectl run -it --image maiwj/rabbitmq-plugins-box:latest test bash/# ls -al /plugins
total 176
drwxr-xr-x 1 root root 4096 Nov 29 02:32 .
drwxr-xr-x 1 root root 4096 Nov 29 02:32 ..
-rw------- 1 root root 104967 Oct 19 19:15 autocluster-0.10.0.ez
-rw------- 1 root root 65012 Oct 19 19:15 rabbitmq_aws-0.10.0.ez```
## License
- RabbitMQ Autocluster is released under the [BSD-3-Clause License](https://github.com/rabbitmq/rabbitmq-autocluster/blob/master/LICENSE)
- This image is released under the [MIT License](LICENSE)