3.11.7-debian-11-r5 release

This commit is contained in:
Bitnami Bot 2022-06-13 20:52:35 +00:00 committed by Bitnami Containers
parent b3207983e1
commit 4d6bd0c3cb
2 changed files with 3 additions and 3 deletions

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

@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`4`, `4-debian-11`, `4.0.1`, `4.0.1-debian-11-r3`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/4.0.1-debian-11-r3/4/debian-11/Dockerfile)
* [`3`, `3-debian-11`, `3.11.7`, `3.11.7-debian-11-r4` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.11.7-debian-11-r4/3/debian-11/Dockerfile)
* [`3`, `3-debian-11`, `3.11.7`, `3.11.7-debian-11-r5` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.11.7-debian-11-r5/3/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/moodle GitHub repo](https://github.com/bitnami/bitnami-docker-moodle).