3.8.14-debian-10-r25 release

This commit is contained in:
Bitnami Bot 2021-03-30 14:47:33 +00:00
parent 1323669cb5
commit a54d9223d7
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ ENV HOME="/opt/bitnami/rabbitmq/.rabbitmq" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 libtinfo6 locales procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "22.3.0-1" --checksum a53fc3e5da7d8b315a33c3f809ad6687e35a4e307ce7038dd9edb47d91733f6a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "23.3.1-0" --checksum defd24cdd278ead12e6ddde6edd0d1b578398abb7325d00a20579daed5977c38
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.14-0" --checksum 0919e3c94d5f1ac169b2647f6118f094b72c1dafb80d618c52087e23d94be107
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN chmod g+rwX /opt/bitnami
@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/rabbitmq/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="rabbitmq" \
BITNAMI_IMAGE_VERSION="3.8.14-debian-10-r24" \
BITNAMI_IMAGE_VERSION="3.8.14-debian-10-r25" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@ -1,10 +1,10 @@
{
"erlang": {
"arch": "amd64",
"digest": "a53fc3e5da7d8b315a33c3f809ad6687e35a4e307ce7038dd9edb47d91733f6a",
"digest": "defd24cdd278ead12e6ddde6edd0d1b578398abb7325d00a20579daed5977c38",
"distro": "debian-10",
"type": "NAMI",
"version": "22.3.0-1"
"version": "23.3.1-0"
},
"gosu": {
"arch": "amd64",

View File

@ -51,7 +51,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`3.8`, `3.8-debian-10`, `3.8.14`, `3.8.14-debian-10-r24`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.14-debian-10-r24/3.8/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.14`, `3.8.14-debian-10-r25`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.14-debian-10-r25/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).