mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 11:17:17 +08:00
[bitnami/rabbitmq] Release 3.11.5-debian-11-r1 (#16935)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.11.5-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="3.11.5-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq" \
|
||||
org.opencontainers.image.title="rabbitmq" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -23,8 +23,8 @@ 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=( \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"erlang-25.1.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.11.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"erlang-25.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.11.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"erlang": {
|
||||
"arch": "amd64",
|
||||
"digest": "dffb02b64d4447245365f4330ace5c50c4ca70aa151a739989c5251742e28b06",
|
||||
"digest": "5006f631c4ba6608b23e12de5d1295834289eb88ee0e7f32c0ba2915d3e60499",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "25.1.2-0"
|
||||
"version": "25.2.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
@@ -18,6 +18,6 @@
|
||||
"digest": "558a24bc728d43d4c6b4d1e1f5777b353aad8e6f374bd6e5551c50bc7c59ab02",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.11.5-0"
|
||||
"version": "3.11.5-1"
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,7 @@ set -o pipefail
|
||||
. /opt/bitnami/scripts/rabbitmq-env.sh
|
||||
|
||||
if [[ -f "${RABBITMQ_LIB_DIR}/.start" ]]; then
|
||||
rabbitmqctl node_health_check
|
||||
rabbitmq-diagnostics -q ping
|
||||
RESULT=$?
|
||||
if [[ $RESULT -ne 0 ]]; then
|
||||
rabbitmqctl status
|
||||
|
||||
Reference in New Issue
Block a user