[bitnami/rabbitmq] Release 3.11.22-debian-11-r0 (#46017)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ae45ead044
commit
32a03d54d8
|
|
@ -7,13 +7,13 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-08-23T03:01:40Z" \
|
||||
org.opencontainers.image.created="2023-08-25T02:05:23Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.11.21-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="3.11.22-debian-11-r0" \
|
||||
org.opencontainers.image.title="rabbitmq" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.11.21"
|
||||
org.opencontainers.image.version="3.11.22"
|
||||
|
||||
ENV HOME="/opt/bitnami/rabbitmq/.rabbitmq" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -28,7 +28,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-5-3-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.11.21-1-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-3.11.22-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -51,7 +51,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV APP_VERSION="3.11.21" \
|
||||
ENV APP_VERSION="3.11.22" \
|
||||
BITNAMI_APP_NAME="rabbitmq" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.11.21-1"
|
||||
"version": "3.11.22-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "3.11"
|
||||
- 3.11-debian-11
|
||||
- 3.11.21
|
||||
- 3.11.22
|
||||
|
|
|
|||
Loading…
Reference in New Issue