From f79a3ee1a876759fda47fee7362db5ad78eed733 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Fri, 21 Jun 2019 12:14:51 +0200 Subject: [PATCH] Add deprecation notice about HiPE for RabbitMQ image Ref. https://github.com/docker-library/rabbitmq/issues/342 --- rabbitmq/content.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rabbitmq/content.md b/rabbitmq/content.md index 032a9e956..4b62b0a86 100644 --- a/rabbitmq/content.md +++ b/rabbitmq/content.md @@ -142,7 +142,9 @@ If you wish to change the default vhost, you can do so with the `RABBITMQ_DEFAUL $ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost %%IMAGE%%:3-management ``` -### Enabling HiPE +### Enabling HiPE (deprecated) + +**Note**: HiPE is disabled since version 3.7.15 of rabbimq images (https://github.com/docker-library/rabbitmq/pull/340) See the [RabbitMQ "Configuration"](http://www.rabbitmq.com/configure.html#config-items) for more information about various configuration options.