3.10.5-debian-11-r15 release

This commit is contained in:
Bitnami Bot 2022-07-08 19:11:14 +00:00 committed by Bitnami Containers
parent dcc882d280
commit e8f61ba7d1
4 changed files with 8 additions and 8 deletions

View File

@ -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-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "erlang" "24.3.4-150" --checksum 1d1491a2dd0c467d9e968c85c5c7014fef59d521fabdda67f9f9583ed1030547
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.10.5-150" --checksum f3ac8c650ec0b77136123f19708bf195cfbd97f8b820124d4cc56cde08680e09
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rabbitmq" "3.10.5-151" --checksum bd12b59a39dd7f7aca7b9eeb4409c5d52c3b5231b6449ce331af2e8f611efd36
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -8,16 +8,16 @@
},
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
},
"rabbitmq": {
"arch": "amd64",
"digest": "f3ac8c650ec0b77136123f19708bf195cfbd97f8b820124d4cc56cde08680e09",
"digest": "bd12b59a39dd7f7aca7b9eeb4409c5d52c3b5231b6449ce331af2e8f611efd36",
"distro": "debian-11",
"type": "NAMI",
"version": "3.10.5-150"
"version": "3.10.5-151"
}
}

View File

@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@ -47,7 +47,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.10`, `3.10-debian-11`, `3.10.5`, `3.10.5-debian-11-r14`, `latest` (3.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.10.5-debian-11-r14/3.10/debian-11/Dockerfile)
* [`3.10`, `3.10-debian-11`, `3.10.5`, `3.10.5-debian-11-r15`, `latest` (3.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.10.5-debian-11-r15/3.10/debian-11/Dockerfile)
* [`3.9`, `3.9-debian-11`, `3.9.20`, `3.9.20-debian-11-r11` (3.9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.9.20-debian-11-r11/3.9/debian-11/Dockerfile)
* [`3.8`, `3.8-debian-11`, `3.8.34`, `3.8.34-debian-11-r12` (3.8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq/blob/3.8.34-debian-11-r12/3.8/debian-11/Dockerfile)