6.0.16-debian-11-r5 release

This commit is contained in:
Bitnami Bot 2022-06-13 21:47:57 +00:00 committed by Bitnami Containers
parent 9b3a8fcfdb
commit ad385dfd72
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

@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7.0`, `7.0-debian-11`, `7.0.2`, `7.0.2-debian-11-r0`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.2-debian-11-r0/7.0/debian-11/Dockerfile)
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r4` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-11-r4/6.2/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r4` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-11-r4/6.0/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r5` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-11-r5/6.0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster).