3.9.7-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-09-24 16:43:44 +00:00
parent e7657f568f
commit 5fc1d46ae2
3 changed files with 6 additions and 6 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 "erlang" "24.1.0-0" --checksum 1a177abecd6f32392707e164fe3b9ec68b7316b403835a48a57d9766f1b2e1ab
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.6-0" --checksum 6cc6c3902e931619e01584063c17119407d00707f8e72ebe55f32585336c1f41
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.7-0" --checksum 6565b45f65c9c236254100a750e18ac09ed8cd42e7f27b74bc683bd869945837
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@ -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.9.6-debian-10-r7" \
BITNAMI_IMAGE_VERSION="3.9.7-debian-10-r0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en"

View File

@ -15,9 +15,9 @@
},
"rabbitmq": {
"arch": "amd64",
"digest": "6cc6c3902e931619e01584063c17119407d00707f8e72ebe55f32585336c1f41",
"digest": "6565b45f65c9c236254100a750e18ac09ed8cd42e7f27b74bc683bd869945837",
"distro": "debian-10",
"type": "NAMI",
"version": "3.9.6-0"
"version": "3.9.7-0"
}
}

View File

@ -51,8 +51,8 @@ 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.6`, `3.9.6-debian-10-r7`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.6-debian-10-r7/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.22`, `3.8.22-debian-10-r24` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.22-debian-10-r24/3.8/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.7`, `3.9.7-debian-10-r0`, `latest` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.7-debian-10-r0/3.9/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.23`, `3.8.23-debian-10-r-1` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.23-debian-10-r-1/3.8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).