mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
1.20.2-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
c45e56ecbf
commit
09ea1afd31
@@ -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"
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.0`, `1.22.0-debian-11-r4`, `latest` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.22.0-debian-11-r4/1.22/debian-11/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.6`, `1.21.6-debian-11-r5` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.21.6-debian-11-r5/1.21/debian-11/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.2`, `1.20.2-debian-11-r4` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.20.2-debian-11-r4/1.20/debian-11/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.2`, `1.20.2-debian-11-r5` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.20.2-debian-11-r5/1.20/debian-11/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user