3.9.14-debian-10-r11 release
This commit is contained in:
parent
b944ae25cb
commit
10edb46f63
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue