mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 23:07:33 +08:00
14.0.20220610-debian-11-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
f3582159fc
commit
fa00a4ea40
@@ -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"
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
- [`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)
|
||||
- [`14`, `14-debian-11`, `14.0.20220610`, `14.0.20220610-debian-11-r1` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220610-debian-11-r1/14/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-r1` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220610-debian-11-r1/13/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).
|
||||
|
||||
Reference in New Issue
Block a user