mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
9.1.10-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
154a5aa0f3
commit
6457709f6c
@@ -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"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ $ docker-compose up
|
||||
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/).
|
||||
|
||||
|
||||
* [`9`, `9-debian-11`, `9.1.10`, `9.1.10-debian-11-r3`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.10-debian-11-r3/9/debian-11/Dockerfile)
|
||||
* [`9`, `9-debian-11`, `9.1.10`, `9.1.10-debian-11-r4`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.10-debian-11-r4/9/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user