mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 00:08:07 +08:00
1.19.9-1-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
78ed3f0560
commit
69290f3ca9
@@ -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"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r4` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.21.4-1-debian-11-r4/1.21/debian-11/Dockerfile)
|
||||
* [`1.19`, `1.19-debian-11`, `1.19.9-1`, `1.19.9-1-debian-11-r4`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-11-r4/1.19/debian-11/Dockerfile)
|
||||
* [`1.19`, `1.19-debian-11`, `1.19.9-1`, `1.19.9-1-debian-11-r5`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-11-r5/1.19/debian-11/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user