3.8.30-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-27 14:11:58 +00:00
committed by Bitnami Containers
parent 781cbbe5b5
commit 7e743b731e
5 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libssl1.1 libstdc++6 libtinfo6 locales procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.3-0" --checksum ab2a407d35b2c460897cc224751e7404181f3f9050491de93b9916419dae81de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.29-0" --checksum 98389ac98645ade9653a746659dae59bdb02531b1e42b09ae1e0b4ddbe69545b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.30-0" --checksum 9bc4592cac2aeaadfa42697d7024fa3c35f89213c13c335ac2a7f0f53b863358
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -25,7 +25,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.8.29" \
ENV APP_VERSION="3.8.30" \
BITNAMI_APP_NAME="rabbitmq" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -12,6 +12,7 @@ services:
- '15672:15672'
environment:
- RABBITMQ_SECURE_PASSWORD=yes
- RABBITMQ_LOGS=-
volumes:
- 'rabbitmq_data:/bitnami/rabbitmq/mnesia'
volumes:

View File

@@ -15,9 +15,9 @@
},
"rabbitmq": {
"arch": "amd64",
"digest": "98389ac98645ade9653a746659dae59bdb02531b1e42b09ae1e0b4ddbe69545b",
"digest": "9bc4592cac2aeaadfa42697d7024fa3c35f89213c13c335ac2a7f0f53b863358",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.29-0"
"version": "3.8.30-0"
}
}

View File

@@ -49,7 +49,6 @@ rabbitmq_env_vars=(
RABBITMQ_LDAP_SERVERS
RABBITMQ_LDAP_SERVERS_PORT
RABBITMQ_LDAP_USER_DN_PATTERN
RABBITMQ_LOGS
RABBITMQ_NODE_SSL_PORT_NUMBER
RABBITMQ_SSL_CACERTFILE
RABBITMQ_SSL_CERTFILE
@@ -152,7 +151,6 @@ export RABBITMQ_LDAP_USER_DN_PATTERN="${RABBITMQ_LDAP_USER_DN_PATTERN:-}"
export RABBITMQ_MNESIA_BASE="$RABBITMQ_DATA_DIR"
# Print all log messages to standard output
export RABBITMQ_LOGS="${RABBITMQ_LOGS:--}"
# SSL/TLS configuration
export RABBITMQ_NODE_SSL_PORT_NUMBER="${RABBITMQ_NODE_SSL_PORT_NUMBER:-5671}"

View File

@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.9`, `3.9-debian-10`, `3.9.15`, `3.9.15-debian-10-r13`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.15-debian-10-r13/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.29`, `3.8.29-debian-10-r12` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.29-debian-10-r12/3.8/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.30`, `3.8.30-debian-10-r0` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.30-debian-10-r0/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).