3.9.15-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-13 15:35:53 +00:00 committed by Bitnami Containers
parent 469be2c4e9
commit 3a7a19afe4
3 changed files with 5 additions and 5 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.9.14-0" --checksum 663971561cd551585589f3f3fd12b6cf594c30f0bc0ccd96cfb6b26085d21eeb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.15-0" --checksum e4d9d530a2e0efc200d294087fe1c3bac978924720715e51a8bd2e6afaa53082
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.9.14" \
ENV APP_VERSION="3.9.15" \
BITNAMI_APP_NAME="rabbitmq" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@ -15,9 +15,9 @@
},
"rabbitmq": {
"arch": "amd64",
"digest": "663971561cd551585589f3f3fd12b6cf594c30f0bc0ccd96cfb6b26085d21eeb",
"digest": "e4d9d530a2e0efc200d294087fe1c3bac978924720715e51a8bd2e6afaa53082",
"distro": "debian-10",
"type": "NAMI",
"version": "3.9.14-0"
"version": "3.9.15-0"
}
}

View File

@ -50,7 +50,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.9`, `3.9-debian-10`, `3.9.14`, `3.9.14-debian-10-r21`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.14-debian-10-r21/3.9/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.15`, `3.9.15-debian-10-r0`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.15-debian-10-r0/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.29`, `3.8.29-debian-10-r0` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.29-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).