mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
3.10.5-debian-11-r11 release
This commit is contained in:
committed by
Bitnami Containers
parent
11ecded562
commit
cafe568cdc
@@ -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
|
||||
|
||||
@@ -47,7 +47,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3.10`, `3.10-debian-11`, `3.10.5`, `3.10.5-debian-11-r10`, `latest` (3.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.10.5-debian-11-r10/3.10/debian-11/Dockerfile)
|
||||
* [`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.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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user