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