3.8.2-debian-9-r37 release

This commit is contained in:
Bitnami Bot 2020-01-17 17:27:02 +00:00
parent ec2ef6f515
commit 33857d58d7
3 changed files with 13 additions and 7 deletions

View File

@ -14,11 +14,7 @@ RUN . ./libcomponent.sh && component_unpack "erlang" "22.2.0-0" --checksum 1ac2d
RUN . ./libcomponent.sh && component_unpack "rabbitmq" "3.8.2-0" --checksum 8699798255ad4cef75ac96394353ded0bf4432a4d77e6efeb254455d3968fe2d
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
chmod u+x /usr/local/bin/gosu && \
mkdir -p /opt/bitnami/licenses && \
curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt
RUN /build/install-gosu.sh
RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales
RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
@ -26,7 +22,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="rabbitmq" \
BITNAMI_IMAGE_VERSION="3.8.2-debian-9-r36" \
BITNAMI_IMAGE_VERSION="3.8.2-debian-9-r37" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \

View File

@ -0,0 +1,10 @@
#!/bin/bash
VERSION="1.11"
SHA256="0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7"
curl --silent -L "https://github.com/tianon/gosu/releases/download/${VERSION}/gosu-amd64" > "/usr/local/bin/gosu"
echo "$SHA256" "/usr/local/bin/gosu" | sha256sum --check
chmod u+x "/usr/local/bin/gosu"
mkdir -p "/opt/bitnami/licenses"
curl --silent -L "https://raw.githubusercontent.com/tianon/gosu/master/LICENSE" > "/opt/bitnami/licenses/gosu-${VERSION}.txt"

View File

@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.8-ol-7`, `3.8.2-ol-7-r46` (3.8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-ol-7-r46/3.8/ol-7/Dockerfile)
* [`3.8-debian-9`, `3.8.2-debian-9-r36`, `3.8`, `3.8.2`, `3.8.2-r36`, `latest` (3.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-debian-9-r36/3.8/debian-9/Dockerfile)
* [`3.8-debian-9`, `3.8.2-debian-9-r37`, `3.8`, `3.8.2`, `3.8.2-r37`, `latest` (3.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-debian-9-r37/3.8/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).