4.10.10-debian-11-r5 release
This commit is contained in:
parent
ab8401ab4a
commit
c21d90b94a
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`5`, `5-debian-11`, `5.2.1`, `5.2.1-debian-11-r4`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.1-debian-11-r4/5/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.10.10`, `4.10.10-debian-11-r4` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.10-debian-11-r4/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.10.10`, `4.10.10-debian-11-r5` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.10-debian-11-r5/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue