3.8.19-debian-10-r0 release
This commit is contained in:
parent
131cad050b
commit
2b57bc18bb
|
|
@ -11,7 +11,7 @@ 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.4-4-0" --checksum 84091e58e802fe1d612b6299b3e5b521b061c4957cbdc567a42d91f9f2fa64e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.18-0" --checksum 762b759f227881c2e15d0d8f9f4e45fc1caaf45f19e30074a41bce4e094f871e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.8.19-0" --checksum 682a1ca4b61979838d3eccd843f91a95409f94eb7c8e39d66c1e175811a8f443
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
|
||||
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.8.18-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="3.8.19-debian-10-r0" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"rabbitmq": {
|
||||
"arch": "amd64",
|
||||
"digest": "762b759f227881c2e15d0d8f9f4e45fc1caaf45f19e30074a41bce4e094f871e",
|
||||
"digest": "682a1ca4b61979838d3eccd843f91a95409f94eb7c8e39d66c1e175811a8f443",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.18-0"
|
||||
"version": "3.8.19-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.18`, `3.8.18-debian-10-r6`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.18-debian-10-r6/3.8/debian-10/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-10`, `3.8.19`, `3.8.19-debian-10-r0`, `latest` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.19-debian-10-r0/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