3.8.27-debian-10-r43 release

This commit is contained in:
Bitnami Bot
2022-03-02 06:28:27 +00:00
parent 95d629f968
commit 3aef98f99e
4 changed files with 13 additions and 14 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-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.2.2-0" --checksum 0ba7192666cdbf1c403ea81540d3eb65bd0785a2c7ea00b1e3d9b9b997cf966e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.27-8" --checksum 6ebe723d1c5bdd037c6efa596c5e3a4098b49164f48ccb05a54f2bc9d57504e2
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.2.2-1" --checksum 0809236d2996bda7ccb5c50868dd7eb08332a5442fc6bd180730ed692fc728e4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.27-9" --checksum 8eb1f074bcb63f0adb86cf3d24856786706e6f80306d874d73fe43a9e6627275
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.8.27-debian-10-r42" \
BITNAMI_IMAGE_VERSION="3.8.27-debian-10-r43" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@@ -1,23 +1,23 @@
{
"erlang": {
"arch": "amd64",
"digest": "0ba7192666cdbf1c403ea81540d3eb65bd0785a2c7ea00b1e3d9b9b997cf966e",
"digest": "0809236d2996bda7ccb5c50868dd7eb08332a5442fc6bd180730ed692fc728e4",
"distro": "debian-10",
"type": "NAMI",
"version": "24.2.2-0"
"version": "24.2.2-1"
},
"gosu": {
"arch": "amd64",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-6"
"version": "1.14.0-7"
},
"rabbitmq": {
"arch": "amd64",
"digest": "6ebe723d1c5bdd037c6efa596c5e3a4098b49164f48ccb05a54f2bc9d57504e2",
"digest": "8eb1f074bcb63f0adb86cf3d24856786706e6f80306d874d73fe43a9e6627275",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.27-8"
"version": "3.8.27-9"
}
}

View File

@@ -74,9 +74,8 @@ is_dir_empty() {
# boolean
#########################
is_mounted_dir_empty() {
local -r path="${1:?missing directory}"
# Calculate real path in order to avoid issues with symlinks
local -r dir="$(realpath "$path")"
local dir="${1:?missing directory}"
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
true
else

View File

@@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.9`, `3.9-debian-10`, `3.9.13`, `3.9.13-debian-10-r41`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.13-debian-10-r41/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.27`, `3.8.27-debian-10-r42` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.27-debian-10-r42/3.8/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.27`, `3.8.27-debian-10-r43` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.27-debian-10-r43/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).