3.9.13-debian-10-r23 release

This commit is contained in:
Bitnami Bot
2022-02-11 13:49:58 +00:00
parent a0c983d1ca
commit e859ccd06e
3 changed files with 11 additions and 11 deletions

View File

@@ -10,9 +10,9 @@ ENV HOME="/opt/bitnami/rabbitmq/.rabbitmq" \
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.1-0" --checksum 5a39ab107968ae3ec4dee0be125d2dca4661a35c81dadd26eb47e18d133b4782
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.13-3" --checksum 3356a72a1f945f0d39a7a4555e6c932603a48e3d3182e1516b4630b522495abd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.2.1-1" --checksum 2b37b6fd69b90b60f5633e122c94676f0936b662c811a96a4f7884799ae8baaa
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.13-4" --checksum 62866badfa50eda4db11f0026a1c4019584b71862392a80ea995850ece8f4eb9
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -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-r22" \
BITNAMI_IMAGE_VERSION="3.9.13-debian-10-r23" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -1,23 +1,23 @@
{
"erlang": {
"arch": "amd64",
"digest": "5a39ab107968ae3ec4dee0be125d2dca4661a35c81dadd26eb47e18d133b4782",
"digest": "2b37b6fd69b90b60f5633e122c94676f0936b662c811a96a4f7884799ae8baaa",
"distro": "debian-10",
"type": "NAMI",
"version": "24.2.1-0"
"version": "24.2.1-1"
},
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"rabbitmq": {
"arch": "amd64",
"digest": "3356a72a1f945f0d39a7a4555e6c932603a48e3d3182e1516b4630b522495abd",
"digest": "62866badfa50eda4db11f0026a1c4019584b71862392a80ea995850ece8f4eb9",
"distro": "debian-10",
"type": "NAMI",
"version": "3.9.13-3"
"version": "3.9.13-4"
}
}

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