4.1.0-6064-debian-11-r2 release

This commit is contained in:
Bitnami Bot
2022-06-13 21:49:53 +00:00
committed by Bitnami Containers
parent 0970871260
commit 3f44f6ad7e
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

@@ -35,7 +35,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/).
- [`4`, `4-debian-11`, `4.1.0-6064`, `4.1.0-6064-debian-11-r1`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6064-debian-11-r1/4/debian-11/Dockerfile)
- [`4`, `4-debian-11`, `4.1.0-6064`, `4.1.0-6064-debian-11-r2`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6064-debian-11-r2/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).