3.8.2-debian-9-r16 release
This commit is contained in:
parent
1129e1e6d9
commit
075d3f813a
|
|
@ -12,6 +12,8 @@ COPY prebuildfs /
|
|||
RUN install_packages ca-certificates curl libc6 libssl1.1 libtinfo5 locales procps unzip zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "erlang" "22.2.0-0" --checksum 1ac2d2cbe0724d79046f98a81cd624496ec51c3eb14abfd45be8330da52cb65c
|
||||
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 && \
|
||||
|
|
@ -22,7 +24,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-r15" \
|
||||
BITNAMI_IMAGE_VERSION="3.8.2-debian-9-r16" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -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-r19` (3.8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-ol-7-r19/3.8/ol-7/Dockerfile)
|
||||
* [`3.8-debian-9`, `3.8.2-debian-9-r15`, `3.8`, `3.8.2`, `3.8.2-r15`, `latest` (3.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-debian-9-r15/3.8/debian-9/Dockerfile)
|
||||
* [`3.8-debian-9`, `3.8.2-debian-9-r16`, `3.8`, `3.8.2`, `3.8.2-r16`, `latest` (3.8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.2-debian-9-r16/3.8/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue