mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
3.9.20-debian-11-r9 release
This commit is contained in:
committed by
Bitnami Containers
parent
120797fc51
commit
5ed48f08d9
@@ -38,7 +38,7 @@ if is_boolean_yes "$RABBITMQ_CLUSTER_REBALANCE"; then
|
||||
fi
|
||||
|
||||
# Resources limits: maximum number of open file descriptors
|
||||
if [[ -n "${RABBITMQ_ULIMIT_NOFILES:-}" ]]; then
|
||||
if [ -n "${RABBITMQ_ULIMIT_NOFILES:-}" ]; then
|
||||
current_limit=$(ulimit -n)
|
||||
if [ "$current_limit" != "unlimited" ]; then
|
||||
# shellcheck disable=SC2086
|
||||
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`3.10`, `3.10-debian-11`, `3.10.5`, `3.10.5-debian-11-r11`, `latest` (3.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.10.5-debian-11-r11/3.10/debian-11/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-11`, `3.9.20`, `3.9.20-debian-11-r8` (3.9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.20-debian-11-r8/3.9/debian-11/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-11`, `3.9.20`, `3.9.20-debian-11-r9` (3.9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.20-debian-11-r9/3.9/debian-11/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-11`, `3.8.34`, `3.8.34-debian-11-r9` (3.8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.34-debian-11-r9/3.8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).
|
||||
@@ -574,6 +574,10 @@ The following parameters have been renamed:
|
||||
| `RABBITMQ_CLUSTERNODENAME` | `RABBITMQ_CLUSTER_NODE_NAME` |
|
||||
| `RABBITMQ_MANAGERPORT` | `RABBITMQ_MANAGER_PORT` |
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
RabbitMQ's branch 3.8 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-31-2022
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an
|
||||
|
||||
Reference in New Issue
Block a user