mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 06:48:08 +08:00
[bitnami/rabbitmq] Release 3.9.22-debian-11-r3 (#2476)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -9,9 +9,9 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 libssl1.1 libstdc++6 libtinfo6 locales procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.4-151" --checksum ec5e4c0d95f7f7b5d1823448c150e467681f4155181a382b27a9bf4610c38518
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.22-0" --checksum f5d4ebdd601d96a0788bfd51d3c78b9bd33a2ab4380113ba54915324df616f6b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.4-152" --checksum 50d1547af3f9123d05dea9b3dd3ce3e53acc7e695ef8ab1dc16620e48d38fd31
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.9.22-1" --checksum 79d89d26ffa7bc2bdde806a61153182d4d1360394539c73770d56e8a20d4faa1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"erlang": {
|
||||
"arch": "amd64",
|
||||
"digest": "ec5e4c0d95f7f7b5d1823448c150e467681f4155181a382b27a9bf4610c38518",
|
||||
"digest": "50d1547af3f9123d05dea9b3dd3ce3e53acc7e695ef8ab1dc16620e48d38fd31",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "24.3.4-151"
|
||||
"version": "24.3.4-152"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-152"
|
||||
"version": "1.14.0-153"
|
||||
},
|
||||
"rabbitmq": {
|
||||
"arch": "amd64",
|
||||
"digest": "f5d4ebdd601d96a0788bfd51d3c78b9bd33a2ab4380113ba54915324df616f6b",
|
||||
"digest": "79d89d26ffa7bc2bdde806a61153182d4d1360394539c73770d56e8a20d4faa1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.22-0"
|
||||
"version": "3.9.22-1"
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`3.10`, `3.10-debian-11`, `3.10.7`, `3.10.7-debian-11-r3`, `latest` (3.10/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rabbitmq/3.10/debian-11/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-11`, `3.9.22`, `3.9.22-debian-11-r2` (3.9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rabbitmq/3.9/debian-11/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-11`, `3.9.22`, `3.9.22-debian-11-r3` (3.9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rabbitmq/3.9/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user