3.9.13-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2022-01-27 07:25:20 +00:00
parent 38ac955a1a
commit 17d90990ff
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
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-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.2.0-1" --checksum 2f35c138893533b54271cac2e87d09070be7d801cc8fa7b531ab30c4903e2e7f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.2.1-0" --checksum 5a39ab107968ae3ec4dee0be125d2dca4661a35c81dadd26eb47e18d133b4782
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.13-3" --checksum 3356a72a1f945f0d39a7a4555e6c932603a48e3d3182e1516b4630b522495abd
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -26,7 +26,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.9.13-debian-10-r8" \
BITNAMI_IMAGE_VERSION="3.9.13-debian-10-r9" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -1,10 +1,10 @@
{
"erlang": {
"arch": "amd64",
"digest": "2f35c138893533b54271cac2e87d09070be7d801cc8fa7b531ab30c4903e2e7f",
"digest": "5a39ab107968ae3ec4dee0be125d2dca4661a35c81dadd26eb47e18d133b4782",
"distro": "debian-10",
"type": "NAMI",
"version": "24.2.0-1"
"version": "24.2.1-0"
},
"gosu": {
"arch": "amd64",

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.13`, `3.9.13-debian-10-r8`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.13-debian-10-r8/3.9/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.13`, `3.9.13-debian-10-r9`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.13-debian-10-r9/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.27`, `3.8.27-debian-10-r15` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.27-debian-10-r15/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).