Docker Official Image packaging for RabbitMQ
Go to file
Tianon Gravi 6efe6a3b8e Merge pull request #56 from infosiftr/more-haveConfig
ssl env vars should also trigger the haveConfig
2016-01-07 09:15:36 -08:00
management No more use additional environment variable to check management plugin installation. 2015-11-23 11:08:48 -08:00
.travis.yml Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉) 2015-11-20 09:50:24 -08:00
Dockerfile Update to 3.6.0-1 2015-12-22 12:44:43 -08:00
LICENSE 2015 2015-02-23 13:51:09 -07:00
README.md Update README.md stub 2015-11-16 13:47:05 -08:00
docker-entrypoint.sh ssl env vars should also trigger the haveConfig 2016-01-04 12:43:45 -08:00
generate-stackbrew-library.sh Enhance "generate-stackbrew-library.sh" to only take into account changes to the Dockerfile or files from COPY in the Dockerfile for choosing the commit hash for a particular directory 2015-08-11 15:12:48 -07:00
update.sh Simplify inter-image dependency 2015-08-12 13:11:12 -07:00

README.md

About this Repo

This is the Git repo of the Docker official image for rabbitmq, maintained by Docker, Inc. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specificially in docker-library/docs/rabbitmq.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/rabbitmq" manifest file in the docker-library/official-images repo, especially PRs with the "library/rabbitmq" label on that repo. For more information about the official images process, see the docker-library/official-images readme.

Travis CI