3.8.16-debian-10-r5 release
This commit is contained in:
parent
b0a5374df4
commit
a86e3b1f15
|
|
@ -10,7 +10,7 @@ ENV HOME="/opt/bitnami/rabbitmq/.rabbitmq" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 libtinfo6 locales procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "23.3.3-0" --checksum 9e6cec704c17897ce8d4c02594873b3d94b8257d65e844c2410cf2f54073b3fc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "23.3.4-0" --checksum b340674294db820b126087f9dec2bd3a0fa17a8f83928d963d77095652d75cad
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.16-0" --checksum 93935c2472c6f7515e4f58883dfdfec4cec2e16630df091d01468929e9f95ed8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -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.8.16-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="3.8.16-debian-10-r5" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"erlang": {
|
||||
"arch": "amd64",
|
||||
"digest": "9e6cec704c17897ce8d4c02594873b3d94b8257d65e844c2410cf2f54073b3fc",
|
||||
"digest": "b340674294db820b126087f9dec2bd3a0fa17a8f83928d963d77095652d75cad",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "23.3.3-0"
|
||||
"version": "23.3.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,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.8`, `3.8-debian-10`, `3.8.16`, `3.8.16-debian-10-r4`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.16-debian-10-r4/3.8/debian-10/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-10`, `3.8.16`, `3.8.16-debian-10-r5`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.16-debian-10-r5/3.8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rabbitmq GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue