15.0.20220610-debian-11-r1 release

This commit is contained in:
Bitnami Bot 2022-06-14 08:38:13 +00:00 committed by Bitnami Containers
parent 7222f82616
commit b3cf1f5039
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 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
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/).
- [`15`, `15-debian-11`, `15.0.20220610`, `15.0.20220610-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220610-debian-11-r0/15/debian-11/Dockerfile)
- [`15`, `15-debian-11`, `15.0.20220610`, `15.0.20220610-debian-11-r1`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220610-debian-11-r1/15/debian-11/Dockerfile)
- [`14`, `14-debian-11`, `14.0.20220610`, `14.0.20220610-debian-11-r2` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220610-debian-11-r2/14/debian-11/Dockerfile)
- [`13`, `13-debian-11`, `13.0.20220610`, `13.0.20220610-debian-11-r2` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220610-debian-11-r2/13/debian-11/Dockerfile)