[bitnami/rabbitmq] Release 3.11.5-debian-11-r3 (#17490)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-19 12:06:07 +01:00
committed by GitHub
parent f9875769e0
commit e544c76cb2
2 changed files with 1 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.11.5-debian-11-r2" \
org.opencontainers.image.ref.name="3.11.5-debian-11-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq" \
org.opencontainers.image.title="rabbitmq" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -377,15 +377,6 @@ $ docker run -d --name rabbitmq-server \
After that, your changes will be taken into account in the server's behaviour.
## Permission of SSL/TLS certificate and key files
If you bind mount the certificate and key files from your local host to the container, make sure to set proper ownership and permissions of those files:
```
$ sudo chown 1001:root <your cert/key files>
$ sudo chmod 400 <your cert/key files>
```
## Enabling LDAP support
LDAP configuration parameters must be specified if you wish to enable LDAP support for RabbitMQ. The following environment variables are available to configure LDAP support: