mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/rabbitmq] Release 3.10.23-debian-11-r5 (#36390)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-31T10:02:20Z" \
|
||||
org.opencontainers.image.created="2023-06-04T16:56:08Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.10.23-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="3.10.23-debian-11-r5" \
|
||||
org.opencontainers.image.title="rabbitmq" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.10.23"
|
||||
@@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl libgcc-s1 libssl1.1 libstdc++6 libtinf
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"erlang-25.3.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.10.23-1-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.10.23-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.10.23-1"
|
||||
"version": "3.10.23-2"
|
||||
}
|
||||
}
|
||||
@@ -341,6 +341,19 @@ rabbitmq_print_resource_limits_configuration() {
|
||||
fi
|
||||
}
|
||||
|
||||
########################
|
||||
# Enable generating log to file
|
||||
# Globals:
|
||||
# RABBITMQ_*
|
||||
# Arguments:
|
||||
# None
|
||||
# Returns:
|
||||
# None
|
||||
#########################
|
||||
rabbitmq_enable_log_file() {
|
||||
replace_in_file "$RABBITMQ_CONF_FILE" 'log\.console.*' 'log\.console = false'
|
||||
}
|
||||
|
||||
########################
|
||||
# Creates RabbitMQ configuration file
|
||||
# Globals:
|
||||
@@ -363,6 +376,7 @@ cluster_partition_handling = ${RABBITMQ_CLUSTER_PARTITION_HANDLING}
|
||||
default_permissions.configure = .*
|
||||
default_permissions.read = .*
|
||||
default_permissions.write = .*
|
||||
log.console = true
|
||||
EOF
|
||||
|
||||
# When loading definitions, default vhost and user/pass won't be created: https://www.rabbitmq.com/definitions.html#import-on-boot
|
||||
|
||||
@@ -579,7 +579,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2023 VMware Inc
|
||||
Copyright © 2023 VMware, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user