mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
2.6.2-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
b51b376a6a
commit
0b92dc83ec
@@ -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 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
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/).
|
||||
|
||||
|
||||
* [`2.6`, `2.6-debian-11`, `2.6.2`, `2.6.2-debian-11-r4`, `latest` (2.6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-11-r4/2.6/debian-11/Dockerfile)
|
||||
* [`2.6`, `2.6-debian-11`, `2.6.2`, `2.6.2-debian-11-r5`, `latest` (2.6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.6.2-debian-11-r5/2.6/debian-11/Dockerfile)
|
||||
* [`2.5`, `2.5-debian-11`, `2.5.12`, `2.5.12-debian-11-r5` (2.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openldap/blob/2.5.12-debian-11-r5/2.5/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/openldap GitHub repo](https://github.com/bitnami/bitnami-docker-openldap).
|
||||
|
||||
Reference in New Issue
Block a user