Skip to content

Commit 3231017

Browse files
authored
[bitnami/rabbitmq] Release 4.2.5-debian-12-r0 (#91674)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent f317687 commit 3231017

File tree

2 files changed

+17
-331
lines changed

2 files changed

+17
-331
lines changed

bitnami/rabbitmq/4.2/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-02-19T04:06:18Z" \
10+
org.opencontainers.image.created="2026-03-17T01:34:22Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq" \
1414
org.opencontainers.image.title="rabbitmq" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="4.2.4"
16+
org.opencontainers.image.version="4.2.5"
1717

1818
ENV HOME="/opt/bitnami/rabbitmq/.rabbitmq" \
1919
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3030
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3131
COMPONENTS=( \
3232
"erlang-27.3.4-3-linux-${OS_ARCH}-debian-12" \
33-
"rabbitmq-4.2.4-0-linux-${OS_ARCH}-debian-12" \
33+
"rabbitmq-4.2.5-0-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -52,9 +52,9 @@ RUN /opt/bitnami/scripts/locales/generate-locales.sh
5252

5353
COPY rootfs /
5454
RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
55-
ENV APP_VERSION="4.2.4" \
55+
ENV APP_VERSION="4.2.5" \
5656
BITNAMI_APP_NAME="rabbitmq" \
57-
IMAGE_REVISION="1" \
57+
IMAGE_REVISION="0" \
5858
LANG="en_US.UTF-8" \
5959
LANGUAGE="en_US:en"
6060

0 commit comments

Comments
 (0)