3.9.14-debian-10-r11 release

This commit is contained in:
Bitnami Bot 2022-04-01 16:11:09 +00:00
parent b944ae25cb
commit 10edb46f63
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV APP_VERSION="3.9.14" \
BITNAMI_APP_NAME="rabbitmq" \
BITNAMI_IMAGE_VERSION="3.9.14-debian-10-r10" \
BITNAMI_IMAGE_VERSION="3.9.14-debian-10-r11" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@ -755,9 +755,6 @@ rabbitmq_initialize() {
chmod 400 "${RABBITMQ_HOME_DIR}/.erlang.cookie"
ln -sf "${RABBITMQ_HOME_DIR}/.erlang.cookie" "${RABBITMQ_LIB_DIR}/.erlang.cookie"
# Resources limits: maximum number of open file descriptors
[[ -n "${RABBITMQ_ULIMIT_NOFILES:-}" ]] && ulimit -n "${RABBITMQ_ULIMIT_NOFILES}"
debug "Ensuring expected directories/files exist..."
for dir in "$RABBITMQ_DATA_DIR" "$RABBITMQ_LIB_DIR" "$RABBITMQ_HOME_DIR"; do
ensure_dir_exists "$dir"

View File

@ -37,6 +37,9 @@ if is_boolean_yes "$RABBITMQ_CLUSTER_REBALANCE"; then
) &
fi
# Resources limits: maximum number of open file descriptors
[[ -n "${RABBITMQ_ULIMIT_NOFILES:-}" ]] && info "Setting file discripton limit to ${RABBITMQ_ULIMIT_NOFILES}" && ulimit -n "${RABBITMQ_ULIMIT_NOFILES}"
info "** Starting RabbitMQ **"
cd "$RABBITMQ_BASE_DIR"
if am_i_root; then

View File

@ -50,7 +50,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.9`, `3.9-debian-10`, `3.9.14`, `3.9.14-debian-10-r10`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.14-debian-10-r10/3.9/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.14`, `3.9.14-debian-10-r11`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.14-debian-10-r11/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.28`, `3.8.28-debian-10-r10` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.28-debian-10-r10/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).