4.4.14-debian-10-r35 release

This commit is contained in:
Bitnami Bot
2022-06-14 23:25:06 +00:00
committed by Bitnami Containers
parent 53d77a59a6
commit 0a8a2f572c
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-shell" "
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.2-0" --checksum 3f8882ec1dcc0e9b50cdc848fb6e7bed7f0dd80caeef72d33c2209e9e80c2a9f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-0" --checksum 0603c8eaf6d24e76563431e36e512da06bfebb3a06ede31b3e84d9879213c162
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "4.4.14-0" --checksum 10da5b4da349b6466bbee94b3c968c978caab0e9151f9a79505fde0cc3b5206a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "4.4.14-1" --checksum 93062e76162a9b9e0aacb220aa05684872113fd6eb3b85a6cf6396539d19806a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "10da5b4da349b6466bbee94b3c968c978caab0e9151f9a79505fde0cc3b5206a",
"digest": "93062e76162a9b9e0aacb220aa05684872113fd6eb3b85a6cf6396539d19806a",
"distro": "debian-10",
"type": "NAMI",
"version": "4.4.14-0"
"version": "4.4.14-1"
},
"mongodb-shell": {
"arch": "amd64",

View File

@@ -58,8 +58,8 @@ component_unpack() {
fi
if [ -n "$package_sha256" ]; then
echo "Verifying package integrity"
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || return "$?"
fi
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 || return "$?"
rm "${base_name}.tar.gz"
}

View File

@@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`5.0`, `5.0-debian-10`, `5.0.9`, `5.0.9-debian-10-r14`, `latest` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.9-debian-10-r14/5.0/debian-10/Dockerfile)
* [`4.4`, `4.4-debian-10`, `4.4.14`, `4.4.14-debian-10-r34` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.14-debian-10-r34/4.4/debian-10/Dockerfile)
* [`4.4`, `4.4-debian-10`, `4.4.14`, `4.4.14-debian-10-r35` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.14-debian-10-r35/4.4/debian-10/Dockerfile)
* [`4.2`, `4.2-debian-10`, `4.2.20`, `4.2.20-debian-10-r33` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.20-debian-10-r33/4.2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb).